Searched defs:snapshots (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libbe/tbeadm/
H A Dtbeadm.c599 be_snapshot_list_t *snapshots = NULL; local
602 for (snapshots = cur_be->be_node_snapshots;
603 snapshots != NULL; snapshots =
604 snapshots->be_next_snapshot) {
606 snapshots->be_snapshot_name);
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_list.c84 * returns the datasets and snapshots belonging to each BE.
86 * for each BE and their snapshots and datasets is
209 * datasets and snapshots returned by be_list.
225 be_snapshot_list_t *snapshots = list->be_node_snapshots; local
236 while (snapshots != NULL) {
237 be_snapshot_list_t *temp_ss = snapshots;
238 snapshots = snapshots->be_next_snapshot;
416 * and snapshots for this BE only. Otherwise we will iterate
441 * the datasets and snapshots fo
473 be_snapshot_list_t *snapshots = NULL; local
[all...]

Completed in 22 milliseconds