Searched refs:offset_high (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.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-13.1/sys/dev/ice/ |
| H A D | ice_nvm.c | 75 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm() 186 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm() 227 cmd->offset_high = 0; in ice_aq_erase_nvm()
|
| H A D | ice_adminq_cmd.h | 2059 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 942 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument 944 __sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(offset_high), \ 947 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument 949 __sanitizer_syscall_post_impl_llseek(res, (long)(fd), (long)(offset_high), \ 2531 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high, 2534 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
|
| /freebsd-13.1/sys/dev/iwn/ |
| H A D | if_iwnreg.h | 1235 int16_t offset_high; member
|
| H A D | if_iwn.c | 7896 cmd.offset_high = htole16(sc->eeprom_temp_high); in iwn5000_temp_offset_calibv2() 7899 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET); in iwn5000_temp_offset_calibv2() 7906 le16toh(cmd.offset_high), in iwn5000_temp_offset_calibv2()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1581 PRE_SYSCALL(llseek)(long fd, long offset_high, long offset_low, void *result, 1584 POST_SYSCALL(llseek)(long res, long fd, long offset_high, long offset_low,
|