OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altroot
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/sysinst/arch/mac68k/
menus.md.pl
176
* will mount on "/
altroot
". If there are multiple
177
* occurrences of "/
altroot
" they will be picked up on
188
strcpy (bzb->mount_point, "/
altroot
");
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c
692
spa_add(const char *name, nvlist_t *config, const char *
altroot
)
792
if (
altroot
) {
793
spa->spa_root = spa_strdup(
altroot
);
807
dp->scd_path =
altroot
? NULL : spa_strdup(spa_config_path);
spa.c
3437
char *
altroot
, size_t buflen)
3480
if (
altroot
) {
3485
spa_altroot(spa,
altroot
, buflen);
3487
altroot
[0] = '\0';
3491
spa_altroot(spa,
altroot
, buflen);
3684
char *
altroot
= NULL;
local
3708
zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &
altroot
);
3709
spa = spa_add(pool, NULL,
altroot
);
4336
char *
altroot
= NULL;
local
4359
zpool_prop_to_name(ZPOOL_PROP_ALTROOT), &
altroot
);
5328
char *
altroot
= NULL;
local
[
all
...]
/src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c
268
return (gettext("\tsplit [-n] [-R
altroot
] [-o mntopts]\n"
806
char *
altroot
= NULL;
local
825
altroot
= optarg;
868
altroot
= propval;
944
if (
altroot
!= NULL &&
altroot
[0] != '/') {
946
"must be an absolute path\n"),
altroot
);
969
if (
altroot
!= NULL)
971
altroot
, poolname);
976
if (
altroot
!= NULL
[
all
...]
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h
629
extern int spa_get_stats(const char *pool, nvlist_t **config, char *
altroot
,
727
extern spa_t *spa_add(const char *name, nvlist_t *config, const char *
altroot
);
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs.h
357
char *
altroot
);
libzfs_pool.c
1563
char *
altroot
)
1568
if (
altroot
!= NULL) {
1576
zpool_prop_to_name(ZPOOL_PROP_ALTROOT),
altroot
) != 0 ||
Completed in 59 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026