Searched defs:SMB_OPT_WALK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c55 #define SMB_OPT_WALK 0x00000100 macro
102 { "-w", SMB_OPT_WALK },
583 if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE)))
586 opts |= SMB_OPT_WALK;
652 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) ||
653 !(opts & SMB_OPT_WALK)) {
763 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) ||
764 !(opts & SMB_OPT_WALK)) {
882 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) ||
883 !(opts & SMB_OPT_WALK)) {
[all...]

Completed in 62 milliseconds