Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_cancel.c84 (req->smb_tid == sr->smb_tid) && in smb_com_nt_cancel()
H A Dsmb_tree_connect.c129 sr->smb_tid, /* TID */ in smb_com_tree_connect()
314 tree = smb_session_lookup_tree(sr->session, sr->smb_tid); in smb_com_tree_connect_andx()
416 sr->tid_tree = smb_session_lookup_tree(sr->session, sr->smb_tid); in smb_pre_tree_disconnect()
H A Dsmb_oplock.c99 sr->smb_tid = ofile->f_tree->t_tid; in smb1_oplock_break_notification()
111 sr->smb_tid, /* w */ in smb1_oplock_break_notification()
H A Dsmb_process_exit.c90 sr->tid_tree = smb_session_lookup_tree(sr->session, sr->smb_tid); in smb_com_process_exit()
H A Dsmb_echo.c103 sr->smb_tid, in smb_com_echo()
H A Dsmb_dispatch.c552 &sr->smb_tid, in smb1sr_newrq()
678 &sr->smb_tid, in smb1sr_work()
712 sr->smb_tid, in smb1sr_work()
830 sr->tid_tree = smb_session_lookup_tree(session, sr->smb_tid); in smb1sr_work()
1063 sr->smb_tid, in smbsr_send_reply()
H A Dsmb2_dispatch.c762 sr->smb_tid = sr->tid_tree->t_tid; in smb2sr_work()
770 sr->smb_tid); in smb2sr_work()
1377 sr->smb_tid = 0; in smb2_decode_header()
1381 sr->smb_tid = (uint16_t)tid; /* XXX wide TIDs */ in smb2_decode_header()
1397 ((uint64_t)sr->smb_tid) << 32; in smb2_encode_header()
H A Dsmb2_fsctl_odx.c364 tn1->tn1_tid = sr->smb_tid; in smb2_fsctl_odx_read()
684 if (tn1->tn1_tid != sr->smb_tid) { in smb2_fsctl_odx_write_native1()
H A Dsmb_tree.c781 sr->smb_tid = tree->t_tid; in smb_tree_connect_disk()
858 sr->smb_tid = tree->t_tid; in smb_tree_connect_printq()
898 sr->smb_tid = tree->t_tid; in smb_tree_connect_ipc()
H A Dsmb_negotiate.c305 &sr->smb_tid, in smb1_newrq_negotiate()
H A Dsmb2_oplock.c248 sr->smb_tid = 0; in smb2_oplock_break_notification()
H A Dsmb_common_transact.c941 sr->smb_tid, in smb_trans_net_share_enum()
1881 xa->smb_tid = sr->smb_tid; in smb_xa_create()
H A Dsmb2_lease.c480 sr->smb_tid = 0; in smb2_lease_break_notification()
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DWatch-fksmb.d37 this->sr->smb_tid);
60 this->sr->smb_tid);
H A DWatch-all.d126 this->sr->smb_tid);
149 this->sr->smb_tid);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsmb.d71 soi_tid = P->smb_tid;
154 soi_tid = P->smb_tid;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1860 uint16_t smb_tid; /* tree id # */ member
1995 uint16_t smb_tid; /* tree id number */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c959 uint16_t smb_tid; member
1070 sr->smb_tid, sr->tid_tree); in smbreq_dcmd()