Searched refs:sl_list (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kutil.c | 603 list_create(&sl->sl_list, size, offset); in smb_slist_constructor() 621 list_destroy(&sl->sl_list); in smb_slist_destructor() 635 list_insert_head(&sl->sl_list, obj); in smb_slist_insert_head() 651 list_insert_tail(&sl->sl_list, obj); in smb_slist_insert_tail() 667 list_remove(&sl->sl_list, obj); in smb_slist_remove() 691 list_move_tail(lst, &sl->sl_list); in smb_slist_move_tail() 714 ASSERT(dst->sl_list.list_offset == src->sl_list.list_offset); in smb_slist_obj_move() 715 ASSERT(dst->sl_list.list_size == src->sl_list.list_size); in smb_slist_obj_move() 717 list_remove(&src->sl_list, obj); in smb_slist_obj_move() 718 list_insert_tail(&dst->sl_list, obj); in smb_slist_obj_move()
|
H A D | smb_kshare.c | 344 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_fini() 1183 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_unexport_thread()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 841 #define smb_slist_head(sl) list_head(&(sl)->sl_list) 842 #define smb_slist_next(sl, obj) list_next(&(sl)->sl_list, obj)
|
H A D | smb_ktypes.h | 397 list_t sl_list; member
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 225 (uintptr_t)&slp->sl_list) == -1) { in sonode_walk_init() 227 "at %p", &slp->sl_list); in sonode_walk_init()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | socketvar.h | 596 struct sonode *sl_list; member
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | socksubr.c | 1759 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_update() 1794 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_snapshot()
|
H A D | socktpi.c | 6344 sti->sti_next_so = socklist.sl_list; in socktpi_unix_constructor() 6348 socklist.sl_list = so; in socktpi_unix_constructor() 6369 socklist.sl_list = sti->sti_next_so; in socktpi_unix_destructor()
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 717 OFFSETOF(smb_session_t, s_req_list.sl_list), 1886 OFFSETOF(smb_slist_t, sl_list); in smb_lock()
|