Searched defs:LIST_FOREACH (Results 1 - 14 of 14) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c972 LIST_FOREACH(inp, head, inp_hash) { function
997 LIST_FOREACH(phd, porthash, phd_hash) { function
1113 LIST_FOREACH(inp, head, inp_hash) { function
1142 LIST_FOREACH(inp, head, inp_hash) { function
1206 LIST_FOREACH(inp, head, inp_hash) { function
1236 LIST_FOREACH(inp, head, inp_hash) { function
/xnu-2782.1.97/bsd/sys/
H A Dqueue.h468 #define LIST_FOREACH(var, head, field) \ macro
/xnu-2782.1.97/bsd/kern/
H A Dkpi_socketfilter.c1338 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) { function
1355 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list) { function
H A Dproc_info.c289 LIST_FOREACH(p, current_list, p_list) { function
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c1416 LIST_FOREACH(ncp, ncpp, nc_hash) { function
1503 LIST_FOREACH(ncp, ncpp, nc_hash) { function
/xnu-2782.1.97/bsd/net/
H A Dntstat.c1098 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) function
1489 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list) function
H A Dnecp.c2931 LIST_FOREACH(searchentry, list, chain) { function
3024 LIST_FOREACH(searchentr function
3230 LIST_FOREACH(mapping, uuid_list_head, chain) { function
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1713 LIST_FOREACH(inp, head, inp_hash) { function
1744 LIST_FOREACH(phd, porthash, phd_hash) { function
1817 LIST_FOREACH(inp, head, inp_hash) { function
1853 LIST_FOREACH(inp, head, inp_hash) { function
1936 LIST_FOREACH(inp, head, inp_hash) { function
1973 LIST_FOREACH(inp, head, inp_hash) { function
2081 LIST_FOREACH(phd, pcbporthash, phd_hash) { function
[all...]
H A Dtcp_subr.c1310 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) { function
1518 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) { function
1702 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) { function
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c2195 LIST_FOREACH(cp, head, gss_svc_entries) { function
H A Dnfs_serv.c1022 LIST_FOREACH(fp, headp, fm_link) { function
1119 LIST_FOREACH(fp, head, fm_link) { function
H A Dnfs_subs.c3508 LIST_FOREACH(unode, head, hash_link) { function
/xnu-2782.1.97/security/
H A Dmac_base.c963 LIST_FOREACH(mle, element_list, mle_list) { function
1098 LIST_FOREACH(mle, element_list, mle_list) { function
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c331 #define LIST_FOREACH(elm, head, field) \ macro
[all...]

Completed in 205 milliseconds