Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c145 } smb_ucnode_t; typedef
423 smb_ucnode_t *ucnode; in smb_pwd_iterate()
885 smb_ucnode_t *u1 = (smb_ucnode_t *)p1; in smb_lucache_cmp()
886 smb_ucnode_t *u2 = (smb_ucnode_t *)p2; in smb_lucache_cmp()
996 smb_ucnode_t uc_node; in smb_lucache_do_update()
997 smb_ucnode_t *uc_newnode; in smb_lucache_do_update()
1014 sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link)); in smb_lucache_do_update()
1031 if ((uc_newnode = malloc(sizeof (smb_ucnode_t))) == NULL) { in smb_lucache_do_update()
1036 bzero(uc_newnode, sizeof (smb_ucnode_t)); in smb_lucache_do_update()
1093 sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link)); in smb_lucache_create()
[all …]