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

  /src/sys/fs/nfs/common/
nfs.h 669 #define LIST_NEWHEAD(nhead, ohead, field) do { \
670 if (((nhead)->lh_first = (ohead)->lh_first) != NULL) \
671 (ohead)->lh_first->field.le_prev = &(nhead)->lh_first; \
672 (ohead)->lh_first = NULL; \
  /src/usr.sbin/rwhod/
rwhod.c 367 static struct utmpentry *ohead = NULL; local in function:send_host_information
378 if (ep != ohead) {
  /src/sys/uvm/
uvm_page.c 736 struct pgflist *ohead, *nhead; local in function:uvm_page_redim
793 ohead = &opgb->pgb_colors[oc];
794 while ((pg = LIST_FIRST(ohead)) != NULL) {

Completed in 16 milliseconds