Searched refs:LIST_FOREACH (Results 26 - 48 of 48) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c456 LIST_FOREACH(inp, &time_wait_slots[cur_tw_slot], inp_list) {
H A Dudp_usrreq.c423 LIST_FOREACH(inp, &udb, inp_list) {
H A Dtcp_input.c582 LIST_FOREACH(q, &tp->t_segq, tqe_q) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Draw_ip6.c170 LIST_FOREACH(in6p, &ripcb, inp_list) {
H A Dnd6_rtr.c2984 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) {
3071 LIST_FOREACH(prclear, &nd_prefix, ndpr_entry) {
H A Dicmp6.c2089 LIST_FOREACH(in6p, &ripcb, inp_list)
H A Dnd6.c1032 LIST_FOREACH(pr, &nd_prefix, ndpr_entry) {
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h420 #define LIST_FOREACH(var, head, field) \ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5178 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next)
5179 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next)
5243 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5244 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
5300 LIST_FOREACH(nxfs, &nfsrv_exports, nxfs_next) {
5301 LIST_FOREACH(nx, &nxfs->nxfs_exports, nx_next) {
H A Dnfs_gss.c1798 LIST_FOREACH(cp, head, gss_svc_entries) { function
1850 LIST_FOREACH(p, head, gss_svc_entries)
H A Dnfs_node.c1315 LIST_FOREACH(np, &nfsnodehashtbl[i], n_hash) {
H A Dnfs_bio.c3099 LIST_FOREACH(lbp, &commitlist, nb_vnbufs) {
3137 LIST_FOREACH(bp, &commitlist, nb_vnbufs) {
3167 LIST_FOREACH(bp, &commitlist, nb_vnbufs) {
H A Dnfs_serv.c1022 LIST_FOREACH(fp, headp, fm_link) { function
1119 LIST_FOREACH(fp, head, fm_link) { function
H A Dnfs_socket.c1793 LIST_FOREACH(np, &nmp->nm_monlist, n_monlink) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c1522 LIST_FOREACH(l, &alllctx, lc_list) {
1681 LIST_FOREACH(l, &alllctx, lc_list) {
H A Dkern_memorystatus.c1051 LIST_FOREACH(p, &allproc, p_list) {
H A Dmcache.c1393 LIST_FOREACH(cp, &mcache_head, mc_list) {
H A Dproc_info.c230 LIST_FOREACH(p, current_list, p_list) { function
H A Dpthread_support.c3039 LIST_FOREACH(kwq, &pth_free_list, kw_list) {
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c1569 LIST_FOREACH(addr, &ifp->if_multiaddrs, ifma_link) {
1580 LIST_FOREACH(addr, &ifp->if_multiaddrs, ifma_link) {
H A Dbpf.c816 LIST_FOREACH(inp, pcbinfo->listhead, inp_list) {
H A Ddlil.c4518 LIST_FOREACH(ifma, &ifp->if_multiaddrs, ifma_link) {
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm.c1909 LIST_FOREACH(mar, ar->ar_mac_records, records) {

Completed in 203 milliseconds

12