Searched refs:fruh (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c252 post_dr_req_event(picl_nodehdl_t fruh, char *dr_req_type, uint8_t wait) argument
261 syslog(LOG_DEBUG, "Post %s on %llx", dr_req_type, fruh);
262 if (fruh == 0) {
265 if ((rc = ptree_get_propval_by_name(fruh, PICL_PROP_NAME,
291 rc = post_picl_event(PICLEVENT_DR_REQ, pack_buf, nvl_size, fruh,
342 post_cpu_state_change_event(picl_nodehdl_t fruh, char *event_type, uint8_t wait) argument
349 if (fruh == 0) {
356 if (nvlist_add_int64(nvlp, PICLEVENTARG_NODEHANDLE, fruh)) {
373 nvl_size, fruh, wait);
423 env_admin_lock_enabled(picl_nodehdl_t fruh) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c360 picl_nodehdl_t fruh);
362 static void remove_fru_parents(picl_nodehdl_t fruh);
1068 remove_fru_parents(picl_nodehdl_t fruh) argument
1079 retval = ptree_get_propval_by_name(fruh, PICL_PROP_NAME, name,
1086 retval = ptree_get_prop_by_name(fruh, PICL_PROP_DEVICES, &tableh);
1114 retval = ptree_get_propval_by_name(fruh,
1242 picl_nodehdl_t fruh; local
1253 fruh = NULL;
1255 PICLEVENTARG_FRUHANDLE, &fruh);
1256 if (fruh !
1332 post_frudr_event(char *ename, picl_nodehdl_t parenth, picl_nodehdl_t fruh) argument
1479 picl_nodehdl_t fruh; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c111 fru_open_container(picl_nodehdl_t fruh) argument
120 err = ptree_get_propval_by_name(fruh, PICL_PROP_DATA_AVAIL, NULL, NULL);
125 err = ptree_get_propval_by_name(fruh, PICL_PROP_SC_HANDLE,
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h166 extern int picl_get_frutree_parent(picl_nodehdl_t devh, picl_nodehdl_t *fruh);
H A Dpicl.c847 picl_get_frutree_parent(picl_nodehdl_t devh, picl_nodehdl_t *fruh) argument
865 *fruh = ret->ret_fruparent.fruh;
H A Dpicl2door.h353 picl_nodehdl_t fruh; /* fru parent handle */ member in struct:__anon3753
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c1020 picl_nodehdl_t fruh; local
1027 fruh = NULL;
1029 PICLEVENTARG_FRUHANDLE, &fruh);
1030 if (fruh != NULL) {
1031 (void) remove_picl_node(fruh);
1043 post_frudr_event(char *ename, picl_nodehdl_t parenth, picl_nodehdl_t fruh) argument
1061 if (fruh != 0L &&
1062 nvlist_add_uint64(nvl, PICLEVENTARG_FRUHANDLE, fruh)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.c1145 picl_nodehdl_t fruh; local
1152 fruh = NULL;
1154 PICLEVENTARG_FRUHANDLE, &fruh);
1155 if (fruh != NULL) {
1156 (void) remove_picl_node(fruh);
1168 post_frudr_event(char *ename, picl_nodehdl_t parenth, picl_nodehdl_t fruh) argument
1186 if (fruh != 0L &&
1187 nvlist_add_uint64(nvl, PICLEVENTARG_FRUHANDLE, fruh)) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c497 picl_nodehdl_t fruh; local
502 &fruh, sizeof (fruh));
505 &fruh, sizeof (fruh));
514 &fruh, sizeof (fruh));
517 PICL_REFPROP_LOC_PARENT, &fruh, sizeof (fruh));
521 *fruparenth = fruh;
3198 logprintf_fru_oper_status(picl_nodehdl_t fruh, int *countp) argument
3238 fru_oper_status_callback(picl_nodehdl_t fruh, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c491 picl_nodehdl_t fruh; local
496 &fruh, sizeof (fruh));
500 &fruh, sizeof (fruh));
509 &fruh, sizeof (fruh));
512 PICL_REFPROP_LOC_PARENT, &fruh, sizeof (fruh));
516 *fruparenth = fruh;
3178 logprintf_fru_oper_status(picl_nodehdl_t fruh, int *countp) argument
3218 fru_oper_status_callback(picl_nodehdl_t fruh, void *arg) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c458 picl_nodehdl_t fruh; local
463 &fruh, sizeof (fruh));
467 &fruh, sizeof (fruh));
476 &fruh, sizeof (fruh));
479 PICL_REFPROP_LOC_PARENT, &fruh, sizeof (fruh));
483 *fruparenth = fruh;
2789 logprintf_fru_oper_status(picl_nodehdl_t fruh, int *countp) argument
2829 fru_oper_status_callback(picl_nodehdl_t fruh, void *arg) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2175 picl_nodehdl_t loch, fruh; local
2212 &fruh, sizeof (picl_nodehdl_t));
2220 delete_frudata_props(fruh);
2234 rc = ptree_get_prop_by_name(fruh, PICL_PROP_FRUDATA_AVAIL,
2237 if (fru_is_data_available(fruh) == 0) {
2255 rc = ptree_add_prop(fruh, prophdl);
2261 (void) create_container_prop(fruh);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c334 picl_nodehdl_t fruh);
2019 picl_nodehdl_t fruh; local
2027 fruh = NULL;
2029 PICLEVENTARG_FRUHANDLE, &fruh);
2030 if (fruh != NULL) {
2031 (void) remove_subtree(fruh);
2053 post_frudr_event(char *ename, picl_nodehdl_t parenth, picl_nodehdl_t fruh) argument
2071 if (fruh != 0L &&
2072 nvlist_add_uint64(nvl, PICLEVENTARG_FRUHANDLE, fruh)) {
2159 picl_nodehdl_t fruh; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c490 ipmi_fru_open_container(picl_nodehdl_t fruh) argument
495 err = ptree_get_propval_by_name(fruh, PICL_PROP_FRUDATA_AVAIL,
501 cont_hash_obj = lookup_handle_object((handle_t)fruh, CONTAINER_TYPE);
507 if (initialize_ipmi_container(fruh, cont_hash_obj) != 0) {
3053 fru_is_data_available(picl_nodehdl_t fruh) argument
3073 retval = ptree_get_propval_by_name(fruh, PICL_PROP_PARENT,
3107 cont_hash_obj->obj_hdl = fruh;
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c750 err = ptree_get_frutree_parent(ptreeh, &ret.fruh);
753 cvt_ptree2picl(&ret.fruh);
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c3190 ptree_get_frutree_parent(picl_nodehdl_t nodeh, picl_nodehdl_t *fruh) argument
3202 *fruh = fruparh;
3208 *fruh = fruparh;
3214 *fruh = fruparh;
3225 *fruh = fruparh;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c3432 picl_nodehdl_t fruh, child; local
3448 fruh = child;
3457 &fruh)) != PICL_SUCCESS) {
3468 frup->frunodeh = fruh;
3473 if ((rc = hash_add_entry(fruh, (void *)(fru_data))) != PICL_SUCCESS) {
3474 (void) ptree_destroy_node(fruh);
3491 NULLWRITE, fruh, NULL, apid_type)) !=
3498 if ((rc = ptree_add_node(locp->locnodeh, fruh)) !=
3500 (void) ptree_destroy_node(fruh);
3501 (void) hash_remove_entry(fruh);
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1880 is_fru_absent(picl_nodehdl_t fruh) argument
1887 err = picl_get_propval_by_name(fruh, PICL_PROP_CHILD, &nodeh,

Completed in 138 milliseconds