Home
last modified time | relevance | path

Searched defs:nodehdl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c132 lookup_container_table(picl_nodehdl_t nodehdl, int object_type) in lookup_container_table()
212 lookup_node_object(picl_nodehdl_t nodehdl, int object_type, in lookup_node_object()
281 alloc_container_table(picl_nodehdl_t nodehdl) in alloc_container_table()
313 alloc_container_node_object(picl_nodehdl_t nodehdl) in alloc_container_node_object()
354 alloc_section_node_object(picl_nodehdl_t nodehdl, section_t *section) in alloc_section_node_object()
391 alloc_segment_node_object(picl_nodehdl_t nodehdl, segment_t *segment) in alloc_segment_node_object()
430 alloc_packet_node_object(picl_nodehdl_t nodehdl, packet_t *packet) in alloc_packet_node_object()
563 free_segment_node(hash_obj_t *hash_obj, picl_nodehdl_t nodehdl, in free_segment_node()
1399 picl_nodehdl_t nodehdl; in create_segment_node() local
1747 create_section_node(picl_nodehdl_t nodehdl, int section_count, in create_section_node()
[all …]
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c384 convert_update(fru_nodehdl_t nodehdl, char *segment, char *field_name, in convert_update()
468 update_unixtimestamp(fru_nodehdl_t nodehdl, char *segment, char **ptr) in update_unixtimestamp()
500 create_segment(fru_nodehdl_t nodehdl) in create_segment()
542 updateiter_record(fru_nodehdl_t nodehdl, int cnt, char **ptr, in updateiter_record()
627 update_field(fru_nodehdl_t nodehdl, char *field_name, char *field_value) in update_field()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c2156 get_node_attr(void *nodehdl, char *tag) in get_node_attr()
2175 set_node_attr(void *nodehdl, char *tag, char *value) in set_node_attr()
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc79 #define NODEHDL_TO_TREEHDL(nodehdl) (fru_treehdl_t)nodehdl argument