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

/xnu-2422.115.4/bsd/kern/
H A Dproc_uuid_policy.c284 struct proc_uuid_policy_hashhead *headp = &proc_uuid_policy_hashtbl[hashslot]; local
286 LIST_FOREACH_SAFE(searchentry, headp, entries, tmpentry) {
/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py73 headp = kern.globals.allproc
74 for proc in IterateListEntry(headp, 'struct proc *', 'p_list'):
797 headp = kern.globals.initproc.p_children
798 for pp in IterateListEntry(headp, 'struct proc *', 'p_sibling'):
1199 headp = addressof(kern.globals.proc_uuid_policy_hashtbl[i])
1201 for entry in IterateListEntry(headp, 'struct proc_uuid_policy_entry *', 'entries'):
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c1000 struct nfsrv_fmod_hashhead *headp, firehead; local
1021 headp = &nfsrv_fmod_hashtbl[i];
1022 LIST_FOREACH(fp, headp, fm_link) {

Completed in 33 milliseconds