Searched refs:offset_high (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/stand/powerpc/kboot/ |
| H A D | host_syscall.h | 37 ssize_t host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence);
|
| /freebsd-12.1/contrib/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 943 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument 945 __sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(offset_high), \ 948 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument 950 __sanitizer_syscall_post_impl_llseek(res, (long)(fd), (long)(offset_high), \ 2530 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high, 2533 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwnreg.h | 1235 int16_t offset_high; member
|
| H A D | if_iwn.c | 7904 cmd.offset_high = htole16(sc->eeprom_temp_high); in iwn5000_temp_offset_calibv2() 7907 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET); in iwn5000_temp_offset_calibv2() 7914 le16toh(cmd.offset_high), in iwn5000_temp_offset_calibv2()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1582 PRE_SYSCALL(llseek)(long fd, long offset_high, long offset_low, void *result, 1585 POST_SYSCALL(llseek)(long res, long fd, long offset_high, long offset_low,
|