Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_user.c260 user->u_magic = SMB_USER_MAGIC; in smb_user_new()
310 ASSERT(user->u_magic == SMB_USER_MAGIC); in smb_user_logon()
370 ASSERT(user->u_magic == SMB_USER_MAGIC); in smb_user_logoff()
650 ASSERT(user->u_magic == SMB_USER_MAGIC); in smb_user_enum()
764 user->u_magic = (uint32_t)~SMB_USER_MAGIC; in smb_user_delete()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1015 #define SMB_USER_MAGIC 0x55534552 /* 'USER' */ macro
1017 ASSERT(((u) != NULL) && ((u)->u_magic == SMB_USER_MAGIC))