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.c51 #define SMB_OPT_USER 0x00000008 macro
98 { "-u", SMB_OPT_USER },
719 { SMB_OPT_USER,
878 opts &= ~(SMB_OPT_SERVER | SMB_OPT_SESSION | SMB_OPT_USER);
1056 opts |= SMB_OPT_USER;
1061 if (((opts & SMB_OPT_WALK) && (opts & SMB_OPT_USER)) ||
1169 SMB_OPT_USER);
1244 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_OFILE);
1315 SMB_OPT_USER | SMB_OPT_TREE | SMB_OPT_ODIR);
2439 'u', MDB_OPT_SETBITS, SMB_OPT_USER, opt
[all...]

Completed in 48 milliseconds