Searched defs:nodehdl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c71 picl_nodehdl_t nodehdl; member in struct:__anon1194
302 post_dr_ap_state_change_event(picl_nodehdl_t nodehdl, char *dr_hint, argument
311 if (nodehdl == 0) {
314 if ((rc = ptree_get_propval_by_name(nodehdl, PICL_PROP_NAME,
336 nvl_size, nodehdl, wait);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c377 * nodehdl represents the fru, segment represents the segment name in the fru.
382 convert_update(fru_nodehdl_t nodehdl, char *segment, char *field_name, argument
452 if ((err = fru_update_field(nodehdl, segment, 0, field_name, data,
466 update_unixtimestamp(fru_nodehdl_t nodehdl, char *segment, char **ptr) argument
484 if ((err = fru_update_field(nodehdl, segment, 0, field_name,
494 * create segment on the specified fru represented by nodehdl.
498 create_segment(fru_nodehdl_t nodehdl) argument
521 if ((status = fru_create_segment(nodehdl, &def))
540 updateiter_record(fru_nodehdl_t nodehdl, int cnt, char **ptr, argument
582 if ((fru_get_num_iterations(nodehdl,
625 update_field(fru_nodehdl_t nodehdl, char *field_name, char *field_value) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c132 lookup_container_table(picl_nodehdl_t nodehdl, int object_type) argument
142 retval = ptree_get_propval_by_name(nodehdl, PICL_PROP_PARENT,
146 retval = ptree_get_propval_by_name(nodehdl, PICL_PROP_PARENT,
152 parenthdl = nodehdl;
195 lock_container_lock(picl_nodehdl_t nodehdl, int object_type, int operation) argument
201 while (((cont_obj = lookup_container_table(nodehdl, object_type)) !=
212 lookup_node_object(picl_nodehdl_t nodehdl, int object_type, argument
220 index_to_hash = (nodehdl % TABLE_SIZE);
226 if ((nodehdl == next_hash->picl_hdl) &&
281 alloc_container_table(picl_nodehdl_t nodehdl) argument
313 alloc_container_node_object(picl_nodehdl_t nodehdl) argument
354 alloc_section_node_object(picl_nodehdl_t nodehdl, section_t *section) argument
391 alloc_segment_node_object(picl_nodehdl_t nodehdl, segment_t *segment) argument
430 alloc_packet_node_object(picl_nodehdl_t nodehdl, packet_t *packet) argument
563 free_segment_node(hash_obj_t *hash_obj, picl_nodehdl_t nodehdl, container_tbl_t *cont_tbl) argument
1399 picl_nodehdl_t nodehdl; local
1747 create_section_node(picl_nodehdl_t nodehdl, int section_count, section_t *section, container_tbl_t *cont_tbl) argument
2416 picl_nodehdl_t nodehdl; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c2064 get_node_attr(void *nodehdl, char *tag) argument
2066 xmlNodePtr node = (xmlNodePtr)nodehdl;
2083 set_node_attr(void *nodehdl, char *tag, char *value) argument
2085 xmlNodePtr node = (xmlNodePtr)nodehdl;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c618 /* find the CPU nodehdl */
1088 picl_nodehdl_t refhdl = 0, ref_parent = 0, nodehdl = 0; local
1101 &nodehdl, sizeof (nodehdl)) != PICL_SUCCESS) {
1105 nodehdl = nodeh;
1110 if (ptree_get_propval_by_name(nodehdl, PICL_PROP_DEVFS_PATH,
1114 if (ptree_get_propval_by_name(nodehdl, PICL_PROP_BUS_ADDR,
1136 nodehdl = refhdl;
1143 if (ptree_get_prop_by_name(nodehdl, PICL_PROP_BUS_ADDR,
1145 if (ptree_get_prop_by_name(nodehdl,
[all...]

Completed in 92 milliseconds