Home
last modified time | relevance | path

Searched refs:htid (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c449 int err, htid, mapidx; in g4_chip_label() local
496 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()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvnet_gen.c3893 timeout_id_t htid = 0; in vgen_process_reset() local
3957 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() local
4122 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 …]
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h293 timeout_id_t htid; /* handshake wd timeout id */ member