Home
last modified time | relevance | path

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

/tools/firewire/
A Ddecode-fcp.c179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
A Dnosy-dump.h87 uint32_t offset_high:16; member
/tools/include/nolibc/
A Dsys.h601 int sys_llseek(int fd, unsigned long offset_high, unsigned long offset_low, in sys_llseek() argument
605 return my_syscall5(__NR_llseek, fd, offset_high, offset_low, result, whence); in sys_llseek()
607 return __nolibc_enosys(__func__, fd, offset_high, offset_low, result, whence); in sys_llseek()

Completed in 7 milliseconds