Searched defs:tmp_hash (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1500 hash_obj_t *tmp_hash; local
1546 for (tmp_hash = sec_hash->u.sec_obj->seg_obj_list; tmp_hash != NULL;
1547 tmp_hash = tmp_hash->u.seg_obj->next) {
1548 if (tmp_hash->obj_hdl == segment) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1574 hash_obj_t *tmp_hash; local
1620 for (tmp_hash = sec_hash->u.sec_obj->seg_obj_list; tmp_hash != NULL;
1621 tmp_hash = tmp_hash->u.seg_obj->next) {
1622 if (tmp_hash->obj_hdl == segment) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1868 hash_obj_t *tmp_hash; local
1915 for (tmp_hash = sec_hash->u.sec_obj->seg_obj_list; tmp_hash != NULL;
1916 tmp_hash = tmp_hash->u.seg_obj->next) {
1917 if (tmp_hash->obj_hdl == segment) {

Completed in 65 milliseconds