Home
last modified time | relevance | path

Searched refs:tid (Results 251 – 275 of 287) sorted by relevance

1...<<1112

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1793 timeout_id_t tid; in fcip_handle_suspend() local
1960 tid = fptr->fcip_timeout_id; in fcip_handle_suspend()
1964 (void) untimeout(tid); in fcip_handle_suspend()
4777 timeout_id_t tid; in fcip_softstate_free() local
4797 tid = fptr->fcip_timeout_id; in fcip_softstate_free()
4801 (void) untimeout(tid); in fcip_softstate_free()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1120 (void) thr_join(rsi->tid, NULL, NULL); in script_exited()
1356 0, &rsi->tid) != 0) { in do_cmd()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c4784 kt_did_t tid = 0; in vsw_stop_tx_thread() local
4794 tid = ldcp->tx_thread->t_did; in vsw_stop_tx_thread()
4800 if (tid != 0) { in vsw_stop_tx_thread()
4801 thread_join(tid); in vsw_stop_tx_thread()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h298 #define MK_OPCODE_TID(opcode, tid) (V_CPL_OPCODE(opcode) | (tid)) argument
2727 __be32 tid; /* or atid in case of active failure */ member
H A Dcommon.h718 int t4_read_tcb(struct adapter *adap, int win, int tid, u32 tcb[TCB_SIZE/4]);
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1755 ctf_id_t tid; in ctf_dwarf_create_array() local
1760 if ((ret = ctf_dwarf_convert_type(cup, tdie, &tid, in ctf_dwarf_create_array()
1780 if ((ret = ctf_dwarf_create_array_range(cup, rdie, idp, tid, in ctf_dwarf_create_array()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c848 cu->tid = thr_self(); in __s_api_conn_user_init()
918 cm->tid = thr_self(); in init_conn_mt()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c668 kmt_getareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, in kmt_getareg() argument
682 kmt_putareg(mdb_tgt_t *t, mdb_tgt_tid_t tid, const char *rname, mdb_tgt_reg_t r) in kmt_putareg() argument
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1007 timeout_id_t tid = softs->timeout_id; in aac_detach() local
1011 (void) untimeout(tid); in aac_detach()
2988 dvp->tid = tgt; in aac_common_attach()
4419 timeout_id_t tid = softs->drain_timeid; in aac_stop_drain() local
4423 (void) untimeout(tid); in aac_stop_drain()
5797 ddi_put32(acc, &srb->id, ((struct aac_nondasd *)acp->dvp)->tid); in aac_cmd_fib_srb()
8182 tgt = ((struct aac_nondasd *)acp->dvp)->tid; in aac_print_scmd()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c2986 timeout_id_t tid; in ccid_intr_poll_fini() local
2989 tid = ccid->ccid_poll_timeout; in ccid_intr_poll_fini()
2992 (void) untimeout(tid); in ccid_intr_poll_fini()
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1130 timeout_id_t tid = fas_timeout_id; in fas_detach() local
1134 (void) untimeout(tid); in fas_detach()
1141 timeout_id_t tid = fas_reset_watch; in fas_detach() local
1144 (void) untimeout(tid); in fas_detach()
1266 timeout_id_t tid = fas_timeout_id; in fas_dr_detach() local
1270 (void) untimeout(tid); in fas_dr_detach()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c3002 timeout_id_t tid; in devmap_ctx_rele() local
3026 tid = devctx->timeout; in devmap_ctx_rele()
3028 (void) untimeout(tid); in devmap_ctx_rele()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1042 #define IP_TR_HASH(tid) ((((uintptr_t)tid) >> 6) & (IP_TR_HASH_MAX - 1)) argument
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2106 uint8_t tid; member
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2106 uint8_t tid; member
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6635 thread_t *tid; in ztest_run() local
6730 tid = umem_zalloc(ztest_opts.zo_threads * sizeof (thread_t), in ztest_run()
6744 THR_BOUND, &tid[t]) == 0); in ztest_run()
6752 VERIFY(thr_join(tid[t], NULL, NULL) == 0); in ztest_run()
6763 umem_free(tid, ztest_opts.zo_threads * sizeof (thread_t)); in ztest_run()
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c218 g_device_in_map(gfc_map_t *map, int tid) in g_device_in_map() argument
228 gfc_port_dev.pub_port.dev_did.port_id == tid) { in g_device_in_map()
239 (int)g_switch_to_alpa[tid]) { in g_device_in_map()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1538 taskqid_t tid = os->os_upgrade_id; in dmu_objset_upgrade_stop() local
1542 taskq_wait_id(os->os_spa->spa_upgrade_taskq, tid); in dmu_objset_upgrade_stop()
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c3547 pthread_t tid; in xptree_initialize() local
3582 if (pthread_create(&tid, &attr, ptree_event_thread, NULL)) in xptree_initialize()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c1433 taskqid_t tid; in ibdm_sweep_fabric() local
1485 tid = taskq_dispatch(system_taskq, ibdm_probe_gid_thread, in ibdm_sweep_fabric()
1488 " taskq_id = %x", gid_info, tid); in ibdm_sweep_fabric()
1490 if (tid == TASKQID_INVALID) in ibdm_sweep_fabric()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c4753 thread_t tid; in main() local
4829 if (thr_create(NULL, 0, stat_thread, NULL, 0, &tid) != 0) in main()
4850 (void) thr_join(tid, NULL, NULL); in main()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6641 (void) untimeout(tc->tid); in fctl_tc_destructor()
6676 tc->tid = timeout(fctl_tc_timer, tc, tc->timer); in fctl_tc_increment()
6710 (void) untimeout(tc->tid); in fctl_tc_reset()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c5518 timeout_id_t tid; in ibd_undo_start() local
5564 tid = state->rc_timeout; in ibd_undo_start()
5567 if (tid != 0) in ibd_undo_start()
5568 (void) untimeout(tid); in ibd_undo_start()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2615 tx_ring_desc += mac_rsp->tid; in ql_process_mac_tx_intr()
5434 mac_iocb_ptr->tid = tx_ring->prod_idx; in ql_send_common()
5578 mac_iocb_ptr->tid = tx_ring->prod_idx; in ql_send_common()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c3291 fme_timer_fired(struct fme *fmep, id_t tid) in fme_timer_fired() argument
3305 out(O_ALTFP|O_VERB, "Timer fired %lx", tid); in fme_timer_fired()

1...<<1112