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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c484 struct snapshot_id **sidpp, *sidp; local
509 sidpp = ddi_get_soft_state(statep, minor);
510 if (sidpp == NULL || *sidpp == NULL)
512 sidp = *sidpp;
520 ASSERT(sidpp != NULL && sidp != NULL);
561 struct snapshot_id **sidpp, *sidp; local
575 sidpp = ddi_get_soft_state(statep, minor);
576 if (sidpp == NULL || *sidpp
637 struct snapshot_id **sidpp; local
660 struct snapshot_id **sidpp, *sidp; local
921 struct snapshot_id **sidpp; local
948 struct snapshot_id **sidpp; local
1335 struct snapshot_id **sidpp; local
1442 fssnap_translate(struct snapshot_id **sidpp, struct buf *wbp) argument
1941 struct snapshot_id **sidpp, *sidp = snapshot_id; local
2021 struct snapshot_id **sidpp = (struct snapshot_id **)snapshot_id; local
[all...]

Completed in 47 milliseconds