Searched defs:next_obj (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hash.h48 struct sip_hash_obj_s *next_obj; member in struct:sip_hash_obj_s
/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/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/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;

Completed in 102 milliseconds