Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c63 opipe->p_magic = SMB_OPIPE_MAGIC; in smb_opipe_alloc()
93 opipe->p_magic = (uint32_t)~SMB_OPIPE_MAGIC; in smb_opipe_dealloc()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1315 #define SMB_OPIPE_MAGIC 0x50495045 /* 'PIPE' */ macro
1317 ASSERT(((p) != NULL) && (p)->p_magic == SMB_OPIPE_MAGIC)