Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c36 #define SMB_SMH_MAGIC 0x534D485F /* 'SMH_' */ macro
37 #define SMB_SMH_VALID(_smh_) ASSERT((_smh_)->smh_magic == SMB_SMH_MAGIC)
235 smh->smh_magic = SMB_SMH_MAGIC; in smb_alloc()