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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c53 #define SMB_OPT_OFILE 0x00000020 macro
100 { "-f", SMB_OPT_OFILE },
722 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR,
1134 { SMB_OPT_OFILE,
1244 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE);
1313 opts |= SMB_OPT_OFILE;
1319 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) ||
2441 'f', MDB_OPT_SETBITS, SMB_OPT_OFILE, opts,

Completed in 62 milliseconds