Searched refs:hp_type (Results 1 - 11 of 11) 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...]
H A Dlibhotplug.h81 int hp_type(hp_node_t node);
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c320 if (hp_type(root) != HP_NODE_PORT) {
382 if (hp_type(root) != HP_NODE_PORT) {
437 if (hp_type(root) != HP_NODE_CONNECTOR) {
494 if (hp_type(root) != HP_NODE_CONNECTOR) {
558 if (hp_type(root) != HP_NODE_CONNECTOR) {
624 if (hp_type(root) != HP_NODE_CONNECTOR) {
681 if (hp_type(root) != HP_NODE_CONNECTOR) {
745 if (hp_type(root) != HP_NODE_CONNECTOR) {
1036 if (hp_type(parent) == HP_NODE_DEVICE)
1039 switch (hp_type(nod
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c466 node->hp_type = HP_NODE_DEVICE;
507 node->hp_type = HP_NODE_PORT;
509 node->hp_type = HP_NODE_CONNECTOR;
H A Dhotplugd_impl.c238 if ((root->hp_type == HP_NODE_CONNECTOR) &&
246 if ((root->hp_type == HP_NODE_PORT) &&
H A Dhotplugd_rcm.c385 type = hp_type(node);
458 if (hp_type(node) != HP_NODE_DEVICE)
486 usage->hp_type = HP_NODE_USAGE;
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h342 int hp_type; /* connection type: PCI, ... */ member in struct:di_hp
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c359 if (hp_type(node) != HP_NODE_USAGE)
394 if (hp_type(node) != HP_NODE_USAGE)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2732 return (DI_HP(hp)->hp_type);
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3573 me->hp_type = (int)hp_hdl->cn_info.cn_type;

Completed in 92 milliseconds