Searched refs:offset_high (Results 1 – 3 of 3) sorted by relevance
| /tools/firewire/ |
| A D | decode-fcp.c | 179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp()
|
| A D | nosy-dump.h | 87 uint32_t offset_high:16; member
|
| /tools/include/nolibc/ |
| A D | sys.h | 601 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