Searched defs:audit_sid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c204 smbd_user_nonauth_logon(uint32_t audit_sid) argument
212 if (entry->sa_audit_sid == audit_sid) {
229 smbd_user_auth_logoff(uint32_t audit_sid) argument
237 if ((entry = smbd_audit_unlink(audit_sid)) == NULL)
297 smbd_audit_unlink(uint32_t audit_sid) argument
308 if (entry->sa_audit_sid == audit_sid) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c266 uint32_t audit_sid)
289 user->u_audit_sid = audit_sid;
712 uint32_t audit_sid = user->u_audit_sid; local
715 &audit_sid, xdr_uint32_t, NULL, NULL);
259 smb_user_logon( smb_user_t *user, cred_t *cr, char *domain_name, char *account_name, uint32_t flags, uint32_t privileges, uint32_t audit_sid) argument

Completed in 85 milliseconds