Searched refs:zero_off (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/pwritev/ |
D | pwritev03.c | 30 static off_t blk_off, zero_off; variable 43 {1, &zero_off, &blksz}, 44 {2, &zero_off, &blksz},
|
/external/ltp/testcases/kernel/syscalls/preadv/ |
D | preadv03.c | 28 static off_t blk_off, zero_off; variable 43 {1, &zero_off, &blksz, 0x61}, 44 {2, &zero_off, &blksz, 0x61},
|
/external/elfutils/src/ |
D | strip.c | 2590 const Elf32_Off zero_off = 0; in handle_elf() local 2592 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf() 2593 offsetof (Elf32_Ehdr, e_shoff)) != sizeof zero_off in handle_elf() 2610 const Elf64_Off zero_off = 0; in handle_elf() local 2612 if (pwrite_retry (fd, &zero_off, sizeof zero_off, in handle_elf() 2613 offsetof (Elf64_Ehdr, e_shoff)) != sizeof zero_off in handle_elf()
|