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

/freebsd-11-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-11-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), \
2529 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high,
2532 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1201 int16_t offset_high; member in struct:iwn5000_phy_calib_temp_offsetv2
H A Dif_iwn.c7671 cmd.offset_high = htole16(sc->eeprom_temp_high);
7674 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET);
7681 le16toh(cmd.offset_high),

Completed in 132 milliseconds