Searched refs:smb_ptd (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_pass.c69 * The smb_ptd is a cache of Uid's, User names, passwords and domain names.
95 avl_tree_t smb_ptd; /* AVL password tree descriptor */ variable
154 avl_create(&smb_ptd,
170 avl_destroy(&smb_ptd);
184 n = avl_numnodes(&smb_ptd);
194 avl_remove(&smb_ptd, tmp);
225 if ((cpid = (smb_passid_t *)avl_find(&smb_ptd,
253 for (tmp = avl_first(&smb_ptd); tmp != NULL;
255 cpid = AVL_NEXT(&smb_ptd, tmp);
278 avl_tree_t *t = &smb_ptd;
[all...]

Completed in 102 milliseconds