Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c82 SMB_OPIPE_VALID(opipe); in smb_opipe_dealloc()
384 SMB_OPIPE_VALID(opipe); in smb_opipe_close()
416 SMB_OPIPE_VALID(opipe); in smb_opipe_write()
466 SMB_OPIPE_VALID(opipe); in smb_opipe_read()
553 SMB_OPIPE_VALID(opipe); in smb_opipe_ioctl()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1316 #define SMB_OPIPE_VALID(p) \ macro