Home
last modified time | relevance | path

Searched refs:bootonce (Results 1 – 9 of 9) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dgptboot53 bootonce=$?
57 elif [ ${bootonce} -eq 0 ]; then
60 gpart unset -a bootonce -i ${pos} ${disk} >/dev/null
H A Dzfsbe59 _bootonce=$(kenv -q zfs-bootonce)
/freebsd/lib/libbe/
H A Dbe_info.c89 data.bootonce = NULL; in be_get_bootenv_props()
103 data.bootonce = NULL; in be_get_dataset_props()
123 data.bootonce = NULL; in be_get_dataset_snapshots()
163 if (data->lbh->bootonce != NULL && in prop_list_builder_cb()
164 strcmp(dataset, data->lbh->bootonce) == 0) in prop_list_builder_cb()
H A Dbe_impl.h18 char *bootonce; member
44 char *bootonce; member
H A Dbe.c158 &lbh->bootonce); in libbe_init()
185 free(lbh->bootonce); in libbe_close()
432 if (lbh->bootonce != NULL && in be_destroy_internal()
433 strcmp(path, lbh->bootonce) == 0) in be_destroy_internal()
1078 if (lbh->bootonce != NULL && in be_rename()
1079 strcmp(full_old, lbh->bootonce) == 0) in be_rename()
H A Dbe_access.c205 propinfo.bootonce = NULL; in be_mounted_at()
/freebsd/stand/i386/loader/
H A Dmain.c288 char *bootonce; in extract_currdev() local
337 if ((bootonce = malloc(VDEV_PAD_SIZE)) != NULL) { in extract_currdev()
339 bootonce, VDEV_PAD_SIZE) == 0) { in extract_currdev()
340 setenv("zfs-bootonce", bootonce, 1); in extract_currdev()
342 free(bootonce); in extract_currdev()
/freebsd/stand/libsa/
H A Dgpt.c43 static int curent, bootonce; variable
117 if (bootonce) { in gptfind()
133 bootonce = 0; in gptfind()
332 bootonce = 1; in gptread()
/freebsd/sbin/bectl/
H A Dbectl_list.c161 boolean_t active_now, active_reboot, bootonce; in print_info() local
210 &bootonce) == 0 && bootonce) { in print_info()