HomeSort by: relevance | last modified time | path
    Searched defs:pprev (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/systat/
netstat.c 216 struct inpcb **pprev, *next; local in function:fetchnetstat4
224 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
230 if (inp->inp_queue.tqe_prev != pprev) {
236 pprev = &next->inp_queue.tqe_next;
261 struct inpcb **pprev, *next; local in function:fetchnetstat6
269 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
275 if (inp->inp_queue.tqe_prev != pprev) {
281 pprev = &next->inp_queue.tqe_next;
netstat.c 216 struct inpcb **pprev, *next; local in function:fetchnetstat4
224 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
230 if (inp->inp_queue.tqe_prev != pprev) {
236 pprev = &next->inp_queue.tqe_next;
261 struct inpcb **pprev, *next; local in function:fetchnetstat6
269 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
275 if (inp->inp_queue.tqe_prev != pprev) {
281 pprev = &next->inp_queue.tqe_next;
netstat.c 216 struct inpcb **pprev, *next; local in function:fetchnetstat4
224 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
230 if (inp->inp_queue.tqe_prev != pprev) {
236 pprev = &next->inp_queue.tqe_next;
261 struct inpcb **pprev, *next; local in function:fetchnetstat6
269 pprev = &((struct inpcbtable *)off)->inpt_queue.tqh_first;
275 if (inp->inp_queue.tqe_prev != pprev) {
281 pprev = &next->inp_queue.tqe_next;

Completed in 32 milliseconds