Home
last modified time | relevance | path

Searched refs:child_hdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgevents.h87 uint64_t child_hdl; /* Child fru handle */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1367 picl_nodehdl_t child_hdl; in add_ps_to_platform() local
1393 &child_hdl, sizeof (picl_nodehdl_t)); in add_ps_to_platform()
1396 res = ptree_get_propval_by_name(child_hdl, PICL_PROP_PEER, in add_ps_to_platform()
1397 &child_hdl, sizeof (picl_nodehdl_t)); in add_ps_to_platform()
1399 ptree_get_propval_by_name(child_hdl, in add_ps_to_platform()
1412 PICL_CLASS_SEEPROM, &child_hdl) != PICL_SUCCESS) in add_ps_to_platform()
1418 (void) ptree_create_and_add_prop(child_hdl, &info, unit, NULL); in add_ps_to_platform()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c1029 DPRINTF(SSM_EVENT_DEBUG, ("\tchild_hdl\t0x%lx\n", fdp->child_hdl)); in ssm_dr_event_handler()