Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c1073 be_node->be_active_on_boot = B_TRUE; in be_get_node_data()
1075 be_node->be_active_on_boot = B_FALSE; in be_get_node_data()
1077 be_node->be_active_on_boot = B_TRUE; in be_get_node_data()
1079 be_node->be_active_on_boot = B_FALSE; in be_get_node_data()
1119 be_node->be_active_on_boot = B_FALSE; in be_get_node_data()
1124 be_node->be_active_on_boot = B_TRUE; in be_get_node_data()
1126 be_node->be_active_on_boot = B_FALSE; in be_get_node_data()
H A Dlibbe.h179 boolean_t be_active_on_boot; /* is this BE active on boot */ member
H A Dbe_utils.c159 node->be_active_on_boot == B_TRUE) in be_get_boot_args()
4062 if (be_nodes->be_active_on_boot) { in be_create_menu()
H A Dbe_activate.c504 if (be_node->be_active_on_boot) { in be_is_active_on_boot()
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c374 if (cur_be->be_active_on_boot) { in print_be_nodes()
499 if (cur_be->be_active_on_boot) in print_fmt_nodes()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c266 rv = be_node->be_active_on_boot; in menu_active_on_boot()
1267 be_node->be_active_on_boot == B_TRUE) in list_setting()
H A Dbootadm.c1211 if (node->be_active_on_boot) in install_bootloader()
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c870 (be->be_active_on_boot ? Py_True : Py_False)) != 0) {