smb_llist_constructor
void smb_llist_constructor(smb_llist_t *, size_t, size_t);
smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t),
smb_llist_constructor(&hash->buckets[i].b_list, elemsz,
smb_llist_constructor(&node->n_ofile_list, sizeof (smb_ofile_t),
smb_llist_constructor(&node->n_lock_list, sizeof (smb_lock_t),
smb_llist_constructor(&node->n_wlock_list, sizeof (smb_lock_t),
smb_llist_constructor(&smb_node_hash_table[i],
smb_llist_constructor(&smb_servers, sizeof (smb_server_t),
smb_llist_constructor(&smb_server_session_zombies,
smb_llist_constructor(&sv->sv_session_list, sizeof (smb_session_t),
smb_llist_constructor(&sv->sv_event_list, sizeof (smb_event_t),
smb_llist_constructor(&sv->sp_info.sp_list, sizeof (smb_kspooldoc_t),
smb_llist_constructor(&sv->sp_info.sp_fidlist,
smb_llist_constructor(&session->s_user_list, sizeof (smb_user_t),
smb_llist_constructor(&session->s_tree_list, sizeof (smb_tree_t),
smb_llist_constructor(&session->s_xa_list, sizeof (smb_xa_t),
smb_llist_constructor(&tree->t_odir_list, sizeof (smb_odir_t),
void smb_llist_constructor(smb_llist_t *, size_t, size_t);