Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_misc.c46 smb_llist_constructor( in smb_llist_constructor() function
H A Dtol_main.c426 smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t), in main()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/
H A Dsmb_kproto.h55 void smb_llist_constructor(smb_llist_t *, size_t, size_t);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c160 smb_llist_constructor(&smb_node_hash_table[i], in smb_node_init()
1302 smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t), in smb_node_constructor()
1304 smb_llist_constructor(&node->n_lock_list, sizeof (smb_lock_t), in smb_node_constructor()
1306 smb_llist_constructor(&node->n_wlock_list, sizeof (smb_lock_t), in smb_node_constructor()
H A Dsmb_server.c355 smb_llist_constructor(&smb_servers, sizeof (smb_server_t), in smb_server_g_init()
358 smb_llist_constructor(&smb_server_session_zombies, in smb_server_g_init()
455 smb_llist_constructor(&sv->sv_session_list, sizeof (smb_session_t), in smb_server_create()
458 smb_llist_constructor(&sv->sv_event_list, sizeof (smb_event_t), in smb_server_create()
461 smb_llist_constructor(&sv->sp_info.sp_list, sizeof (smb_kspooldoc_t), in smb_server_create()
464 smb_llist_constructor(&sv->sp_info.sp_fidlist, in smb_server_create()
H A Dsmb_session.c734 smb_llist_constructor(&session->s_user_list, sizeof (smb_user_t), in smb_session_create()
737 smb_llist_constructor(&session->s_tree_list, sizeof (smb_tree_t), in smb_session_create()
740 smb_llist_constructor(&session->s_xa_list, sizeof (smb_xa_t), in smb_session_create()
H A Dsmb_kutil.c611 smb_llist_constructor( in smb_llist_constructor() function
1979 smb_llist_constructor(&hash->buckets[i].b_list, elemsz, in smb_hash_create()
H A Dsmb_tree.c949 smb_llist_constructor(&tree->t_odir_list, sizeof (smb_odir_t), in smb_tree_alloc()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h856 void smb_llist_constructor(smb_llist_t *, size_t, size_t);