| /src/sys/net/ |
| raw_usrreq.c | 75 LIST_FOREACH(rp, rawcbhead, rcb_list) {
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| var.h | 98 #ifndef LIST_FOREACH 99 #define LIST_FOREACH(elm, head, field) \
|
| /src/sys/arch/evbmips/mipssim/ |
| mipssim_intr.c | 120 LIST_FOREACH(ih, list, ih_q) {
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_hashtab.c | 67 LIST_FOREACH(entry, h_list, head) 80 LIST_FOREACH(entry, h_list, head) { 100 LIST_FOREACH(entry, h_list, head) {
|
| /src/sys/fs/ntfs/ |
| ntfs_ihash.c | 124 LIST_FOREACH(ip, ipp, i_hash) {
|
| /src/crypto/external/bsd/libsaslc/dist/src/ |
| mech.c | 138 LIST_FOREACH(node, list, nodes) {
|
| dict.c | 153 LIST_FOREACH(node, dict, nodes) {
|
| /src/sys/nfs/ |
| nfs_srvcache.c | 193 LIST_FOREACH(rp, NFSRCHASH(nd->nd_retxid), rc_hash) {
|
| nfs_iod.c | 211 LIST_FOREACH(iod, &nfs_iodlist_all, nid_all) { 351 LIST_FOREACH(nuidp, NMUIDHASH(nmp, kauth_cred_geteuid(cred)), nu_hash) {
|
| nfs_syscalls.c | 380 LIST_FOREACH(nuidp, NUIDHASH(slp, nsd->nsd_cr.cr_uid),
|
| /src/sys/dev/usb/ |
| usb_mem.c | 131 LIST_FOREACH(b, &usb_blk_freelist, next) { 236 LIST_FOREACH(xb, qh, next) { 302 LIST_FOREACH(f, &usb_frag_freelist, ufd_next) {
|
| /src/sys/kern/ |
| kern_sleepq.c | 205 LIST_FOREACH(l2, sq, l_sleepchain) {
|
| kern_turnstile.c | 175 LIST_FOREACH(ts, tc, ts_chain) 471 LIST_FOREACH(l, sq, l_sleepchain) { 537 LIST_FOREACH(ts, tc, ts_chain) 551 LIST_FOREACH(l, rsq, l_sleepchain) { 557 LIST_FOREACH(l, wsq, l_sleepchain) {
|
| kern_fileassoc.c | 180 LIST_FOREACH(assoc, &fileassoc_list, assoc_list) { 324 LIST_FOREACH(faf, hash_entry, faf_list) { 466 LIST_FOREACH(faf, &tbl->tbl_hash[i], faf_list) { 494 LIST_FOREACH(faf, &tbl->tbl_hash[i], faf_list) {
|
| kern_hook.c | 124 LIST_FOREACH(hd, list, hk_list) { 158 LIST_FOREACH(hd, list, hk_list) { 250 LIST_FOREACH(hd, &mountroothook_list, hk_list) { 336 LIST_FOREACH(hd, &forkhook_list, hk_list) { 365 LIST_FOREACH(hd, &critpollhook_list, hk_list) { 512 LIST_FOREACH(hd, &l->hl_list, hk_list) { 586 LIST_FOREACH(hd0, &l->hl_list, hk_list) {
|
| /src/lib/libnvmm/ |
| libnvmm.c | 73 LIST_FOREACH(ent, areas, list) { 536 LIST_FOREACH(ent, areas, list) {
|
| /src/sys/dev/ |
| lockstat.c | 306 LIST_FOREACH(l, &alllwp, l_list) { 418 LIST_FOREACH(lb, ll, lb_chain.list) {
|
| /src/sys/miscfs/procfs/ |
| procfs_vfsops.c | 568 LIST_FOREACH(pfs, head, pfs_hash) {
|
| /src/sys/ufs/ufs/ |
| ufs_quota.c | 832 LIST_FOREACH(dq, dqh, dq_hash) { 858 LIST_FOREACH(dq, dqh, dq_hash) { 981 LIST_FOREACH(dq, &dqhashtbl[i], dq_hash)
|
| /src/crypto/dist/ipsec-tools/src/include-glibc/sys/ |
| queue.h | 277 #define LIST_FOREACH(var, head, field) \
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdcache.c | 383 LIST_FOREACH(rp, hp, rc_hash) { 646 LIST_FOREACH(rp, &nfsrc_templist, rc_hash) {
|
| /src/sys/netinet/ |
| in_pcb.c | 783 LIST_FOREACH(inp, head, inp_hash) { 968 LIST_FOREACH(inp, head, inp_lhash) { 1079 LIST_FOREACH(inp, head, inp_hash) { 1126 LIST_FOREACH(inp, head, inp_hash) { 1135 LIST_FOREACH(inp, head, inp_hash) {
|
| /src/sys/ufs/lfs/ |
| ulfs_quota.c | 846 LIST_FOREACH(dq, dqh, dq_hash) { 872 LIST_FOREACH(dq, dqh, dq_hash) { 1001 LIST_FOREACH(dq, &dqhashtbl[i], dq_hash)
|
| /src/sys/uvm/ |
| uvm_aobj.c | 217 LIST_FOREACH(elt, swhash, list) {
|
| /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/ |
| queue.h | 164 #define LIST_FOREACH(var, head, field) \
|