Searched refs:SLIST_FOREACH (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_hardlink.c | 132 SLIST_FOREACH(hl, hl_q, next_hardlink) { in hardlink_q_get() 209 SLIST_FOREACH(hl, hl_q, next_hardlink) in hardlink_q_dump()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_conn.c | 448 SLIST_FOREACH(co, &smb_vclist.co_children, co_next) { in smb_vc_findcreate() 573 SLIST_FOREACH(co, &(VCTOCP(vcp)->co_children), co_next) { in smb_vc_walkshares() 686 SLIST_FOREACH(co, &(VCTOCP(vcp)->co_children), co_next) { in smb_share_findcreate() 853 SLIST_FOREACH(co, &smb_vclist.co_children, co_next) { in nsmb_zone_shutdown() 896 SLIST_FOREACH(co, &smb_vclist.co_children, co_next) { in nsmb_zone_destroy()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | rcfile.c | 209 SLIST_FOREACH(p, &pf_head, rf_next) in rc_cachelookup() 222 SLIST_FOREACH(p, &rcp->rf_sect, rs_next) in rc_findsect() 272 SLIST_FOREACH(p, &rsp->rs_keys, rk_next) in rc_sect_findkey() 634 SLIST_FOREACH(rsp, &smb_rc->rf_sect, rs_next) { in dump_props() 638 SLIST_FOREACH(rkp, &rsp->rs_keys, rk_next) { in dump_props()
|
H A D | queue.h | 72 #define SLIST_FOREACH(var, head, field) \ macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | hook.c | 614 SLIST_FOREACH(hks, &hook_stacks, hks_entry) { in hook_stack_get() 678 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_register() 738 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_stack_notify_unregister() 1137 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_family_find() 1192 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_register() 1268 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_family_notify_unregister() 1608 SLIST_FOREACH(hfi, &hks->hks_familylist, hfi_entry) { in hook_event_checkdup() 1609 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_checkdup() 1663 SLIST_FOREACH(hei, &hfi->hfi_head, hei_entry) { in hook_event_find()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 60 #undef SLIST_FOREACH 201 #define SLIST_FOREACH(var, head, field) \ macro
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 2287 SLIST_FOREACH(u, &t4_uld_list, link) { in t4_register_uld() 2309 SLIST_FOREACH(u, &t4_uld_list, link) { in t4_unregister_uld() 2334 SLIST_FOREACH(ui, &t4_uld_list, link) { in activate_uld() 2382 SLIST_FOREACH(sc, &t4_adapter_list, link) { in t4_iterate()
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | queue.h | 160 #define SLIST_FOREACH(var, head, field) \ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | queue.h | 245 #define SLIST_FOREACH(var, head, field) \ macro
|