Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c54 #define SMB_OPT_ODIR 0x00000040 macro
101 { "-d", SMB_OPT_ODIR },
700 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR,
1082 { SMB_OPT_ODIR,
1187 opts |= SMB_OPT_ODIR; in smb_dcmd_odir()
1193 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_ODIR)) || in smb_dcmd_odir()
1260 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR); in smb_dcmd_ofile()
2387 'd', MDB_OPT_SETBITS, SMB_OPT_ODIR, opts, in smb_dcmd_getopt()