Searched defs:cachefile (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c53 cachefile(feblock, len) function
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c149 char cachefile[MAXPATHLEN]; variable
154 (persistent) ? DLMGMT_PERSISTENT_DB_PATH : cachefile);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1317 zpool_find_import_cached(libzfs_handle_t *hdl, const char *cachefile, argument
1332 if ((fd = open(cachefile, O_RDONLY)) < 0) {
1458 if (import->cachefile != NULL)
1459 return (zpool_find_import_cached(hdl, import->cachefile,
H A Dlibzfs.h368 char *cachefile; /* cachefile to use for import */ member in struct:importargs
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c224 "\timport [-d dir | -c cachefile] [-F [-n]] <pool | id>\n"
226 "\t [-d dir | -c cachefile] [-D] [-f] [-m] [-N] "
229 "\t [-d dir | -c cachefile] [-D] [-f] [-m] [-N] "
1907 * [-d dir | -c cachefile] [-f] -a
1909 * [-d dir | -c cachefile] [-f] [-n] [-F] <pool | id> [newpool]
1911 * -c Read pool information from a cachefile instead of searching
1974 char *cachefile = NULL; local
1985 cachefile = optarg;
2072 if (cachefile && nsearch != 0) {
2162 idata.cachefile
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c625 char *cachefile; local
629 &cachefile) != 0)
635 if (cachefile[0] == '\0')
637 else if (strcmp(cachefile, "none") == 0)
640 dp->scd_path = spa_strdup(cachefile);
6327 * 'readonly' and 'cachefile' are also non-persisitent
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c146 (void) fprintf(stderr, " -C config (or cachefile if alone)\n");
169 "cachefile\n");
173 "has altroot/not in a cachefile\n");
2073 dump_cachefile(const char *cachefile) argument
2080 if ((fd = open64(cachefile, O_RDONLY)) < 0) {
2081 (void) printf("cannot open '%s': %s\n", cachefile,
2087 (void) printf("failed to stat '%s': %s\n", cachefile,
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1950 } cachefile; typedef in typeref:struct:__anon468
1953 setup_file(char *base, const char *path, cachefile *cf)
1999 cache_write(cachefile cf, char *buf, int size)
2024 cache_close(cachefile cf)
2057 cachefile outfile, outupdt;

Completed in 142 milliseconds