Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c65 #define SMB_OPT_ODIR 0x00000040 macro
129 { "-d", SMB_OPT_ODIR },
830 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR, "list",
1563 { SMB_OPT_ODIR, "list",
1743 opts |= SMB_OPT_ODIR; in smbodir_dcmd()
1749 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_ODIR)) || in smbodir_dcmd()
1865 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR); in smbofile_dcmd()
3718 'd', MDB_OPT_SETBITS, SMB_OPT_ODIR, opts, in smb_dcmd_getopt()