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

/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug.h94 int hp_get_private(hp_node_t node, const char *options,
H A Dlibhotplug.c921 * hp_get_private()
927 hp_get_private(hp_node_t node, const char *options, char **resultsp) function
936 i_hp_dprintf("hp_get_private: node=%p, options=%p, resultsp=%p\n",
941 i_hp_dprintf("hp_get_private: invalid arguments.\n");
947 i_hp_dprintf("hp_get_private: operation not supported.\n");
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c838 if (hp_get_private(node, led_strs2[led], &result) != 0) {
846 * hp_get_private() will return back things like
1342 if (hp_get_private(node, PCIEHPC_PROP_SLOT_CONDITION,
1493 if (hp_get_private(node, PCIEHPC_PROP_BOARD_TYPE, &boardtype) != 0)
1499 if (hp_get_private(node, PCIEHPC_PROP_CARD_TYPE, &cardtype) != 0)

Completed in 20 milliseconds