Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c463 add_to_section_list(hash_obj_t *container_hash, hash_obj_t *sect_hash) in add_to_section_list() argument
467 sect_hash->u.sec_node->container_hdl = container_hash->picl_hdl; in add_to_section_list()
468 if (container_hash->u.cont_node->section_list == NULL) { in add_to_section_list()
469 container_hash->u.cont_node->section_list = sect_hash; in add_to_section_list()
473 for (next_hash = container_hash->u.cont_node->section_list; in add_to_section_list()