Home
last modified time | relevance | path

Searched refs:next_hash_obj (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c54 hash_obj_t *next_hash_obj; in lookup_handle_object() local
59 for (next_hash_obj = first_hash_obj; next_hash_obj != NULL; in lookup_handle_object()
60 next_hash_obj = next_hash_obj->next) { in lookup_handle_object()
61 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
62 (object_type == next_hash_obj->object_type)) { in lookup_handle_object()
63 return (next_hash_obj); in lookup_handle_object()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c65 hash_obj_t *next_hash_obj; in lookup_handle_object() local
70 for (next_hash_obj = first_hash_obj; next_hash_obj != NULL; in lookup_handle_object()
71 next_hash_obj = next_hash_obj->next) { in lookup_handle_object()
72 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
73 (object_type == next_hash_obj->object_type)) { in lookup_handle_object()
74 return (next_hash_obj); in lookup_handle_object()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c64 hash_obj_t *next_hash_obj; in lookup_handle_object() local
69 for (next_hash_obj = first_hash_obj; next_hash_obj != NULL; in lookup_handle_object()
70 next_hash_obj = next_hash_obj->next) { in lookup_handle_object()
71 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
72 (object_type == next_hash_obj->object_type)) { in lookup_handle_object()
73 return (next_hash_obj); in lookup_handle_object()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c206 hash_obj_t *next_hash_obj; in lookup_handle_object() local
211 for (next_hash_obj = first_hash_obj; next_hash_obj != NULL; in lookup_handle_object()
212 next_hash_obj = next_hash_obj->next) { in lookup_handle_object()
213 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
214 (object_type == next_hash_obj->object_type)) { in lookup_handle_object()
215 return (next_hash_obj); in lookup_handle_object()