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

/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c209 * hp_type()
214 hp_type(hp_node_t node) function
216 i_hp_dprintf("hp_type: node=%p\n", (void *)node);
219 i_hp_dprintf("hp_type: invalid arguments.\n");
224 return (node->hp_type);
267 if ((node->hp_type != HP_NODE_CONNECTOR) &&
268 (node->hp_type != HP_NODE_PORT)) {
293 if ((node->hp_type != HP_NODE_CONNECTOR) &&
294 (node->hp_type != HP_NODE_PORT)) {
325 if (node->hp_type !
[all...]
H A Dlibhotplug_impl.h41 int hp_type; member in struct:hp_node
H A Dlibhotplug.h77 int hp_type(hp_node_t node);
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c197 if (hp_type(node) != HP_NODE_PORT) {
284 if (node == 0 || hp_type(node) != HP_NODE_PORT)
293 if (hp_type(child) == HP_NODE_PORT)
307 if ((hp_type(node) == HP_NODE_PORT) && node_is_leaf(node)) {
897 if (hp_type(root) == HP_NODE_CONNECTOR) {
940 if (hp_type(cbarg.target) != HP_NODE_PORT) {
1000 if (hp_type(cbarg.target) == HP_NODE_PORT)
1035 if (hp_type(node) != HP_NODE_PORT) {
1070 if (hp_type(node) != HP_NODE_PORT) {
1208 (hp_type(chil
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c352 if (hp_type(node) != HP_NODE_USAGE)
387 if (hp_type(node) != HP_NODE_USAGE)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c2967 return (DI_HP(hp)->hp_type);

Completed in 31 milliseconds