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

/illumos-gate/usr/src/uts/common/io/
H A Dfssnap.c436 struct snapshot_id *sidp, *sidnextp; local
449 for (sidp = snapshot; sidp != NULL; sidp = sidnextp) {
452 sidnextp = sidp->sid_next;
1071 snapshot_id_t *sidnextp = NULL; local
1101 for (sidp = snapshot; sidp != NULL; sidp = sidnextp) {
1103 sidnextp = sidp->sid_next;

Completed in 48 milliseconds