| /onnv/onnv-gate/usr/src/cmd/print/scripts/ |
| getmodels | 42 cachefile=/var/lp/ppd/ppdcache 43 [[ -f $cachefile ]] || exit 1 44 /bin/grep "^$1" $cachefile | nawk '{FS=":"; print $2}' | uniq
|
| ppdfilename2mmp | 49 cachefile=/var/lp/ppd/ppdcache 50 [[ -f $cachefile ]] || exit 1 52 cacheentry=$(/bin/grep "$1" $cachefile)
|
| getppds | 49 # $3 - cachefile 62 cachefile=/var/lp/ppd/ppdcache 63 [[ -f $cachefile ]] || exit 1 77 for pentry in $(ppd_make_entries "${make}" "${model}" "${cachefile}")
|
| /onnv/onnv-gate/usr/src/cmd/filebench/scripts/ |
| fs_flush.pl | 88 my $cachefile = ""; 91 $cachefile = "-c $tempfile " 98 system("zpool import $cachefile$pool"); 100 system("rm -f $tempfile") if ($cachefile ne "");
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| inode.c | 53 cachefile(feblock, len) function
|
| fsck.h | 241 struct fileinfo *cachefile();
|
| pass1.c | 104 (void) cachefile(rootblock, rootlen); 155 (void) cachefile(fidp->fid_icb.lad_ext_loc,
|
| /onnv/onnv-gate/usr/src/cmd/dlmgmtd/ |
| dlmgmt_impl.h | 90 extern char cachefile[];
|
| dlmgmt_main.c | 270 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s%s", 295 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s",
|
| dlmgmt_db.c | 149 char cachefile[MAXPATHLEN]; variable 154 (persistent) ? DLMGMT_PERSISTENT_DB_PATH : cachefile); [all...] |
| /onnv/onnv-gate/usr/src/cmd/zpool/ |
| zpool_main.c | 204 "\timport [-d dir | -c cachefile] [-n] -F <pool | id>\n" 206 "\t [-d dir | -c cachefile] [-D] [-f] [-R root] -a\n" 208 "\t [-d dir | -c cachefile] [-D] [-f] [-R root] " 1622 char *cachefile = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/zdb/ |
| zdb.c | 117 (void) fprintf(stderr, " -C config (or cachefile if alone)\n"); 134 "cachefile\n"); 136 "has altroot/not in a cachefile\n"); [all...] |
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_import.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| spa.c | 490 char *cachefile; local 494 &cachefile) != 0) 500 if (cachefile[0] == '\0') 502 else if (strcmp(cachefile, "none") == 0) 505 dp->scd_path = spa_strdup(cachefile); [all...] |
| /onnv/onnv-gate/usr/src/cmd/boot/bootadm/ |
| bootadm.c | 1616 } cachefile; typedef in typeref:struct:__anon7 [all...] |