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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c601 static manstr_t *man_strup = NULL; /* list of MAN STREAMS */ variable
809 if (man_strup && (man_strup->ms_next != NULL))
1276 prevmsp = &man_strup;
1441 if (close_msp == man_strup)
1442 man_strup = close_msp->ms_next;
1444 for (msp = man_strup; msp && msp->ms_next != close_msp; )
4603 for (msp = man_strup; msp != NULL; msp = msp->ms_next) {
4877 for (msp = man_strup; msp != NULL; msp = msp->ms_next) {
4920 for (msp = man_strup; ms
[all...]

Completed in 52 milliseconds