Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/smbsrv/
H A Dsmb_token.c58 if ((token == NULL) || (token->tkn_privileges == NULL)) in smb_token_query_privilege()
61 privset = token->tkn_privileges; in smb_token_query_privilege()
H A Dsmb_token_xdr.c271 if (!smb_privset_helper_xdr(xdrs, (char **)&objp->tkn_privileges)) in smb_token_xdr()
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_logon.c252 smb_privset_free(token->tkn_privileges); in smb_token_destroy()
358 token->tkn_privileges = smb_token_create_privs(token); in smb_token_setup_common()
359 if (token->tkn_privileges == NULL) in smb_token_setup_common()
847 if (token->tkn_privileges) in smb_token_log()
848 smb_privset_log(token->tkn_privileges); in smb_token_log()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_token.h94 smb_privset_t *tkn_privileges; member