Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree_connect.c278 rc = smbsr_decode_vwv(sr, "b.www", &sr->andx_com, &sr->andx_off, in smb_pre_tree_connect_andx()
344 sr->andx_com, in smb_com_tree_connect_andx()
353 sr->andx_com, in smb_com_tree_connect_andx()
364 sr->andx_com, /* AndXcmd (b) */ in smb_com_tree_connect_andx()
H A Dsmb_session_setup_andx.c61 &sr->andx_com, &sr->andx_off, in smb_pre_session_setup_andx()
310 sr->andx_com, in smb_com_session_setup_andx()
324 sr->andx_com, in smb_com_session_setup_andx()
H A Dsmb_logoff_andx.c88 if (smbsr_encode_result(sr, 2, 0, "bb.ww", 2, sr->andx_com, -1, 0)) in smb_com_logoff_andx()
H A Dsmb_open_andx.c339 rc = smbsr_decode_vwv(sr, "b.wwwwwlwll4.", &sr->andx_com, in smb_pre_open_andx()
461 sr->andx_com, /* (b.) */ in smb_com_open_andx()
481 sr->andx_com, /* (b.) */ in smb_com_open_andx()
H A Dsmb_nt_create_andx.c362 sr->andx_com, /* (b.) */ in smb_com_nt_create_andx()
386 sr->andx_com, /* (b.) */ in smb_com_nt_create_andx()
H A Dsmb_dispatch.c785 &sr->andx_com, &sr->andx_off) < 0) { in smb1sr_work()
790 sr->andx_com = (unsigned char)-1; in smb1sr_work()
882 if (sr->andx_com == 0xff) in smb1sr_work()
891 sr->andx_com, MBC_LENGTH(&sr->reply)); in smb1sr_work()
894 sr->smb_com = sr->andx_com; in smb1sr_work()
H A Dsmb_locking_andx.c410 2, sr->andx_com, 0x27, 0) != 0) in smb_com_locking_andx()
H A Dsmb_write.c476 6, sr->andx_com, 15, count_low, 0, count_high, 0, 0); in smb_com_write_andx()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1916 unsigned char andx_com; member