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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c55 static int n_prev[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
278 u.ut_pid = n_prev[i];
286 ++n_prev[i];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3366 NODELIST *n_prev = NULL; local
3466 n_prev = (NODELIST *)from_chan->nodeq.q_first;
3469 if (n_prev == nlp) {
3494 n_prev->nlp_next[fchanno];
3498 n_prev = n_next;
3506 n_prev->
3515 = (uint8_t *)n_prev;
3518 n_prev->

Completed in 50 milliseconds