Searched refs:uipp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c215 struct uihashhead *uipp; local
220 uipp = UIHASH(uid);
221 for (uip = uipp->lh_first; uip != 0; uip = uip->ui_hash.le_next)
250 LIST_INSERT_HEAD(uipp, uip, ui_hash);

Completed in 23 milliseconds