Home
last modified time | relevance | path

Searched refs:be_node_snapshots (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/lib/libbe/common/
H A Dbe_list.c310 be_snapshot_list_t *snapshots = list->be_node_snapshots; in be_free_list()
572 if (cb->be_nodes->be_node_snapshots == NULL) { in be_add_children_callback()
573 if ((cb->be_nodes->be_node_snapshots = in be_add_children_callback()
579 cb->be_nodes->be_node_snapshots->be_next_snapshot = in be_add_children_callback()
581 snapshots = cb->be_nodes->be_node_snapshots; in be_add_children_callback()
583 for (snapshots = cb->be_nodes->be_node_snapshots; in be_add_children_callback()
755 for (ns = 0, p = ptrlist[ibe]->be_node_snapshots; in be_sort_list()
767 ptrlist[ibe]->be_node_snapshots = slist[0]; in be_sort_list()
H A Dlibbe.h191 struct be_snapshot_list *be_node_snapshots; member
/titanic_53/usr/src/cmd/beadm/
H A Dbeadm.c301 for (snap = cur_be->be_node_snapshots; snap != NULL; in count_widths()
365 for (snap = cur_be->be_node_snapshots; snap != NULL; in print_be_nodes()
410 for (snap = be->be_node_snapshots; snap != NULL; in print_be_snapshots()
/titanic_53/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c324 be_snapshot_list_t *ss = be->be_node_snapshots;