Home
last modified time | relevance | path

Searched refs:num_of_section (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1872 int num_of_section; in frudata_write_section() local
1928 num_of_section = fru_get_num_sections(cont_acc_hdl, &warg->cred); in frudata_write_section()
1930 if (num_of_section == -1) { in frudata_write_section()
1936 section = alloca(num_of_section * sizeof (section_t)); in frudata_write_section()
1939 num_of_section, &warg->cred); in frudata_write_section()
1946 hash_obj->u.cont_node->num_of_section = num_of_section; in frudata_write_section()
1948 for (count = 0; count < num_of_section; count++) { in frudata_write_section()
H A Dfru_data_impl.h88 int num_of_section; /* number of section */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c865 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections; in fru_open_container()
943 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()
1134 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()
1155 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()
H A Dfru_access_impl.h183 int num_of_section; /* num of section in container */ member
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h179 int num_of_section; /* num of section in container */ member
H A Draw_access.c711 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()
720 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()
942 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()
1128 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections; in open_raw_data()