Home
last modified time | relevance | path

Searched refs:smb_idpool_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h309 } smb_idpool_t; typedef
924 smb_idpool_t s_uid_pool;
925 smb_idpool_t s_tid_pool;
1049 smb_idpool_t t_fid_pool;
1052 smb_idpool_t t_odid_pool;
H A Dsmb_kproto.h727 int smb_idpool_constructor(smb_idpool_t *pool);
728 void smb_idpool_destructor(smb_idpool_t *pool);
729 int smb_idpool_alloc(smb_idpool_t *pool, uint16_t *id);
730 void smb_idpool_free(smb_idpool_t *pool, uint16_t id);
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c205 smb_idpool_t *pool) in smb_idpool_increment()
243 smb_idpool_t *pool) in smb_idpool_constructor()
273 smb_idpool_t *pool) in smb_idpool_destructor()
289 smb_idpool_t *pool, in smb_idpool_alloc()
346 smb_idpool_t *pool, in smb_idpool_free()