Searched refs:LIST_FOREACH (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | neti_stack.c | 115 LIST_FOREACH(n, &neti_instance_list, nini_next) { in neti_stack_init() 158 LIST_FOREACH(nd, &nts->nts_netd_head, netd_list) { in neti_stack_shutdown() 166 LIST_FOREACH(n, &nts->nts_instances, nini_next) { in neti_stack_shutdown() 227 LIST_FOREACH(nd, &nts->nts_netd_head, netd_list) { in neti_stack_fini() 231 LIST_FOREACH(n, &nts->nts_instances, nini_next) { in neti_stack_fini() 361 LIST_FOREACH(tmp, &neti_instance_list, nini_next) { in net_instance_register() 375 LIST_FOREACH(nts, &neti_stack_list, nts_next) { in net_instance_register() 421 LIST_FOREACH(tmp, &neti_instance_list, nini_next) { in net_instance_unregister() 434 LIST_FOREACH(nts, &neti_stack_list, nts_next) { in net_instance_unregister() 436 LIST_FOREACH(tmp, &nts->nts_instances, nini_next) { in net_instance_unregister() [all …]
|
H A D | neti_impl.c | 48 LIST_FOREACH(n, &nts->nts_netd_head, netd_list) { in net_find() 183 LIST_FOREACH(n, &nts->nts_netd_head, netd_list) { in net_protocol_walk()
|
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_mod.c | 280 LIST_FOREACH(bp, &bpf_providers, bpl_next) { in bpf_provider_add() 298 LIST_FOREACH(bp, &bpf_providers, bpl_next) { in bpf_provider_remove() 322 LIST_FOREACH(b, &bpf_providers, bpl_next) { in bpf_find_provider_by_id() 344 LIST_FOREACH(bp, &bpf_providers, bpl_next) { in bpf_provider_tickle()
|
H A D | bpf.c | 261 LIST_FOREACH(bp, &bpf_providers, bpl_next) { in bpf_attachd() 1699 LIST_FOREACH(bp, &bpf_providers, bpl_next) { in bpf_getdltlist()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 86 LIST_FOREACH(cp, &child_list, list) { in child_find_by_pid() 99 LIST_FOREACH(cp, &child_list, list) { in child_find_by_uid() 588 LIST_FOREACH(cp, &child_list, list) { in svc_cleanup()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_connect.c | 93 #ifndef LIST_FOREACH 94 #define LIST_FOREACH(var, head, field) \ macro 655 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_find() 753 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_find_id() 1082 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_get() 1088 LIST_FOREACH(clp, &cl_head, cl_q) { in ndmp_connect_list_get()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 73 #undef LIST_FOREACH 265 #define LIST_FOREACH(var, head, field) \ macro
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | queue.h | 359 #define LIST_FOREACH(var, head, field) \ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | queue.h | 177 #define LIST_FOREACH(var, head, field) \ macro
|