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

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

Completed in 87 milliseconds