Home
last modified time | relevance | path

Searched refs:offset_high (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/stand/powerpc/kboot/
H A Dhost_syscall.h37 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 Dice_nvm.c75 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 Dice_adminq_cmd.h2059 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 Dlinux_syscall_hooks.h942 #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 Dif_iwnreg.h1235 int16_t offset_high; member
H A Dif_iwn.c7896 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 Dsanitizer_common_syscalls.inc1581 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,