Searched refs:hash_ptr (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 2429 hash_obj_t *hash_ptr; in adjust_packets() local 2434 for (hash_ptr = object_list; hash_ptr != NULL; in adjust_packets() 2435 hash_ptr = hash_ptr->u.pkt_obj->next) { in adjust_packets() 2437 payload = malloc(hash_ptr->u.pkt_obj->paylen); in adjust_packets() 2441 retval = get_payload(fd, hash_ptr, payload); in adjust_packets() 2447 retval = pwrite(fd, &hash_ptr->u.pkt_obj->tag, in adjust_packets() 2448 hash_ptr->u.pkt_obj->tag_size, new_offset); in adjust_packets() 2449 if (retval != hash_ptr->u.pkt_obj->tag_size) { in adjust_packets() 2453 new_offset += hash_ptr->u.pkt_obj->tag_size; in adjust_packets() 2454 hash_ptr->u.pkt_obj->payload_offset = new_offset; in adjust_packets() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 2539 hash_obj_t *hash_ptr; in adjust_packets() local 2543 for (hash_ptr = object_list; in adjust_packets() 2544 hash_ptr != NULL; hash_ptr = hash_ptr->u.pkt_obj->next) { in adjust_packets() 2545 retval = pwrite(fd, &hash_ptr->u.pkt_obj->tag, in adjust_packets() 2546 hash_ptr->u.pkt_obj->tag_size, new_offset); in adjust_packets() 2547 if (retval != hash_ptr->u.pkt_obj->tag_size) { in adjust_packets() 2550 new_offset += hash_ptr->u.pkt_obj->tag_size; in adjust_packets() 2551 hash_ptr->u.pkt_obj->payload_offset = new_offset; in adjust_packets() 2552 retval = pwrite(fd, hash_ptr->u.pkt_obj->payload, in adjust_packets() 2553 hash_ptr->u.pkt_obj->paylen, new_offset); in adjust_packets() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 2739 hash_obj_t *hash_ptr; in adjust_packets() local 2756 for (hash_ptr = object_list; hash_ptr != NULL; in adjust_packets() 2757 hash_ptr = hash_ptr->u.pkt_obj->next) { in adjust_packets() 2758 retval = pwrite_new(fd, &hash_ptr->u.pkt_obj->tag, in adjust_packets() 2759 hash_ptr->u.pkt_obj->tag_size, new_offset, &format); in adjust_packets() 2760 if (retval != hash_ptr->u.pkt_obj->tag_size) { in adjust_packets() 2763 new_offset += hash_ptr->u.pkt_obj->tag_size; in adjust_packets() 2764 hash_ptr->u.pkt_obj->payload_offset = new_offset; in adjust_packets() 2765 retval = pwrite_new(fd, hash_ptr->u.pkt_obj->payload, in adjust_packets() 2766 hash_ptr->u.pkt_obj->paylen, new_offset, &format); in adjust_packets() [all …]
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | asyncio.h | 252 aio_req_t *hash_ptr; member
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 243 hash_obj_t *hash_ptr; in add_tblobject_to_container_tbl() local 249 hash_ptr = cont_tbl->hash_obj; in add_tblobject_to_container_tbl() 254 hash_ptr->next = NULL; in add_tblobject_to_container_tbl() 255 hash_ptr->prev = NULL; in add_tblobject_to_container_tbl() 256 hash_ptr++; in add_tblobject_to_container_tbl()
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 2050 prev = &hashp->hash_ptr; in _aio_hash_insert() 2077 prev = &hashp->hash_ptr; in _aio_hash_del() 2104 prev = &hashp->hash_ptr; in _aio_hash_find()
|