Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_list.c307 be_snapshot_list_t *snapshots = list->be_node_snapshots; in be_free_list()
568 if (cb->be_nodes->be_node_snapshots == NULL) { in be_add_children_callback()
569 if ((cb->be_nodes->be_node_snapshots = in be_add_children_callback()
575 cb->be_nodes->be_node_snapshots->be_next_snapshot = in be_add_children_callback()
577 snapshots = cb->be_nodes->be_node_snapshots; in be_add_children_callback()
579 for (snapshots = cb->be_nodes->be_node_snapshots; in be_add_children_callback()
748 for (ns = 0, p = ptrlist[ibe]->be_node_snapshots; in be_sort_list()
760 ptrlist[ibe]->be_node_snapshots = slist[0]; in be_sort_list()
H A Dlibbe.h188 struct be_snapshot_list *be_node_snapshots; member
/titanic_41/usr/src/cmd/beadm/
H A Dbeadm.c322 for (snap = cur_be->be_node_snapshots; snap != NULL; in count_widths()
386 for (snap = cur_be->be_node_snapshots; snap != NULL; in print_be_nodes()
431 for (snap = be->be_node_snapshots; snap != NULL; in print_be_snapshots()
/titanic_41/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c309 be_snapshot_list_t *ss = be->be_node_snapshots; in beList()