HP_NODE_DEVICE
if (hp_type(parent) == HP_NODE_DEVICE)
case HP_NODE_DEVICE:
node->hp_type = HP_NODE_DEVICE;
if (type != HP_NODE_DEVICE)
if (hp_type(node) != HP_NODE_DEVICE)
if (parent->hp_type == HP_NODE_DEVICE) {
if ((root->hp_type == HP_NODE_DEVICE) &&