Home
last modified time | relevance | path

Searched refs:nextboot (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_rename.c202 char *nextboot = NULL; in be_rename() local
205 if (lzbe_get_boot_device(bt.obe_zpool, &nextboot) == 0 && in be_rename()
206 nextboot != NULL && strcmp(nextboot, bt.obe_root_ds) == 0) { in be_rename()
222 free(nextboot); in be_rename()
H A Dbe_activate.c96 be_nextboot_state_t nextboot; in be_activate() local
123 nextboot = BE_NEXTBOOT_SET; in be_activate()
125 nextboot = BE_NEXTBOOT_UNSET; in be_activate()
127 nextboot = BE_NEXTBOOT_IGNORE; in be_activate()
130 ret = _be_activate(be_name, nextboot); in be_activate()
231 _be_activate(char *be_name, be_nextboot_state_t nextboot) in _be_activate() argument
250 if (nextboot == BE_NEXTBOOT_SET && getzoneid() != GLOBAL_ZONEID) in _be_activate()
313 switch (nextboot) { in _be_activate()
341 if (nextboot == BE_NEXTBOOT_IGNORE) { in _be_activate()
H A Dbe_list.c1048 char *nextboot; in be_get_node_data() local
1059 if (lzbe_get_boot_device(rpool, &nextboot) == 0) { in be_get_node_data()
1060 if (nextboot != NULL) { in be_get_node_data()
1061 if (strcmp(nextboot, be_ds) == 0) in be_get_node_data()
1063 free(nextboot); in be_get_node_data()
H A Dbe_create.c489 char *nextboot = NULL; in be_destroy() local
491 if (lzbe_get_boot_device(bt.obe_zpool, &nextboot) == 0 && in be_destroy()
492 nextboot != NULL && strcmp(nextboot, bt.obe_root_ds) == 0) { in be_destroy()
499 free(nextboot); in be_destroy()
503 free(nextboot); in be_destroy()
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c675 boolean_t nextboot = B_FALSE; in be_do_activate() local
688 nextboot = B_TRUE; in be_do_activate()
696 nextboot = B_FALSE; in be_do_activate()
723 nextboot) != 0) in be_do_activate()
731 if (do_nextboot && nextboot == B_FALSE) in be_do_activate()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c157 bool nextboot = false; in main() local
258 nextboot = true; in main()
318 if (nextboot && !auto_boot) in main()