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

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

Completed in 166 milliseconds