Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c64 #define SMB_OPT_OFILE 0x00000020 macro
128 { "-f", SMB_OPT_OFILE },
830 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR, "list",
1560 { SMB_OPT_OFILE, "avl",
1745 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE); in smbodir_dcmd()
1863 opts |= SMB_OPT_OFILE; in smbofile_dcmd()
1869 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) || in smbofile_dcmd()
2169 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) || in smblease_dcmd()
3717 'f', MDB_OPT_SETBITS, SMB_OPT_OFILE, opts, in smb_dcmd_getopt()