Searched refs:num_of_section (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h90 int num_of_section; /* number of section */ member in struct:__anon1304
H A Dfru_data.c1872 int num_of_section; local
1928 num_of_section = fru_get_num_sections(cont_acc_hdl, &warg->cred);
1930 if (num_of_section == -1) {
1936 section = alloca(num_of_section * sizeof (section_t));
1939 num_of_section, &warg->cred);
1946 hash_obj->u.cont_node->num_of_section = num_of_section;
1948 for (count = 0; count < num_of_section; count++) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h181 int num_of_section; /* num of section in container */ member in struct:__anon1258
H A Dfru_access.c819 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
898 return (hash_object->u.cont_obj->num_of_section);
1064 if (cont_object->u.cont_obj->num_of_section > maxsec) {
1085 for (count = 0; count < cont_object->u.cont_obj->num_of_section;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h185 int num_of_section; /* num of section in container */ member in struct:__anon1326
H A Dfru_access.c867 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
945 return (hash_object->u.cont_obj->num_of_section);
1136 if (cont_object->u.cont_obj->num_of_section > maxsec) {
1157 for (count = 0; count < cont_object->u.cont_obj->num_of_section;
/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h179 int num_of_section; /* num of section in container */ member in struct:__anon3488
H A Draw_access.c711 if (cont_object->u.cont_obj->num_of_section > maxsec) {
720 for (count = 0; count < cont_object->u.cont_obj->num_of_section;
942 return (hash_object->u.cont_obj->num_of_section);
1128 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h236 int num_of_section; /* num of section in container */ member in struct:__anon1389
H A Dlibfruaccess.c437 cont_hash_obj->u.cont_obj->num_of_section = 1;
524 return (cont_hash_obj->u.cont_obj->num_of_section);
542 if (cont_object->u.cont_obj->num_of_section > max_sections) {
547 for (count = 0; count < cont_object->u.cont_obj->num_of_section &&
1281 cont_hash_obj->u.cont_obj->num_of_section = NUM_OF_SECTIONS;
1363 return (hash_object->u.cont_obj->num_of_section);
1506 if (cont_object->u.cont_obj->num_of_section > maxsec) {
1521 for (count = 0; count < cont_object->u.cont_obj->num_of_section;

Completed in 201 milliseconds