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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c449 int err, htid, mapidx; local
496 htid = topo_node_instance(node);
499 if (htid >= num_nodes) {
501 "num_nodes=%d, instance=%d\n", num_nodes, htid);
510 /* htid is already range-checked */
512 slot_id = g4map[mapidx][htid];
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c3893 timeout_id_t htid = 0; local
3957 if (ldcp->htid != 0) {
3958 htid = ldcp->htid;
3959 ldcp->htid = 0;
3983 if (htid) {
3984 (void) untimeout(htid);
4110 timeout_id_t htid; local
4122 ASSERT(ldcp->htid == 0);
4123 ldcp->htid
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h293 timeout_id_t htid; /* handshake wd timeout id */ member in struct:vgen_ldc

Completed in 80 milliseconds