Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgevents.h86 uint64_t parent_hdl; /* Parent fru handle */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1366 picl_nodehdl_t parent_hdl; in add_ps_to_platform() local
1376 res = ptree_get_node_by_path(SEATTLE_PSU_PLATFORM, &parent_hdl); in add_ps_to_platform()
1379 res = ptree_get_node_by_path(BOSTON_PSU_PLATFORM, &parent_hdl); in add_ps_to_platform()
1382 res = ptree_get_node_by_path(PSU_PLATFORM, &parent_hdl); in add_ps_to_platform()
1392 res = ptree_get_propval_by_name(parent_hdl, PICL_PROP_CHILD, in add_ps_to_platform()
1411 if (ptree_create_and_add_node(parent_hdl, PS_PLATFORM_NAME, in add_ps_to_platform()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c1028 DPRINTF(SSM_EVENT_DEBUG, ("\tparent_hdl\t0x%lx\n", fdp->parent_hdl)); in ssm_dr_event_handler()