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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c54 #define SMB_OPT_ODIR 0x00000040 macro
101 { "-d", SMB_OPT_ODIR },
722 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR,
1137 { SMB_OPT_ODIR,
1242 opts |= SMB_OPT_ODIR;
1248 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_ODIR)) ||
1315 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR);
2442 'd', MDB_OPT_SETBITS, SMB_OPT_ODIR, opts,

Completed in 50 milliseconds