Searched refs:hp_type (Results 1 – 12 of 12) sorted by relevance
211 hp_type(hp_node_t node) in hp_type() function221 return (node->hp_type); in hp_type()264 if ((node->hp_type != HP_NODE_CONNECTOR) && in hp_state()265 (node->hp_type != HP_NODE_PORT)) { in hp_state()290 if (node->hp_type != HP_NODE_USAGE) { in hp_usage()320 if ((node->hp_type != HP_NODE_CONNECTOR) && in hp_description()321 (node->hp_type != HP_NODE_PORT)) { in hp_description()351 if ((node->hp_type != HP_NODE_CONNECTOR) && in hp_last_change()352 (node->hp_type != HP_NODE_PORT)) { in hp_last_change()461 if ((node->hp_type == HP_NODE_CONNECTOR) || in hp_path()[all …]
41 int hp_type; member
81 int hp_type(hp_node_t node);
47 hp_type;
320 if (hp_type(root) != HP_NODE_PORT) { in cmd_online()382 if (hp_type(root) != HP_NODE_PORT) { in cmd_offline()437 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_enable()494 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_disable()558 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_poweron()624 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_poweroff()681 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_getpriv()745 if (hp_type(root) != HP_NODE_CONNECTOR) { in cmd_setpriv()1036 if (hp_type(parent) == HP_NODE_DEVICE) in list_cb()1039 switch (hp_type(node)) { in list_cb()[all …]
466 node->hp_type = HP_NODE_DEVICE; in new_device_node()507 node->hp_type = HP_NODE_PORT; in new_hotplug_node()509 node->hp_type = HP_NODE_CONNECTOR; in new_hotplug_node()
238 if ((root->hp_type == HP_NODE_CONNECTOR) && in check_rcm_required()246 if ((root->hp_type == HP_NODE_PORT) && in check_rcm_required()
385 type = hp_type(node); in resource_callback()458 if (hp_type(node) != HP_NODE_DEVICE) in merge_callback()486 usage->hp_type = HP_NODE_USAGE; in merge_callback()
342 int hp_type; /* connection type: PCI, ... */ member
359 if (hp_type(node) != HP_NODE_USAGE) in error_sizeup_cb()394 if (hp_type(node) != HP_NODE_USAGE) in error_sumup_cb()
2732 return (DI_HP(hp)->hp_type); in di_hp_type()
3573 me->hp_type = (int)hp_hdl->cn_info.cn_type; in di_gethpdata()