Home
last modified time | relevance | path

Searched refs:hp_node (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h40 struct hp_node { struct
H A Dlibhotplug.h72 typedef struct hp_node *hp_node_t;
H A Dlibhotplug.c1088 if ((node = (hp_node_t)calloc(1, sizeof (struct hp_node))) == NULL) { in i_hp_unpack_node()
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c462 node = (hp_node_t)calloc(1, sizeof (struct hp_node)); in new_device_node()
496 node = (hp_node_t)calloc(1, sizeof (struct hp_node)); in new_hotplug_node()
H A Dhotplugd_rcm.c478 usage = (hp_node_t)calloc(1, sizeof (struct hp_node)); in merge_callback()
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c78 int hp_node = 0; in t1394_attach() local
96 hp_node = ddi_prop_exists(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, in t1394_attach()
114 if (hp_node != 0) { in t1394_attach()