Searched refs:st_snapshots (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_snap.c421 tp->st_snapshots = sp->ss_next;
432 sp = tp->st_snapshots;
603 if (tp->st_snapshots != NULL)
604 ses_snap_rele_unlocked(tp->st_snapshots);
605 sp->ss_next = tp->st_snapshots;
606 if (tp->st_snapshots != NULL)
607 tp->st_snapshots->ss_prev = sp;
608 tp->st_snapshots = sp;
H A Dses_enclosure.c282 if (tp->st_snapshots != NULL)
283 ses_snap_rele(tp->st_snapshots);
284 if (tp->st_snapshots != NULL)
H A Dses_impl.h88 struct ses_snap *st_snapshots; member in struct:ses_target

Completed in 17 milliseconds