Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c55 #define SMB_OPT_WALK 0x00000100 macro
102 { "-w", SMB_OPT_WALK },
560 if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE))) in smb_dcmd_list()
563 opts |= SMB_OPT_WALK; in smb_dcmd_list()
629 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) || in smb_dcmd_server()
630 !(opts & SMB_OPT_WALK)) { in smb_dcmd_server()
741 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) || in smb_dcmd_session()
742 !(opts & SMB_OPT_WALK)) { in smb_dcmd_session()
872 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) || in smb_dcmd_request()
873 !(opts & SMB_OPT_WALK)) { in smb_dcmd_request()
[all …]