Searched refs:tmp_ptr (Results 1 – 1 of 1) sorted by relevance
387 uint64_t *tmp_ptr; in get_cluster_offset() local428 if (posix_memalign((void **)&tmp_ptr, 4096, 4096) != 0) { in get_cluster_offset()432 memcpy(tmp_ptr, l1_ptr, 4096); in get_cluster_offset()436 cpu_to_be64s(&tmp_ptr[i]); in get_cluster_offset()445 if (write(s->fd, tmp_ptr, 4096) != 4096) { in get_cluster_offset()446 free(tmp_ptr); in get_cluster_offset()449 free(tmp_ptr); in get_cluster_offset()
Completed in 13 milliseconds