Searched refs:htid (Results 1 – 3 of 3) sorted by relevance
449 int err, htid, mapidx; in g4_chip_label() local496 htid = topo_node_instance(node); in g4_chip_label()499 if (htid >= num_nodes) { in g4_chip_label()501 "num_nodes=%d, instance=%d\n", num_nodes, htid); in g4_chip_label()512 slot_id = g4map[mapidx][htid]; in g4_chip_label()
3893 timeout_id_t htid = 0; in vgen_process_reset() local3957 if (ldcp->htid != 0) { in vgen_process_reset()3958 htid = ldcp->htid; in vgen_process_reset()3959 ldcp->htid = 0; in vgen_process_reset()3983 if (htid) { in vgen_process_reset()3984 (void) untimeout(htid); in vgen_process_reset()4110 timeout_id_t htid; in vgen_handshake() local4122 ASSERT(ldcp->htid == 0); in vgen_handshake()4123 ldcp->htid = timeout(vgen_hwatchdog, (caddr_t)ldcp, in vgen_handshake()4184 if (ldcp->htid != 0) { in vgen_handshake()[all …]
293 timeout_id_t htid; /* handshake wd timeout id */ member