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

  /src/external/bsd/openldap/dist/libraries/libldap/
sort.c 103 LDAPMessage *ohead = NULL, *otail = NULL; local
116 if ( !ohead ) ohead = e;
125 etail->lm_chain = ohead;
128 *chain = ohead;
165 *ep = ohead;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
critical_.d 84 auto ohead = head;
86 atomicStore!(MemoryOrder.rel)(cs.next, ohead);
  /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
378 if (ep != ohead) {
  /src/sys/uvm/
uvm_page.c 736 struct pgflist *ohead, *nhead; local
793 ohead = &opgb->pgb_colors[oc];
794 while ((pg = LIST_FIRST(ohead)) != NULL) {

Completed in 41 milliseconds