Home
last modified time | relevance | path

Searched refs:next_obj (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libsip/common/
H A Dsip_hash.c63 new_obj->next_obj = NULL; in sip_hash_add()
72 hash_entry->hash_tail->next_obj = new_obj; in sip_hash_add()
103 tmp = tmp->next_obj; in sip_hash_find()
128 tmp = tmp->next_obj; in sip_walk_hash()
154 if (tmp->next_obj != NULL) { in sip_hash_delete()
155 hash_entry->hash_head = tmp->next_obj; in sip_hash_delete()
156 tmp->next_obj->prev_obj = NULL; in sip_hash_delete()
164 sip_hash_obj_t *next = tmp->next_obj; in sip_hash_delete()
167 tmp->prev_obj->next_obj = next; in sip_hash_delete()
171 tmp->prev_obj->next_obj = NULL; in sip_hash_delete()
[all …]
H A Dsip_hash.h48 struct sip_hash_obj_s *next_obj; member
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c531 hash_obj_t *next_obj; in free_packet_list() local
535 next_obj = hash_obj->u.seg_node->packet_list; in free_packet_list()
536 while (next_obj != NULL) { in free_packet_list()
537 free_obj = next_obj; in free_packet_list()
538 next_obj = next_obj->u.pkt_node->next; in free_packet_list()
567 hash_obj_t *next_obj; in free_segment_node() local
570 next_obj = hash_obj->u.sec_node->segment_list; in free_segment_node()
571 if (next_obj == NULL) { in free_segment_node()
576 if (next_obj->picl_hdl == nodehdl) { in free_segment_node()
578 next_obj->u.seg_node->next; in free_segment_node()
[all …]
/titanic_41/usr/src/lib/libfru/libfruraw/
H A Draw_access.c263 hash_obj_t *next_obj; in free_pkt_object_list() local
266 next_obj = hash_obj->u.seg_obj->pkt_obj_list; in free_pkt_object_list()
267 while (next_obj != NULL) { in free_pkt_object_list()
268 free_obj = next_obj; in free_pkt_object_list()
269 next_obj = next_obj->u.pkt_obj->next; in free_pkt_object_list()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1406 hash_obj_t *next_obj; in free_pkt_object_list() local
1409 next_obj = hash_obj->u.seg_obj->pkt_obj_list; in free_pkt_object_list()
1410 while (next_obj != NULL) { in free_pkt_object_list()
1411 free_obj = next_obj; in free_pkt_object_list()
1412 next_obj = next_obj->u.pkt_obj->next; in free_pkt_object_list()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1478 hash_obj_t *next_obj; in free_pkt_object_list() local
1481 next_obj = hash_obj->u.seg_obj->pkt_obj_list; in free_pkt_object_list()
1482 while (next_obj != NULL) { in free_pkt_object_list()
1483 free_obj = next_obj; in free_pkt_object_list()
1484 next_obj = next_obj->u.pkt_obj->next; in free_pkt_object_list()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c762 hash_obj_t *next_obj; in free_pkt_object_list() local
765 next_obj = hash_obj->u.seg_obj->pkt_obj_list; in free_pkt_object_list()
766 while (next_obj != NULL) { in free_pkt_object_list()
767 free_obj = next_obj; in free_pkt_object_list()
768 next_obj = next_obj->u.pkt_obj->next; in free_pkt_object_list()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c1448 goto next_obj; in sctp_check_saddr()
1464 goto next_obj; in sctp_check_saddr()
1477 next_obj: in sctp_check_saddr()