OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachefile
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c
1473
zpool_find_import_cached(libzfs_handle_t *hdl, const char *
cachefile
,
1488
if ((fd = open(
cachefile
, O_RDONLY)) < 0) {
1614
if (import->
cachefile
!= NULL)
1615
return (zpool_find_import_cached(hdl, import->
cachefile
,
libzfs.h
371
char *
cachefile
; /*
cachefile
to use for import */
member in struct:importargs
/src/external/cddl/osnet/dist/cmd/zhack/
zhack.c
66
"Usage: %s [-c
cachefile
] [-d dir] <subcommand> <args> ...\n"
146
* default
cachefile
.
528
g_importargs.
cachefile
= optarg;
/src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c
227
"\timport [-d dir | -c
cachefile
] [-F [-n]] <pool | id>\n"
229
"\t [-d dir | -c
cachefile
] [-D] [-f] [-m] [-N] "
232
"\t [-d dir | -c
cachefile
] [-D] [-f] [-m] [-N] "
1932
* [-d dir | -c
cachefile
] [-f] -a
1934
* [-d dir | -c
cachefile
] [-f] [-n] [-F] <pool | id> [newpool]
1936
* -c Read pool information from a
cachefile
instead of searching
1999
char *
cachefile
= NULL;
local
2010
cachefile
= optarg;
2097
if (
cachefile
&& nsearch != 0) {
2187
idata.
cachefile
= cachefile
[
all
...]
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
143
(void) fprintf(stderr, " -C config (or
cachefile
if alone)\n");
166
"
cachefile
\n");
170
"has altroot/not in a
cachefile
\n");
2091
dump_cachefile(const char *
cachefile
)
2098
if ((fd = open64(
cachefile
, O_RDONLY)) < 0) {
2099
(void) fprintf(stderr, "cannot open '%s': %s\n",
cachefile
,
2105
(void) fprintf(stderr, "failed to stat '%s': %s\n",
cachefile
,
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c
643
char *
cachefile
;
local
647
&
cachefile
) != 0)
653
if (
cachefile
[0] == '\0')
655
else if (strcmp(
cachefile
, "none") == 0)
658
dp->scd_path = spa_strdup(
cachefile
);
6673
* 'readonly' and '
cachefile
' are also non-persisitent
Completed in 29 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026