Home
last modified time | relevance | path

Searched refs:be_active_next (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe.h178 boolean_t be_active_next; /* is this BE active on next boot */ member
H A Dbe_list.c1058 be_node->be_active_next = B_FALSE; in be_get_node_data()
1062 be_node->be_active_next = B_TRUE; in be_get_node_data()
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c380 if (cur_be->be_active_next) { in print_be_nodes()
501 if (cur_be->be_active_next) in print_fmt_nodes()
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c875 (be->be_active_next ? Py_True : Py_False)) != 0) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c286 rv = be_node->be_active_next; in menu_active_next()