Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c51 #define SMB_OPT_USER 0x00000008 macro
98 { "-u", SMB_OPT_USER },
697 { SMB_OPT_USER,
868 opts &= ~(SMB_OPT_SERVER | SMB_OPT_SESSION | SMB_OPT_USER); in smb_dcmd_request()
1001 opts |= SMB_OPT_USER; in smb_dcmd_user()
1006 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_USER)) || in smb_dcmd_user()
1114 SMB_OPT_USER); in smb_dcmd_tree()
1189 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE); in smb_dcmd_odir()
1260 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR); in smb_dcmd_ofile()
2384 'u', MDB_OPT_SETBITS, SMB_OPT_USER, opts, in smb_dcmd_getopt()