Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c62 #define SMB_OPT_USER 0x00000008 macro
126 { "-u", SMB_OPT_USER },
827 { SMB_OPT_USER, "list",
1000 opts &= ~(SMB_OPT_SERVER | SMB_OPT_SESSION | SMB_OPT_USER); in smbreq_dcmd()
1444 opts |= SMB_OPT_USER; in smbuser_dcmd()
1449 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_USER)) || in smbuser_dcmd()
1666 SMB_OPT_USER); in smbtree_dcmd()
1745 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE); in smbodir_dcmd()
1865 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR); in smbofile_dcmd()
3715 'u', MDB_OPT_SETBITS, SMB_OPT_USER, opts, in smb_dcmd_getopt()