Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libbe/
H A Dbe_info.c110 data.bootonce = NULL; in be_get_bootenv_props()
124 data.bootonce = NULL; in be_get_dataset_props()
144 data.bootonce = NULL; in be_get_dataset_snapshots()
184 if (data->bootonce != NULL && in prop_list_builder_cb()
185 strcmp(dataset, data->bootonce) == 0) in prop_list_builder_cb()
256 &data->bootonce); in be_proplist_update()
H A Dbe_impl.h64 char *bootonce; member
H A Dbe_access.c220 propinfo.bootonce = NULL; in be_mounted_at()
/freebsd-14.2/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-14.2/stand/i386/loader/
H A Dmain.c281 char *bootonce; in extract_currdev() local
330 if ((bootonce = malloc(VDEV_PAD_SIZE)) != NULL) { in extract_currdev()
332 bootonce, VDEV_PAD_SIZE) == 0) { in extract_currdev()
333 setenv("zfs-bootonce", bootonce, 1); in extract_currdev()
335 free(bootonce); in extract_currdev()
/freebsd-14.2/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-14.2/sbin/bectl/
H A Dbectl_list.c183 boolean_t active_now, active_reboot, bootonce; in print_info() local
232 &bootonce) == 0 && bootonce) { in print_info()