Searched defs:obj_hdl (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h186 handle_t obj_hdl; member in struct:hash_obj
H A Draw_access.c61 if ((handle == next_hash_obj->obj_hdl) &&
76 hash_obj->obj_hdl = ++handle_count; /* store the handle */
79 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
272 hash_table[(free_obj->obj_hdl % TABLE_SIZE)] =
304 if (seg_hash->obj_hdl == handle) {
307 while (seg_hash->obj_hdl != handle) {
318 hash_table[(seg_hash->obj_hdl % TABLE_SIZE)] = seg_hash->next;
341 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
362 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
1163 handle_t obj_hdl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h188 handle_t obj_hdl; member in struct:hash_obj
H A Dfru_access.c72 if ((handle == next_hash_obj->obj_hdl) &&
206 hash_obj->obj_hdl = ++handle_count; /* store the handle */
209 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
271 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
846 return (cont_hash_obj->obj_hdl);
925 section->handle = sec_hash->obj_hdl;
1179 segment->handle = seg_object->obj_hdl;
1415 hash_table[(free_obj->obj_hdl
2662 handle_t obj_hdl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h192 handle_t obj_hdl; member in struct:hash_obj
H A Dfru_access.c71 if ((handle == next_hash_obj->obj_hdl) &&
205 hash_obj->obj_hdl = ++handle_count; /* store the handle */
208 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
270 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
893 return (cont_hash_obj->obj_hdl);
972 section->handle = sec_hash->obj_hdl;
1251 segment->handle = seg_object->obj_hdl;
1487 hash_table[(free_obj->obj_hdl
2757 handle_t obj_hdl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h244 handle_t obj_hdl; member in struct:hash_obj
H A Dlibfruaccess.c213 if ((handle == next_hash_obj->obj_hdl) &&
343 hash_obj->obj_hdl = ++handle_count;
347 index_to_hash = ((hash_obj->obj_hdl) % TABLE_SIZE);
363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
406 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
449 sec_hash_obj->u.sec_obj->section.handle = sec_hash_obj->obj_hdl;
465 seg_hash_obj->u.seg_obj->segment.handle = seg_hash_obj->obj_hdl;
510 return (cont_hash_obj->obj_hdl);
643 packet->handle = pkt_hash->obj_hdl;
837 handle_t obj_hdl; local
2971 handle_t obj_hdl; local
[all...]

Completed in 60 milliseconds