Searched refs:hp_get_private (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h95 int hp_get_private(hp_node_t node, const char *options,
H A Dlibhotplug.c643 * hp_get_private()
649 hp_get_private(hp_node_t node, const char *options, char **resultsp) function
658 i_hp_dprintf("hp_get_private: node=%p, options=%p, resultsp=%p\n",
663 i_hp_dprintf("hp_get_private: invalid arguments.\n");
669 i_hp_dprintf("hp_get_private: operation not supported.\n");
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c843 if (hp_get_private(node, led_strs2[led], &result) != 0) {
851 * hp_get_private() will return back things like
1348 if (hp_get_private(node, PCIEHPC_PROP_SLOT_CONDITION,
1500 if (hp_get_private(node, PCIEHPC_PROP_BOARD_TYPE, &boardtype) != 0)
1506 if (hp_get_private(node, PCIEHPC_PROP_CARD_TYPE, &cardtype) != 0)
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c689 rv = hp_get_private(root, options, &results);

Completed in 66 milliseconds