Searched refs:tid (Results 276 - 300 of 707) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h100 void SetEnqueueingThreadID(lldb::tid_t tid) { m_enqueueing_thread_id = tid; } argument
/freebsd-current/crypto/openssh/regress/
H A Dssh-com-keygen.sh4 tid="ssh.com key import"
H A Dreconfigure.sh4 tid="simple connect after reconfigure"
H A Dsshfp-connect.sh25 tid="sshfp connect"
H A Dcert-hostkey.sh4 tid="certified host keys"
89 verbose "$tid: sign host ${ktype} cert"
116 verbose "$tid: $_ident expect success $_expect_success"
135 verbose "$tid: host ${ktype} cert connect"
170 verbose "$tid: host ${ktype} revoked cert"
191 verbose "$tid: host ${ktype} revoked cert"
257 verbose "$tid: host ${ktype} ${v} cert downgrade to raw key"
297 verbose "$tid: host ${kt} connect wrong cert"
H A Dscp-uri.sh4 tid="scp-uri"
29 tag="$tid: $mode mode"
H A Dhostbased.sh13 tid="hostbased"
H A Dagent-getpeereid.sh5 tid="disallow agent attach from other uid"
H A Dkeygen-sshfp.sh4 tid="keygen-sshfp"
H A Dscp3.sh4 tid="scp3"
36 tag="$tid: $mode mode"
H A Dagent-pkcs11.sh4 tid="pkcs11 agent test"
H A Dssh-com.sh4 tid="connect to ssh.com server"
106 verbose "test ${tid}: sshd2 ${v} cipher $c mac $m"
H A Dkeygen-comment.sh3 tid="Comment extraction from private key"
/freebsd-current/sys/contrib/ck/src/
H A Dck_barrier_mcs.c38 ck_pr_store_uint(&barrier->tid, 0);
80 state->vpid = ck_pr_faa_uint(&barrier->tid, 1);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.h55 struct ath11k_peer *peer, u8 tid);
57 u8 tid, u32 ba_win_sz, u16 ssn,
/freebsd-current/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c197 u_int tid = GET_TID(cpl); local
198 struct toepcb *toep = lookup_tid(sc, tid);
221 CTR5(KTR_CXGBE, "%s: tid %u, cpl->len %u, pdu_len_ddp 0x%04x, icp %p",
222 __func__, tid, len, len_ddp, icp);
234 u_int tid = GET_TID(cpl); local
235 struct toepcb *toep = lookup_tid(sc, tid);
276 CTR4(KTR_CXGBE, "%s: tid %u, cpl->len %u, icp %p", __func__, tid,
416 CTR3(KTR_CXGBE, "%s: tid %u, %u bytes in so_rcv", __func__, toep->tid,
448 u_int tid = GET_TID(cpl); local
585 u_int tid = GET_TID(cpl); local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h87 * This data includes the index of the station in the fw, per tid information
93 * station index. That way, the driver is able to get the tid related data in
107 * The station holds the sequence number per tid. So this data needs to be
325 * @last_seq: last sequence per tid for duplicate packet detection
361 * @tid_disable_agg: bitmap: if bit(tid) is set, the fw won't send ampdus for
362 * tid.
371 * @tid_data: per tid data + mgmt. Look at %iwl_mvm_tid_data.
525 int tid, u16 ssn, bool start, u16 buf_size, u16 timeout);
527 struct ieee80211_sta *sta, u16 tid, u16 *ssn);
529 struct ieee80211_sta *sta, u16 tid, u1
[all...]
/freebsd-current/lib/libthr/thread/
H A Dthr_info.c75 if (thr_set_name(thread->tid, name) == -1)
84 if (thr_set_name(thread->tid, name) == -1) {
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dsrr.c123 pdu.tid = ((sdp_pdu_p)(srv->req))->tid;
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_io.c2547 READ_TOKEN_U_INT32(buf, len, tok->tt.proc32.tid.port, tok->len, err);
2551 READ_TOKEN_BYTES(buf, len, &tok->tt.proc32.tid.addr,
2552 sizeof(tok->tt.proc32.tid.addr), tok->len, err);
2586 open_attr(fp, "tid");
2587 print_4_bytes(fp, tok->tt.proc32.tid.port, "%u");
2588 print_ip_address(fp, tok->tt.proc32.tid.addr);
2607 print_4_bytes(fp, tok->tt.proc32.tid.port, "%u");
2609 print_ip_address(fp, tok->tt.proc32.tid.addr);
2659 READ_TOKEN_U_INT64(buf, len, tok->tt.proc64.tid.port, tok->len, err);
2663 READ_TOKEN_BYTES(buf, len, &tok->tt.proc64.tid
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h35 HistoryThread(lldb_private::Process &process, lldb::tid_t tid,
/freebsd-current/contrib/ofed/libibumad/
H A Dumad_sm.h114 __be64 tid; member in struct:umad_smp
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h140 ib_net64_t tid; member in struct:_umad_match
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c69 uint64_t tid; member in struct:drsmp
95 smp->tid = htonll(drmad_tid++);
120 smp->tid = htonll(drmad_tid++);
134 smp->tid = htonll(drmad_tid++);
/freebsd-current/tools/test/stress2/misc/
H A Dmlockall7.sh146 pthread_t tid[2];
150 if ((rc = pthread_create(&tid[0], NULL, tmmap, NULL)) != 0)
152 if ((rc = pthread_create(&tid[1], NULL, tmlockall, NULL)) != 0)
165 if ((rc = pthread_join(tid[i], NULL)) != 0)

Completed in 331 milliseconds

<<11121314151617181920>>