Searched refs:off_t (Results 1 - 25 of 536) sorted by relevance

1234567891011>>

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H A D9-2-buildonly.c10 * Test that off_t type is defined as described in sys/types.h.
15 off_t this_type_should_exist;
H A D13-1-buildonly.c11 * void *mmap(void *, size_t, int, int, int, off_t)
21 typedef void *(*mmap_test) (void *, size_t, int, int, int, off_t);
H A D20-1-buildonly.c11 * int posix_mem_offset(const void *restrict, size_t, off_t *restrict,
24 off_t * restrict, size_t * restrict,
/external/fio/
H A Dhelpers.h9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
10 extern int posix_fallocate(int fd, off_t offset, off_t len);
13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
H A Dhelpers.c13 int fallocate(int fd, int mode, off_t offset, off_t len)
21 int posix_fallocate(int fd, off_t offset, off_t len)
36 int posix_fadvise(int fd, off_t offset, off_t len, int advice)
/external/wayland/cursor/
H A Dos-compatibility.h32 os_create_anonymous_file(off_t size);
/external/elfutils/libelf/
H A Delf_getbase.c40 off_t
43 return elf == NULL ? (off_t) -1 : elf->start_offset;
/external/ltp/include/lapi/
H A Dfallocate.h62 __LONG_LONG_PAIR((off_t) (offset >> 32),
63 (off_t) offset),
64 __LONG_LONG_PAIR((off_t) (len >> 32),
65 (off_t) len));
H A Dreaddir.h25 off_t d_off; /* offset to this old_linux_dirent */
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/unistd_h/
H A D2-1-buildonly.c11 * int ftruncate(int fildes, off_t length);
17 typedef int (*ftruncate_test) (int fildes, off_t length);
/external/strace/tests/
H A Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
/external/strace/tests-m32/
H A Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
/external/strace/tests-mx32/
H A Dfallocate.c48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU;
49 static const off_t bogus_len = (off_t) 0xbadfaceca7b0d1e5LLU;
/external/syslinux/com32/include/sys/
H A Dtypes.h14 typedef size_t off_t; typedef
/external/syslinux/gpxe/src/include/gpxe/
H A Duaccess.h69 trivial_user_to_virt ( userptr_t userptr, off_t offset ) {
81 trivial_userptr_add ( userptr_t userptr, off_t offset ) {
95 trivial_memcpy_user ( userptr_t dest, off_t dest_off,
96 userptr_t src, off_t src_off, size_t len ) {
111 trivial_memmove_user ( userptr_t dest, off_t dest_off,
112 userptr_t src, off_t src_off, size_t len ) {
126 trivial_memset_user ( userptr_t buffer, off_t offset, int c, size_t len ) {
138 trivial_strlen_user ( userptr_t buffer, off_t offset ) {
151 static inline __always_inline off_t
152 trivial_memchr_user ( userptr_t buffer, off_t offse
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/
H A Defi_uaccess.h40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) {
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) {
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) {
60 UACCESS_INLINE ( efi, memcpy_user ) ( userptr_t dest, off_t dest_off,
61 userptr_t src, off_t src_off,
67 UACCESS_INLINE ( efi, memmove_user ) ( userptr_t dest, off_t dest_off,
68 userptr_t src, off_t src_off,
74 UACCESS_INLINE ( efi, memset_user ) ( userptr_t buffer, off_t offset,
80 UACCESS_INLINE ( efi, strlen_user ) ( userptr_t buffer, off_t offset ) {
84 static inline __always_inline off_t
[all...]
/external/dhcpcd-6.8.2/crypt/
H A Dsha256.h47 char *SHA256_FileChunk(const char *, char *, off_t, off_t);
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.h53 off_t offset, bool swap, void *context);
70 bool ReadBytes(void *buffer, size_t size, off_t offset);
73 bool CurrentHeader(struct mach_header_64 *header, off_t *offset);
80 off_t &offset);
84 bool WalkHeaderAtOffset(off_t offset);
85 bool WalkHeader64AtOffset(off_t offset);
88 bool WalkHeaderCore(off_t offset, uint32_t number_of_commands, bool swap);
110 off_t current_header_offset_;
/external/libjpeg-turbo/md5/
H A Dmd5.h47 char * MD5FileChunk(const char *, char *, off_t, off_t);
/external/syslinux/libinstaller/
H A Dsyslxcom.h7 ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
8 ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.c32 static off_t my_lseek(int fd, off_t off, int whence)
37 static off_t my_lseek(int fd, off_t off, int whence)
102 if ((sizeof(off_t) >= sizeof(llse_loff_t)) ||
103 (offset < ((llse_loff_t) 1 << ((sizeof(off_t) * 8) - 1))))
104 return lseek(fd, (off_t) offset, origin);
115 if ((sizeof(off_t) < sizeof(llse_loff_t)) &&
116 (offset >= ((llse_loff_t) 1 << ((sizeof(off_t) * 8) - 1)))) {
120 return lseek(fd, (off_t) offse
[all...]
/external/v4l2_codec2/vda/
H A Dh264_bit_reader.h33 bool Initialize(const uint8_t* data, off_t size);
43 off_t NumBitsLeft();
60 off_t bytes_left_;
/external/fio/os/windows/
H A Dposix.h4 typedef off_t off64_t;
/external/ltp/testcases/kernel/syscalls/preadv/
H A Dpreadv.h25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset)
/external/ltp/testcases/kernel/syscalls/pwritev/
H A Dpwritev.h25 int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset)

Completed in 567 milliseconds

1234567891011>>