Searched defs:sec_hash (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c294 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) argument
299 seg_hash = sec_hash->u.sec_obj->seg_obj_list;
305 sec_hash->u.sec_obj->seg_obj_list = seg_hash->u.seg_obj->next;
593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) argument
606 sec_obj = sec_hash->u.sec_obj;
612 section->handle = sec_hash->obj_hdl;
677 if (sec_hash->u.sec_obj->seg_obj_list != NULL) {
690 add_to_seg_object_list(sec_hash, seg_hash);
704 hash_obj_t *sec_hash; local
715 sec_hash
740 hash_obj_t *sec_hash; local
804 hash_obj_t *sec_hash; local
974 hash_obj_t *sec_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2053 free_section_node(hash_obj_t *sec_hash, container_tbl_t *cont_tbl) argument
2057 for (seg_hash = sec_hash->u.sec_node->segment_list; seg_hash != NULL;
2062 if (sec_hash->prev == NULL) {
2063 cont_tbl->hash_obj[(sec_hash->picl_hdl % TABLE_SIZE)].next =
2064 sec_hash->next;
2065 if (sec_hash->next != NULL) {
2066 sec_hash->next->prev = NULL;
2069 sec_hash->prev->next = sec_hash->next;
2070 if (sec_hash
2115 hash_obj_t *sec_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c906 get_section(int fd, hash_obj_t *sec_hash, section_t *section) argument
919 sec_obj = sec_hash->u.sec_obj;
925 section->handle = sec_hash->obj_hdl;
997 add_to_seg_object_list(sec_hash, seg_hash);
1057 hash_obj_t *sec_hash; local
1068 sec_hash = cont_object->u.cont_obj->sec_obj_list;
1069 if (sec_hash == NULL) {
1089 get_section(device_fd, sec_hash, section);
1090 sec_hash = sec_hash
1228 hash_obj_t *sec_hash; local
1434 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) argument
1498 hash_obj_t *sec_hash; local
1668 hash_obj_t *sec_hash; local
1790 hash_obj_t *sec_hash; local
2177 hash_obj_t *sec_hash; local
2289 hash_obj_t *sec_hash; local
2532 hash_obj_t *sec_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c953 get_section(int fd, hash_obj_t *sec_hash, section_t *section) argument
966 sec_obj = sec_hash->u.sec_obj;
972 section->handle = sec_hash->obj_hdl;
1068 add_to_seg_object_list(sec_hash, seg_hash);
1128 hash_obj_t *sec_hash; local
1140 sec_hash = cont_object->u.cont_obj->sec_obj_list;
1141 if (sec_hash == NULL) {
1161 get_section(device_fd, sec_hash, section);
1162 sec_hash = sec_hash
1300 hash_obj_t *sec_hash; local
1508 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) argument
1572 hash_obj_t *sec_hash; local
1740 hash_obj_t *sec_hash; local
1859 hash_obj_t *sec_hash; local
2080 hash_obj_t *sec_hash; local
2279 hash_obj_t *sec_hash; local
2392 hash_obj_t *sec_hash; local
2628 hash_obj_t *sec_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c534 hash_obj_t *sec_hash; local
545 sec_hash = cont_object->u.cont_obj->sec_obj_list;
548 sec_hash != NULL; count++, section++) {
550 section->handle = sec_hash->u.sec_obj->section.handle;
551 section->offset = sec_hash->u.sec_obj->section.offset;
552 section->length = sec_hash->u.sec_obj->section.length;
553 section->protection = sec_hash->u.sec_obj->section.protection;
554 section->version = sec_hash->u.sec_obj->section.version;
555 sec_hash = sec_hash
791 free_segment_hash(handle_t handle, hash_obj_t *sec_hash) argument
1371 get_section(int fd, hash_obj_t *sec_hash, section_t *section) argument
1499 hash_obj_t *sec_hash; local
1661 hash_obj_t *sec_hash; local
1866 hash_obj_t *sec_hash; local
2038 hash_obj_t *sec_hash; local
2122 hash_obj_t *sec_hash; local
2468 hash_obj_t *sec_hash; local
2586 hash_obj_t *sec_hash; local
2840 hash_obj_t *sec_hash; local
[all...]

Completed in 75 milliseconds