Searched refs:smb_com (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_signing.c337 if (sr->smb_com == SMB_COM_TRANSACTION_SECONDARY ||
338 sr->smb_com == SMB_COM_TRANSACTION2_SECONDARY ||
339 sr->smb_com == SMB_COM_NT_TRANSACT_SECONDARY)
H A Dsmb_negotiate.c294 &sr->smb_com,
307 if (sr->smb_com != SMB_COM_NEGOTIATE)
316 sr->first_smb_com = sr->smb_com;
H A Dsmb_locking_andx.c417 sr->smb_com = SMB_COM_LOCKING_ANDX;
428 sr->smb_com, /* b */
H A Dsmb_dispatch.c33 * smb_com a byte, the "first" command
58 * "this" command (i.e. smb_com if this is the
69 * "this" command (i.e. smb_com if this is the
78 * smb_com a byte, the "first" command, corresponds
120 * "this" command (i.e. smb_com if this is the
131 * "this" command (i.e. smb_com if this is the
633 &sr->smb_com,
667 sr->smb_com,
679 sr->first_smb_com = sr->smb_com;
692 sdd = &smb_disp_table[sr->smb_com];
[all...]
H A Dsmb_common_transact.c190 if (xa->smb_com != SMB_COM_TRANSACTION) {
402 if (xa->smb_com != SMB_COM_TRANSACTION2) {
678 if (xa->smb_com != SMB_COM_TRANSACTION2) {
1855 xa->smb_com = sr->smb_com;
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c71 const char *smb_com; member in struct:__anon36
106 static smb_com_entry_t smb_com[256] = variable
934 cur_cmd_code = sr->smb_com & 0xFF;
935 cur_cmd_name = smb_com[cur_cmd_code].smb_com;
948 smb_com[sr->first_smb_com].smb_com);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1655 unsigned char smb_com; /* command code */ member in struct:smb_request
1783 unsigned char smb_com; /* which TRANS type */ member in struct:smb_xa

Completed in 94 milliseconds