Searched refs:SLIST_REMOVE (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | queue.h | 93 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
H A D | rcfile.c | 195 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close() 254 SLIST_REMOVE(&rcp->rf_sect, rsp, rcsection, rs_next); in rc_freesect() 302 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 65 #undef SLIST_REMOVE 227 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/titanic_50/usr/src/uts/common/io/ |
H A D | hook.c | 593 SLIST_REMOVE(&hook_stacks, hks, hook_stack, hks_entry); in hook_stack_remove() 1022 SLIST_REMOVE(&hks->hks_familylist, hfi, hook_family_int, in hook_family_free() 1566 SLIST_REMOVE(&hfi->hfi_head, hei, hook_event_int, hei_entry); in hook_event_free()
|
/titanic_50/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_conn.c | 234 SLIST_REMOVE(&parent->co_children, co, in smb_co_rele()
|
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | queue.h | 191 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | queue.h | 231 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 2316 SLIST_REMOVE(&t4_uld_list, ui, uld_info, link); in t4_unregister_uld()
|