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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c212 struct uihashhead *uipp; local
217 uipp = UIHASH(uid);
218 for (uip = uipp->lh_first; uip != 0; uip = uip->ui_hash.le_next)
247 LIST_INSERT_HEAD(uipp, uip, ui_hash);

Completed in 25 milliseconds