Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c62 hash_obj_t *next_hash_obj; in lookup_handle_object() local
67 for (next_hash_obj = first_hash_obj; next_hash_obj != NULL; in lookup_handle_object()
68 next_hash_obj = next_hash_obj->next) { in lookup_handle_object()
69 if ((handle == next_hash_obj->obj_hdl) && in lookup_handle_object()
70 (object_type == next_hash_obj->object_type)) { in lookup_handle_object()
71 return (next_hash_obj); in lookup_handle_object()