Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_pwdutil.c147 } smb_ucnode_t; typedef
429 smb_ucnode_t *ucnode; in smb_pwd_iterate()
898 smb_ucnode_t *u1 = (smb_ucnode_t *)p1; in smb_lucache_cmp()
899 smb_ucnode_t *u2 = (smb_ucnode_t *)p2; in smb_lucache_cmp()
1009 smb_ucnode_t uc_node; in smb_lucache_do_update()
1010 smb_ucnode_t *uc_newnode; in smb_lucache_do_update()
1030 sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link)); in smb_lucache_do_update()
1047 if ((uc_newnode = malloc(sizeof (smb_ucnode_t))) == NULL) { in smb_lucache_do_update()
1052 bzero(uc_newnode, sizeof (smb_ucnode_t)); in smb_lucache_do_update()
1109 sizeof (smb_ucnode_t), offsetof(smb_ucnode_t, cn_link)); in smb_lucache_create()
[all …]