Home
last modified time | relevance | path

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

/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c70 host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence) in host_llseek() argument
73 return host_syscall(SYS_llseek, fd, offset_high, offset_lo, (uintptr_t)result, whence); in host_llseek()
76 (int64_t)((uint64_t)offset_high << 32 | (uint32_t)offset_lo), whence); in host_llseek()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h170 ssize_t host_llseek(int fd, int32_t offset_high, int32_t offset_lo, uint64_t *result, int whence);
/freebsd/sys/dev/ice/
H A Dice_nvm.c74 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_read_nvm()
185 cmd->offset_high = (offset >> 16) & 0xFF; in ice_aq_update_nvm()
226 cmd->offset_high = 0; in ice_aq_erase_nvm()
1781 cmd->offset_high = (u8)((cmd_flags >> 8) & 0xFF); in ice_nvm_write_activate()
H A Dice_adminq_cmd.h2147 u8 offset_high; /* For Write Activate offset_high is used as flags2 */ member
/freebsd/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), \
2538 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high,
2541 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h1234 int16_t offset_high; member
H A Dif_iwn.c7906 cmd.offset_high = htole16(sc->eeprom_temp_high); in iwn5000_temp_offset_calibv2()
7909 cmd.offset_high = htole16(IWN_DEFAULT_TEMP_OFFSET); in iwn5000_temp_offset_calibv2()
7916 le16toh(cmd.offset_high), in iwn5000_temp_offset_calibv2()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1697 (long fd, long offset_high, long offset_low, void *result, long origin) {}
1700 (long res, long fd, long offset_high, long offset_low, void *result,