Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c704 size_t ibe, nbe; in be_sort_list() local
733 for (ibe = 0; ibe < nbe; ibe++) { in be_sort_list()
737 ptrlist[ibe]->be_next_node = ptrlist[ibe + 1]; in be_sort_list()
739 if (ptrlist[ibe]->be_node_num_snapshots > 1) { in be_sort_list()
740 const size_t nmax = ptrlist[ibe]->be_node_num_snapshots; in be_sort_list()
750 for (ns = 0, p = ptrlist[ibe]->be_node_snapshots; in be_sort_list()
762 ptrlist[ibe]->be_node_snapshots = slist[0]; in be_sort_list()
769 if (ptrlist[ibe]->be_node_num_datasets > 1) { in be_sort_list()
770 const size_t nmax = ptrlist[ibe]->be_node_num_datasets; in be_sort_list()
780 for (ns = 0, p = ptrlist[ibe]->be_node_datasets; in be_sort_list()
[all …]