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

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvar.h99 #define LIST_FOREACH(elm, head, field) \ macro
/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_hash.c160 LIST_FOREACH(ni, list, hash) { function
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c708 LIST_FOREACH(p, head, links) { function
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DAlert.c55 LIST_FOREACH(scan, S_AlertHead_p, entries) { function
H A DDialogue.c229 LIST_FOREACH(scan, S_CredentialsDialogueHead_p, entries) { function
833 LIST_FOREACH(scan, S_TrustDialogueHead_p, entries) { function
1118 LIST_FOREACH(scan, S_AlertDialogueHead_p, entries) { function
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dqueue.h121 #undef LIST_FOREACH macro
400 #define LIST_FOREACH(var, head, field) \ macro
/macosx-10.10.1/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
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_FOREACH macro
274 #define LIST_FOREACH(var, head, field) \ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dqueue.h468 #define LIST_FOREACH(var, head, field) \ macro
/macosx-10.10.1/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
/macosx-10.10.1/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
/macosx-10.10.1/NFS-82/nfsstat/
H A Dnfsstat.c1666 LIST_FOREACH(export_node, export_list, export_next) { function
1766 LIST_FOREACH(export_node, export_list, export_next) { function
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c314 LIST_FOREACH(scan, S_clientHead_p, link) { function
326 LIST_FOREACH(scan, S_clientHead_p, link) { function
339 LIST_FOREACH(scan, S_clientHead_p, link) { function
352 LIST_FOREACH(scan, S_clientHead_p, link) { function
1355 LIST_FOREACH(scan, S_clientHead_p, link) { function
1638 LIST_FOREACH(scan, S_clientHead_p, link) { function
1855 LIST_FOREACH(scan, S_clientHead_p, link) { function
1970 LIST_FOREACH(scan, S_clientHead_p, link) { function
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c429 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) { function
442 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) { function
1059 LIST_FOREACH(scan, S_MonitoredInterfaceHead_p, entries) { function
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c550 LIST_FOREACH(np, nhpp, n_hash) { function
3692 LIST_FOREACH(np, nhpp, n_hash) { function
/macosx-10.10.1/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...]
/macosx-10.10.1/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
/macosx-10.10.1/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
/macosx-10.10.1/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
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkey.c331 #define LIST_FOREACH(elm, head, field) \ macro
[all...]

Completed in 319 milliseconds