Home
last modified time | relevance | path

Searched refs:tid (Results 151 – 175 of 287) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c2529 trie_id_t *tid = &ipgpc_trie_list[in_id]; in ipgpc_findfilters() local
2531 if (tid->info.dontcareonly == B_TRUE) { in ipgpc_findfilters()
2536 num_found = t_retrieve(tid, key, fid_table); in ipgpc_findfilters()
2538 if ((num_found == 0) && (tid->stats.num_dontcare == 0)) { in ipgpc_findfilters()
2557 trie_id_t *tid = &ipgpc_trie_list[in_id]; in ipgpc_findfilters6() local
2560 if (tid->info.dontcareonly == B_TRUE) { in ipgpc_findfilters6()
2565 num_found = t_retrieve6(tid, key, fid_table); in ipgpc_findfilters6()
2567 if ((num_found == 0) && (tid->stats.num_dontcare == 0)) { in ipgpc_findfilters6()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c781 thread_t *tid; in getldap_set_serverInfo() local
821 tid = (thread_t *) calloc(1, sizeof (thread_t) * num_threads); in getldap_set_serverInfo()
822 if (tid == NULL) { in getldap_set_serverInfo()
831 (void *)info, 0, &tid[i])) { in getldap_set_serverInfo()
835 (void) thr_join(tid[j], NULL, NULL); in getldap_set_serverInfo()
836 free(tid); in getldap_set_serverInfo()
842 if (thr_join(tid[i], NULL, &status) == 0) { in getldap_set_serverInfo()
848 free(tid); in getldap_set_serverInfo()
/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c1321 timeout_id_t tid; in recover1() local
1335 tid = qtimeout(RD(q), rlmod_timer, q, SIMWAIT); in recover1()
1337 rmip->rtimoutid = tid; in recover1()
1339 rmip->wtimoutid = tid; in recover1()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h412 uint16_t tid; member
437 uint8_t tid; member
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c409 pthread_t tid; in smbd_load_printers() local
418 rc = pthread_create(&tid, &attr, smbd_share_printers, NULL); in smbd_load_printers()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.h69 DECLARE_VIEW_FUNC(tid);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c781 char *tid; in i_psvc_get_device_value_0_0() local
815 &tid); in i_psvc_get_device_value_0_0()
827 char *tid; in i_psvc_get_device_value_0_1() local
861 &tid); in i_psvc_get_device_value_0_1()
896 char *tid; in i_psvc_get_device_value_4_0() local
906 &tid); in i_psvc_get_device_value_4_0()
969 char *tid; in i_psvc_get_device_value_5_0() local
979 &tid); in i_psvc_get_device_value_5_0()
1104 char *tid; in i_psvc_get_device_value_7_0() local
1114 &tid); in i_psvc_get_device_value_7_0()
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c149 pthread_t tid; member
909 err = pthread_create(&actx->tid, NULL, hda_audio_ctxt_thr, actx); in hda_audio_ctxt_init()
912 pthread_set_name_np(actx->tid, tname); in hda_audio_ctxt_init()
H A Dpci_virtio_viona.c702 pthread_t tid; in pci_viona_init() local
755 error = pthread_create(&tid, NULL, pci_viona_poll_thread, sc); in pci_viona_init()
758 pthread_set_name_np(tid, tname); in pci_viona_init()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c462 id_t tid; in all_call_stacks() local
476 if ((tid = tip->threadid) != 0) { in all_call_stacks()
479 tlhead(tid, tip->lwpid, NULL); in all_call_stacks()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c397 timeout_id_t tid = flowacct_data->flow_tid; in flowacct_destroy_action() local
399 (void) untimeout(tid); in flowacct_destroy_action()
/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h151 char tid[KSTAT_STRLEN]; member
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1850 make_pname(private_t *pri, id_t tid) in make_pname() argument
1854 int lf = (lflag | tid | (Thr_agent != NULL) | (truss_nlwp > 1)); in make_pname()
1862 tid != pri->pparam.tid) { in make_pname()
1869 if (tid) in make_pname()
1870 s += sprintf(s, "@%d", (int)tid); in make_pname()
1880 pri->pparam.tid = tid; in make_pname()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1047 timeout_id_t tid; in mir_timer_stop() local
1064 if ((tid = mir->mir_timer_id) != 0) { in mir_timer_stop()
1067 (void) untimeout(tid); in mir_timer_stop()
1077 timeout_id_t tid; in mir_timer_start() local
1085 if ((tid = mir->mir_timer_id) != 0) { in mir_timer_start()
1087 (void) untimeout(tid); in mir_timer_start()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c831 kt_did_t tid = 0; in vsw_stop_rcv_thread() local
841 tid = ldcp->rcv_thread->t_did; in vsw_stop_rcv_thread()
847 if (tid != 0) { in vsw_stop_rcv_thread()
848 thread_join(tid); in vsw_stop_rcv_thread()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c320 mdb_getareg(mdb_tid_t tid, const char *rname, mdb_reg_t *rp) in mdb_getareg() argument
322 return (mdb_tgt_getareg(mdb.m_target, tid, rname, rp)); in mdb_getareg()
326 mdb_thread_name(mdb_tid_t tid, char *buf, size_t bufsize) in mdb_thread_name() argument
328 return (mdb_tgt_thread_name(mdb.m_target, tid, buf, bufsize)); in mdb_thread_name()
H A Dmdb_ctf.c1848 mdb_ctf_id_t tid; in mdb_ctf_add_typedef() local
1856 if (mdb_ctf_lookup_by_name(name, &tid) == 0) { in mdb_ctf_add_typedef()
1890 mdb_ctf_id_t tid; in mdb_ctf_add_struct() local
1898 if (name != NULL && mdb_ctf_lookup_by_name(name, &tid) == 0) { in mdb_ctf_add_struct()
1926 mdb_ctf_id_t tid; in mdb_ctf_add_union() local
1934 if (name != NULL && mdb_ctf_lookup_by_name(name, &tid) == 0) { in mdb_ctf_add_union()
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c163 pthread_t tid; in vs_eng_init() local
177 (void) pthread_create(&tid, NULL, vs_eng_housekeeper, NULL); in vs_eng_init()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c439 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl() local
440 unsigned int idx = tid % L2T_SIZE; in do_l2t_write_rpl()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.h517 u32 tid);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c1348 uint32_t pid, tid; in smb2_decode_header() local
1364 &tid, /* l */ in smb2_decode_header()
1375 ((uint64_t)tid) << 32; in smb2_decode_header()
1381 sr->smb_tid = (uint16_t)tid; /* XXX wide TIDs */ in smb2_decode_header()
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h67 extern int thr_kill(thread_t tid, int sig);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h519 struct ath_atx_tid tid[WME_NUM_TID]; member
603 #define ATH_AN_2_TID(_an, _tidno) (&(_an)->tid[(_tidno)])
668 struct ath_atx_tid tid[WME_NUM_TID]; member
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c67 #define TIDHASH(tid, hash_sz) ((tid) & ((hash_sz) - 1)) argument
1105 int tid; in lwp_suspend() local
1134 tid = t->t_tid; /* remember thread ID */ in lwp_suspend()
1167 if (idtot(p, tid) == NULL) in lwp_suspend()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3527 timeout_id_t tid; in igb_disable_watchdog_timer() local
3533 tid = igb->watchdog_tid; in igb_disable_watchdog_timer()
3538 if (tid != 0) in igb_disable_watchdog_timer()
3539 (void) untimeout(tid); in igb_disable_watchdog_timer()
3581 timeout_id_t tid; in igb_stop_watchdog_timer() local
3591 if (tid != 0) in igb_stop_watchdog_timer()
3592 (void) untimeout(tid); in igb_stop_watchdog_timer()
3627 timeout_id_t tid; in igb_stop_link_timer() local
3631 tid = igb->link_tid; in igb_stop_link_timer()
3635 if (tid != 0) in igb_stop_link_timer()
[all …]

12345678910>>...12