Home
last modified time | relevance | path

Searched refs:tid (Results 176 – 200 of 287) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c758 kt_did_t tid = 0; in vsw_stop_msg_thread() local
768 tid = ldcp->msg_thread->t_did; in vsw_stop_msg_thread()
774 if (tid != 0) { in vsw_stop_msg_thread()
775 thread_join(tid); in vsw_stop_msg_thread()
H A Dvsw_switching.c259 kt_did_t tid = 0; in vsw_setup_switching_stop() local
267 tid = vswp->sw_thread->t_did; in vsw_setup_switching_stop()
274 if (tid != 0) in vsw_setup_switching_stop()
275 thread_join(tid); in vsw_setup_switching_stop()
H A Dvnet_txdring.c1829 kt_did_t tid = 0; in vgen_stop_msg_thread() local
1839 tid = ldcp->msg_thread->t_did; in vgen_stop_msg_thread()
1845 if (tid != 0) { in vgen_stop_msg_thread()
1846 thread_join(tid); in vgen_stop_msg_thread()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c1709 timeout_id_t tid; in e1000g_82547_tx_move_tail() local
1713 tid = tx_ring->timer_id_82547; in e1000g_82547_tx_move_tail()
1715 if (tid != 0) { in e1000g_82547_tx_move_tail()
1719 (void) untimeout(tid); in e1000g_82547_tx_move_tail()
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c177 pthread_t tid; in main() local
265 if (pthread_create(&tid, NULL, signal_thread, NULL)) { in main()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h97 thread_t tid; member
/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c108 (void) thr_kill(groupp->vntsd->tid, SIGUSR1); in listen_chk_status()
H A Dcommon.c269 tmo.tid = thr_self(); in vntsd_read_char()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1097 timeout_id_t tid; in fcsm_suspend_port() local
1099 tid = fcsm->sm_offline_tid; in fcsm_suspend_port()
1102 (void) untimeout(tid); in fcsm_suspend_port()
1108 timeout_id_t tid; in fcsm_suspend_port() local
1110 tid = fcsm->sm_retry_tid; in fcsm_suspend_port()
1113 (void) untimeout(tid); in fcsm_suspend_port()
1190 timeout_id_t tid; in fcsm_cleanup_port() local
1192 tid = fcsm->sm_offline_tid; in fcsm_cleanup_port()
1195 (void) untimeout(tid); in fcsm_cleanup_port()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1786 mdb_tgt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in mdb_tgt_getareg() argument
1789 return (t->t_ops->t_getareg(t, tid, rname, rp)); in mdb_tgt_getareg()
1793 mdb_tgt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, in mdb_tgt_putareg() argument
1796 return (t->t_ops->t_putareg(t, tid, rname, r)); in mdb_tgt_putareg()
1800 mdb_tgt_thread_name(mdb_tgt_t *t, mdb_tgt_tid_t tid, char *buf, size_t bufsize) in mdb_tgt_thread_name() argument
1802 return (t->t_ops->t_thread_name(t, tid, buf, bufsize)); in mdb_tgt_thread_name()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c73 cpqary3_build_cmdlist(cpqary3_cmdpvt_t *cpqary3_cmdpvtp, uint32_t tid) in cpqary3_build_cmdlist() argument
88 tgtp = cpqary3p->cpqary3_tgtp[tid]; in cpqary3_build_cmdlist()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c413 (void) pthread_create(&tid, in main()
H A Desi.c1131 pthread_t tid; in ev_ex() local
1135 if (pthread_create(&tid, NULL, in ev_ex()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h198 u32 tid; member
789 struct tid_info_region tid; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dtesting.h45 __le32 tid; member
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h189 int tid; member
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c1456 kt_did_t tid = 0; in aggr_grp_create() local
1723 tid = grp->lg_tx_notify_thread->t_did; in aggr_grp_create()
1728 if (tid != 0) in aggr_grp_create()
1729 thread_join(tid); in aggr_grp_create()
2029 kt_did_t tid = 0; in aggr_grp_delete() local
2082 tid = grp->lg_tx_notify_thread->t_did; in aggr_grp_delete()
2087 if (tid != 0) in aggr_grp_delete()
2088 thread_join(tid); in aggr_grp_delete()
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c648 thread_t tid; member
664 data->tid == ti.ti_tid) { in td_mapper_id2thr()
677 __td_ta_map_id2thr(td_thragent_t *ta_p, thread_t tid, in __td_ta_map_id2thr() argument
689 ta_p->single_lwpid == tid) { in __td_ta_map_id2thr()
705 if (tid == 0) in __td_ta_map_id2thr()
708 data.tid = tid; in __td_ta_map_id2thr()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h724 ibmf_msg_impl_t *ibmf_i_find_msg(ibmf_client_t *clientp, uint64_t tid,
728 ibmf_msg_impl_t *ibmf_i_find_term_msg(ibmf_client_t *clientp, uint64_t tid,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c163 char *tid; variable
488 tid = *(++argv);
1843 resp.transid = (unsigned long) atoi(tid);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c4078 id_t tid; /* same type as t->t_tid */ in pr_lookup_lwpdir() local
4093 tid = 0; in pr_lookup_lwpdir()
4103 otid = tid; in pr_lookup_lwpdir()
4104 tid = 10*tid + c - '0'; in pr_lookup_lwpdir()
4105 if (tid/10 != otid) /* integer overflow */ in pr_lookup_lwpdir()
4123 tid = t->t_tid; in pr_lookup_lwpdir()
4186 pcp->prc_tid = tid; in pr_lookup_lwpdir()
4733 prlwpnode(prnode_t *pnp, uint_t tid) in prlwpnode() argument
4759 (void) pr_u32tos(tid, comp, sizeof (comp)); in prlwpnode()
5485 uint_t tid; in pr_readdir_lwpdir() local
[all …]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c868 pthread_t tid = pthread_self(); in fmd_module_abort() local
897 if (tid != mp->mod_thread->thr_tid) { in fmd_module_abort()
906 (void) pthread_cancel(tid); in fmd_module_abort()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c444 timeout_id_t tid; in xcppm_freeze_led() local
450 tid = unitp->led_tid; in xcppm_freeze_led()
453 (void) untimeout(tid); in xcppm_freeze_led()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1472 datalink_id_t tid; in overlay_i_delete() local
1502 ret = dls_devnet_destroy(odd->odd_mh, &tid, B_TRUE); in overlay_i_delete()
1508 ASSERT(oidp->oid_linkid == tid); in overlay_i_delete()
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c1106 dacf_opid_to_str(dacf_opid_t tid) in dacf_opid_to_str() argument
1111 if (p->id == tid) { in dacf_opid_to_str()

12345678910>>...12