Symbol: SMB_OPT_WALK
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1005
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_REQUEST)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1006
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
131
{ "-w", SMB_OPT_WALK },
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1450
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_USER)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1451
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1671
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_TREE)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1672
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1750
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_ODIR)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1751
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1870
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
1871
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2170
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
2171
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3717
'w', MDB_OPT_SETBITS, SMB_OPT_WALK, opts,
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
3762
argc = smb_dcmd_setopt(opts | SMB_OPT_WALK, SMB_MDB_MAX_OPTS, argv);
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
551
if (!(opts & ~(SMB_OPT_WALK | SMB_OPT_VERBOSE)))
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
554
opts |= SMB_OPT_WALK;
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
685
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SERVER)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
686
!(opts & SMB_OPT_WALK)) {
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
875
if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_SESSION)) ||
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv.c
876
!(opts & SMB_OPT_WALK)) {