Home
last modified time | relevance | path

Searched refs:picl_hdl (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h93 uint64_t picl_hdl; /* picl node/property handle */ member
106 uint64_t picl_hdl; member
H A Dfru_data.c168 if (parenthdl == next_hash->picl_hdl) { in lookup_container_table()
226 if ((nodehdl == next_hash->picl_hdl) && in lookup_node_object()
245 index_to_hash = ((cont_tbl->picl_hdl) % TABLE_SIZE); in add_tblobject_to_container_tbl()
290 cont_tbl->picl_hdl = nodehdl; in alloc_container_table()
416 hash_obj->picl_hdl = nodehdl; in alloc_segment_node_object()
540 cont_tbl->hash_obj[(free_obj->picl_hdl % in free_packet_list()
576 if (next_obj->picl_hdl == nodehdl) { in free_segment_node()
581 if (next_obj->picl_hdl != nodehdl) { in free_segment_node()
2076 (void) ptree_delete_node(sec_hash->picl_hdl); in free_section_node()
2077 (void) ptree_destroy_node(sec_hash->picl_hdl); in free_section_node()
[all …]
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h53 #define IS_PICLIZED(x) ((x)->picl_hdl != 0)
149 picl_hdl_t picl_hdl; /* client handle */ member
H A Dpicltree.c439 hash_newhdl(uint32_t picl_hdl, uint32_t ptreeh) in hash_newhdl() argument
446 n->hdl = picl_hdl; in hash_newhdl()
905 (void) memcpy(handlep, &pobj->picl_hdl, sizeof (*handlep)); in cvt_ptree2picl()
917 pobj->picl_hdl = alloc_piclhdl(); in piclize_obj()
918 (void) hash_add_newhdl(&picltbl, pobj->picl_hdl, pobj->ptree_hdl); in piclize_obj()
980 (void) hash_remove(&picltbl, pobj->picl_hdl); in unpiclize_obj()
981 pobj->picl_hdl = PICL_INVALID_PICLHDL; in unpiclize_obj()
1246 pobj->picl_hdl = PICL_INVALID_PICLHDL; in create_propobj()
1609 pobj->picl_hdl = PICL_INVALID_PICLHDL; in ptree_create_table()
1814 pobj->picl_hdl = PICL_INVALID_PICLHDL; in ptree_create_node()