Home
last modified time | relevance | path

Searched refs:next_hash (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c240 hash_obj_t *next_hash; in add_to_pkt_object_list() local
251 next_hash->u.pkt_obj->next != NULL; in add_to_pkt_object_list()
252 next_hash = next_hash->u.pkt_obj->next) { in add_to_pkt_object_list()
256 next_hash->u.pkt_obj->next = child_obj; in add_to_pkt_object_list()
297 hash_obj_t *next_hash; in free_segment_hash() local
308 next_hash = seg_hash; in free_segment_hash()
339 hash_obj_t *next_hash; in add_to_sec_object_list() local
348 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()
349 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()
360 hash_obj_t *next_hash; in add_to_seg_object_list() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c166 for (next_hash = first_hash; next_hash != NULL; in lookup_container_table()
167 next_hash = next_hash->next) { in lookup_container_table()
169 return (next_hash); in lookup_container_table()
217 hash_obj_t *next_hash; in lookup_node_object() local
224 for (next_hash = first_hash->next; next_hash != NULL; in lookup_node_object()
225 next_hash = next_hash->next) { in lookup_node_object()
228 return (next_hash); in lookup_node_object()
465 hash_obj_t *next_hash; in add_to_section_list() local
475 next_hash = next_hash->u.sec_node->next) { in add_to_section_list()
497 next_hash = next_hash->u.seg_node->next) { in add_to_segment_list()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c221 hash_obj_t *next_hash; in add_to_sec_object_list() local
230 next_hash->u.sec_obj->next != NULL; in add_to_sec_object_list()
231 next_hash = next_hash->u.sec_obj->next) { in add_to_sec_object_list()
243 hash_obj_t *next_hash; in add_to_seg_object_list() local
253 next_hash = next_hash->u.seg_obj->next) { in add_to_seg_object_list()
265 hash_obj_t *next_hash; in add_to_pkt_object_list() local
277 next_hash = next_hash->u.pkt_obj->next) { in add_to_pkt_object_list()
1509 hash_obj_t *next_hash; in free_segment_hash() local
1520 next_hash = seg_hash; in free_segment_hash()
2563 hash_obj_t *next_hash; in free_packet_object() local
[all …]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h125 Index next_hash; member
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c56 struct netgroup_name *next_hash; member
129 ng = ng->next_hash; in add_netgroup_name()
142 ng_new->next_hash = tab->hash_list[h]; in add_netgroup_name()