Searched refs:cachefile (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_import.c | 1428 zpool_find_import_cached(libzfs_handle_t *hdl, const char *cachefile, in zpool_find_import_cached() argument 1443 if ((fd = open(cachefile, O_RDONLY)) < 0) { in zpool_find_import_cached() 1569 if (import->cachefile != NULL) in zpool_search_import() 1570 return (zpool_find_import_cached(hdl, import->cachefile, in zpool_search_import()
|
H A D | libzfs.h | 371 char *cachefile; /* cachefile to use for import */ member
|
/netbsd-src/external/cddl/osnet/dist/cmd/zhack/ |
H A D | zhack.c | 528 g_importargs.cachefile = optarg; in main()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
H A D | zpool_main.c | 1999 char *cachefile = NULL; in zpool_do_import() local 2010 cachefile = optarg; in zpool_do_import() 2097 if (cachefile && nsearch != 0) { in zpool_do_import() 2187 idata.cachefile = cachefile; in zpool_do_import()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/ |
H A D | zdb.c | 2091 dump_cachefile(const char *cachefile) in dump_cachefile() argument 2098 if ((fd = open64(cachefile, O_RDONLY)) < 0) { in dump_cachefile() 2099 (void) fprintf(stderr, "cannot open '%s': %s\n", cachefile, in dump_cachefile() 2105 (void) fprintf(stderr, "failed to stat '%s': %s\n", cachefile, in dump_cachefile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | TestSuiteGuide.md | 213 - `-Ctest-suite/cmake/caches/<cachefile.cmake>`
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | spa.c | 643 char *cachefile; in spa_configfile_set() local 647 &cachefile) != 0) in spa_configfile_set() 653 if (cachefile[0] == '\0') in spa_configfile_set() 655 else if (strcmp(cachefile, "none") == 0) in spa_configfile_set() 658 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-viet.comp.po | 16016 #: apt-pkg/cachefile.cc:73 src/generic/aptcache.cc:1580 16021 #: apt-pkg/cachefile.cc:77
|