Searched refs:next_hash (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Draw_access.c240 hash_obj_t *next_hash; local
250 for (next_hash = parent_obj->u.seg_obj->pkt_obj_list;
251 next_hash->u.pkt_obj->next != NULL;
252 next_hash = next_hash->u.pkt_obj->next) {
256 next_hash->u.pkt_obj->next = child_obj;
297 hash_obj_t *next_hash; local
308 next_hash = seg_hash;
314 next_hash->u.seg_obj->next = seg_hash->u.seg_obj->next;
339 hash_obj_t *next_hash; local
360 hash_obj_t *next_hash; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetgrent.c56 struct netgroup_name *next_hash; member in struct:netgroup_name
129 ng = ng->next_hash;
142 ng_new->next_hash = tab->hash_list[h];

Completed in 23 milliseconds