Home
last modified time | relevance | path

Searched refs:sl_list (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c825 list_create(&sl->sl_list, size, offset); in smb_slist_constructor()
843 list_destroy(&sl->sl_list); in smb_slist_destructor()
867 list_insert_head(&sl->sl_list, obj); in smb_slist_insert_head()
883 list_insert_tail(&sl->sl_list, obj); in smb_slist_insert_tail()
899 list_remove(&sl->sl_list, obj); in smb_slist_remove()
923 list_move_tail(lst, &sl->sl_list); in smb_slist_move_tail()
946 ASSERT(dst->sl_list.list_offset == src->sl_list.list_offset); in smb_slist_obj_move()
947 ASSERT(dst->sl_list.list_size == src->sl_list.list_size); in smb_slist_obj_move()
949 list_remove(&src->sl_list, obj); in smb_slist_obj_move()
950 list_insert_tail(&dst->sl_list, obj); in smb_slist_obj_move()
H A Dsmb_kshare.c339 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_fini()
1252 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_unexport_thread()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h884 #define smb_slist_head(sl) list_head(&(sl)->sl_list)
885 #define smb_slist_next(sl, obj) list_next(&(sl)->sl_list, obj)
H A Dsmb_ktypes.h421 list_t sl_list; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c225 (uintptr_t)&slp->sl_list) == -1) { in sonode_walk_init()
227 "at %p", &slp->sl_list); in sonode_walk_init()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1802 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_update()
1837 for (so = socklist.sl_list; so != NULL; so = SOTOTPI(so)->sti_next_so) { in sockfs_snapshot()
H A Dsocktpi.c6269 sti->sti_next_so = socklist.sl_list; in socktpi_unix_constructor()
6273 socklist.sl_list = so; in socktpi_unix_constructor()
6294 socklist.sl_list = sti->sti_next_so; in socktpi_unix_destructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h603 struct sonode *sl_list; member
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c796 GET_OFFSET(sl_off, smb_slist_t, sl_list); in smb_session_exp_off_req_list()