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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h41 int hp_type; member in struct:hp_node
H A Dlibhotplug.c206 * hp_type()
211 hp_type(hp_node_t node) function
213 i_hp_dprintf("hp_type: node=%p\n", (void *)node);
216 i_hp_dprintf("hp_type: invalid arguments.\n");
221 return (node->hp_type);
264 if ((node->hp_type != HP_NODE_CONNECTOR) &&
265 (node->hp_type != HP_NODE_PORT)) {
290 if (node->hp_type != HP_NODE_USAGE) {
320 if ((node->hp_type != HP_NODE_CONNECTOR) &&
321 (node->hp_type !
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h342 int hp_type; /* connection type: PCI, ... */ member in struct:di_hp

Completed in 61 milliseconds