Searched defs:hp_state (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h46 int hp_state; member in struct:hp_node
H A Dlibhotplug.c249 * hp_state()
254 hp_state(hp_node_t node) function
256 i_hp_dprintf("hp_state: node=%p\n", (void *)node);
259 i_hp_dprintf("hp_state: invalid arguments.\n");
266 i_hp_dprintf("hp_state: operation not supported.\n");
271 return (node->hp_state);
963 if ((rv = nvlist_add_uint32(nvl, HP_INFO_STATE, node->hp_state)) != 0)
1115 node->hp_state = val_uint32;
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h341 int hp_state; /* current hotplug state */ member in struct:di_hp

Completed in 63 milliseconds