Searched refs:offset_high (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/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-stable/sys/dev/ice/
H A Dice_nvm.c73 cmd->offset_high = (offset >> 16) & 0xFF;
184 cmd->offset_high = (offset >> 16) & 0xFF;
225 cmd->offset_high = 0;
H A Dice_adminq_cmd.h2033 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member in struct:ice_aqc_nvm
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h942 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \
944 __sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(offset_high), \
947 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \
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-stable/sys/dev/iwn/
H A Dif_iwnreg.h1235 int16_t offset_high; member in struct:iwn5000_phy_calib_temp_offsetv2
H A Dif_iwn.c7896 cmd.offset_high = htole16(sc->eeprom_temp_high);
7899 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET);
7906 le16toh(cmd.offset_high),

Completed in 289 milliseconds