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.c65 #define SMB_OPT_OFILE 0x00000020 macro
129 { "-f", SMB_OPT_OFILE },
831 { SMB_OPT_TREE | SMB_OPT_OFILE | SMB_OPT_ODIR, "list",
1561 { SMB_OPT_OFILE, "avl",
1746 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE); in smbodir_dcmd()
1864 opts |= SMB_OPT_OFILE; in smbofile_dcmd()
1870 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) || in smbofile_dcmd()
2170 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_OFILE)) || in smblease_dcmd()
3715 'f', MDB_OPT_SETBITS, SMB_OPT_OFILE, opts, in smb_dcmd_getopt()