Searched refs:hp_state (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h48 int hp_state; member in struct:hp_node
H A Dlibhotplug.h82 int hp_state(hp_node_t node);
H A Dlibhotplug.c252 * hp_state()
257 hp_state(hp_node_t node) function
259 i_hp_dprintf("hp_state: node=%p\n", (void *)node);
262 i_hp_dprintf("hp_state: invalid arguments.\n");
269 i_hp_dprintf("hp_state: operation not supported.\n");
274 return (node->hp_state);
614 "ceiling=%x\n", (void *)node, node->hp_name, node->hp_state,
1450 if ((rv = nvlist_add_uint32(nvl, HP_INFO_STATE, node->hp_state)) != 0)
1611 node->hp_state = val_uint32;
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c275 int hp_state; member in struct:change_cb_arg
310 (cbarg->hp_state == DDI_HP_CN_STATE_ONLINE)?
312 rv = hp_set_state(node, 0, cbarg->hp_state,
316 hp_state, hp_name(node), rv);
337 intptr_t hp_state; local
341 hp_state = DDI_HP_CN_STATE_OFFLINE;
343 hp_state = DDI_HP_CN_STATE_ONLINE;
353 cbarg.hp_state = hp_state;
952 if (hp_state(cbar
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c544 state = hp_state(connector);
571 DBG(1, ("cfga_get_state:(%x)\n", hp_state(port)));
578 if (hp_state(port) >= DDI_HP_CN_STATE_OFFLINE)
638 state = hp_state(node);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c2902 return (DI_HP(hp)->hp_state);

Completed in 32 milliseconds