Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1094 hash_obj_t *sec_hash_obj; in open_raw_data() local
1133 if (sec_hash_obj == NULL) { in open_raw_data()
1162 hash_obj_t *sec_hash_obj; in fru_close_container() local
1175 while (sec_hash_obj != NULL) { in fru_close_container()
1186 if (sec_hash_obj->prev == NULL) { in fru_close_container()
1188 sec_hash_obj->next; in fru_close_container()
1189 if (sec_hash_obj->next != NULL) { in fru_close_container()
1193 sec_hash_obj->prev->next = sec_hash_obj->next; in fru_close_container()
1195 sec_hash_obj->next->prev = sec_hash_obj->prev; in fru_close_container()
1199 prev_hash = sec_hash_obj; in fru_close_container()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c768 hash_obj_t *sec_hash_obj; in fru_open_container() local
870 if (sec_hash_obj == NULL) { in fru_open_container()
886 sec_hash_obj->u.sec_obj->encoding = in fru_open_container()
2754 hash_obj_t *sec_hash_obj; in fru_close_container() local
2767 while (sec_hash_obj != NULL) { in fru_close_container()
2778 if (sec_hash_obj->prev == NULL) { in fru_close_container()
2780 sec_hash_obj->next; in fru_close_container()
2785 sec_hash_obj->prev->next = sec_hash_obj->next; in fru_close_container()
2787 sec_hash_obj->next->prev = sec_hash_obj->prev; in fru_close_container()
2791 prev_hash = sec_hash_obj; in fru_close_container()
[all …]