Searched refs:sec_object (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c514 hash_obj_t *sec_object; local
518 sec_object = lookup_handle_object(section, SECTION_TYPE);
519 if (sec_object == NULL) {
523 sec_obj = sec_object->u.sec_obj;
532 seg_object = sec_object->u.sec_obj->seg_obj_list;
949 hash_obj_t *sec_object; local
952 sec_object = lookup_handle_object(section, SECTION_TYPE);
953 if (sec_object == NULL) {
957 sec_obj = sec_object->u.sec_obj;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c564 hash_obj_t *sec_object; local
566 sec_object = lookup_handle_object((handle_t)section, SECTION_TYPE);
567 if (sec_object == NULL) {
570 return (sec_object->u.sec_obj->num_of_segment);
580 hash_obj_t *sec_object; local
582 sec_object = lookup_handle_object((handle_t)section, SECTION_TYPE);
583 if (sec_object == NULL) {
587 if (sec_object->u.sec_obj->num_of_segment > max_segments) {
591 seg_hash = sec_object->u.sec_obj->seg_obj_list;
593 for (count = 0; count < sec_object
1551 hash_obj_t *sec_object; local
1588 hash_obj_t *sec_object; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1115 hash_obj_t *sec_object; local
1118 sec_object = lookup_handle_object(section, SECTION_TYPE);
1119 if (sec_object == NULL) {
1123 sec_obj = sec_object->u.sec_obj;
1153 hash_obj_t *sec_object; local
1157 sec_object = lookup_handle_object(section, SECTION_TYPE);
1158 if (sec_object == NULL) {
1162 sec_obj = sec_object->u.sec_obj;
1171 seg_object = sec_object->u.sec_obj->seg_obj_list;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1187 hash_obj_t *sec_object; local
1190 sec_object = lookup_handle_object(section, SECTION_TYPE);
1191 if (sec_object == NULL) {
1195 sec_obj = sec_object->u.sec_obj;
1225 hash_obj_t *sec_object; local
1229 sec_object = lookup_handle_object(section, SECTION_TYPE);
1230 if (sec_object == NULL) {
1234 sec_obj = sec_object->u.sec_obj;
1243 seg_object = sec_object->u.sec_obj->seg_obj_list;

Completed in 209 milliseconds