Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c81 SMB_OPIPE_VALID(opipe); in smb_opipe_dealloc()
283 SMB_OPIPE_VALID(opipe); in smb_opipe_close()
315 SMB_OPIPE_VALID(opipe); in smb_opipe_write()
365 SMB_OPIPE_VALID(opipe); in smb_opipe_read()
413 SMB_OPIPE_VALID(opipe); in smb_opipe_ioctl()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1193 #define SMB_OPIPE_VALID(p) \ macro