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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c1028 static logmsg *loghead = NULL; variable
1029 static logmsg **logtailp = &loghead;
1041 while ((msg = loghead) == NULL)
1044 loghead = msg->log_next;
1046 if (loghead == NULL) {
1047 logtailp = &loghead;

Completed in 93 milliseconds