Searched refs:pkt_obj (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c180 packet_obj_t *pkt_obj; local
182 pkt_obj = malloc(sizeof (packet_obj_t));
183 if (pkt_obj == NULL) {
189 free(pkt_obj);
193 pkt_obj->next = NULL;
196 hash_obj->u.pkt_obj = pkt_obj;
243 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
251 next_hash->u.pkt_obj->next != NULL;
252 next_hash = next_hash->u.pkt_obj
[all...]
H A Dfru_access_impl.h191 packet_obj_t *pkt_obj; member in union:hash_obj::__anon3265
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c312 packet_obj_t *pkt_obj; local
314 pkt_obj = malloc(sizeof (packet_obj_t));
315 if (pkt_obj == NULL) {
321 free(pkt_obj);
325 pkt_obj->next = NULL;
328 hash_obj->u.pkt_obj = pkt_obj;
406 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
414 next_hash->u.pkt_obj->next != NULL;
415 next_hash = next_hash->u.pkt_obj
[all...]
H A Dfru_access_impl.h249 packet_obj_t *pkt_obj; member in union:hash_obj::__anon1224
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c174 packet_obj_t *pkt_obj; local
176 pkt_obj = malloc(sizeof (packet_obj_t));
177 if (pkt_obj == NULL) {
183 free(pkt_obj);
187 pkt_obj->next = NULL;
190 hash_obj->u.pkt_obj = pkt_obj;
270 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
278 next_hash->u.pkt_obj->next != NULL;
279 next_hash = next_hash->u.pkt_obj
[all...]
H A Dfru_access_impl.h197 packet_obj_t *pkt_obj; member in union:hash_obj::__anon1161
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c175 packet_obj_t *pkt_obj; local
177 pkt_obj = malloc(sizeof (packet_obj_t));
178 if (pkt_obj == NULL) {
184 free(pkt_obj);
188 pkt_obj->next = NULL;
191 hash_obj->u.pkt_obj = pkt_obj;
271 child_obj->u.pkt_obj->segment_hdl = parent_obj->obj_hdl;
279 next_hash->u.pkt_obj->next != NULL;
280 next_hash = next_hash->u.pkt_obj
[all...]
H A Dfru_access_impl.h193 packet_obj_t *pkt_obj; member in union:hash_obj::__anon1093
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2367 free_packet_hash_object(hash_obj_t *pkt_obj) argument
2371 while (pkt_obj != NULL) {
2372 tmp_obj = pkt_obj->u.pkt_node->next;
2373 free(pkt_obj->u.pkt_node);
2374 free(pkt_obj);
2375 pkt_obj = tmp_obj;

Completed in 97 milliseconds