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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c1403 mon_entry *nl_monp, *mon_next; local
1409 if ((mon_next = mon_table[k].sm_monhdp) ==
1414 while ((nl_monp = mon_next) != NULL) {
1415 mon_next = mon_next->nxt;

Completed in 67 milliseconds