Searched refs:next_hash_obj (Results 1 – 4 of 4) sorted by relevance
54 hash_obj_t *next_hash_obj; in lookup_handle_object() local59 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()
65 hash_obj_t *next_hash_obj; in lookup_handle_object() local70 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()
64 hash_obj_t *next_hash_obj; in lookup_handle_object() local69 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()
206 hash_obj_t *next_hash_obj; in lookup_handle_object() local211 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()