Symbol: smb_llist_constructor
usr/src/cmd/smbsrv/testoplock/smbsrv/smb_kproto.h
55
void smb_llist_constructor(smb_llist_t *, size_t, size_t);
usr/src/cmd/smbsrv/testoplock/tol_main.c
426
smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t),
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1979
smb_llist_constructor(&hash->buckets[i].b_list, elemsz,
usr/src/uts/common/fs/smbsrv/smb_node.c
1302
smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t),
usr/src/uts/common/fs/smbsrv/smb_node.c
1304
smb_llist_constructor(&node->n_lock_list, sizeof (smb_lock_t),
usr/src/uts/common/fs/smbsrv/smb_node.c
1306
smb_llist_constructor(&node->n_wlock_list, sizeof (smb_lock_t),
usr/src/uts/common/fs/smbsrv/smb_node.c
160
smb_llist_constructor(&smb_node_hash_table[i],
usr/src/uts/common/fs/smbsrv/smb_server.c
355
smb_llist_constructor(&smb_servers, sizeof (smb_server_t),
usr/src/uts/common/fs/smbsrv/smb_server.c
358
smb_llist_constructor(&smb_server_session_zombies,
usr/src/uts/common/fs/smbsrv/smb_server.c
455
smb_llist_constructor(&sv->sv_session_list, sizeof (smb_session_t),
usr/src/uts/common/fs/smbsrv/smb_server.c
458
smb_llist_constructor(&sv->sv_event_list, sizeof (smb_event_t),
usr/src/uts/common/fs/smbsrv/smb_server.c
461
smb_llist_constructor(&sv->sp_info.sp_list, sizeof (smb_kspooldoc_t),
usr/src/uts/common/fs/smbsrv/smb_server.c
464
smb_llist_constructor(&sv->sp_info.sp_fidlist,
usr/src/uts/common/fs/smbsrv/smb_session.c
734
smb_llist_constructor(&session->s_user_list, sizeof (smb_user_t),
usr/src/uts/common/fs/smbsrv/smb_session.c
737
smb_llist_constructor(&session->s_tree_list, sizeof (smb_tree_t),
usr/src/uts/common/fs/smbsrv/smb_session.c
740
smb_llist_constructor(&session->s_xa_list, sizeof (smb_xa_t),
usr/src/uts/common/fs/smbsrv/smb_tree.c
949
smb_llist_constructor(&tree->t_odir_list, sizeof (smb_odir_t),
usr/src/uts/common/smbsrv/smb_kproto.h
858
void smb_llist_constructor(smb_llist_t *, size_t, size_t);