Home
last modified time | relevance | path

Searched refs:__NR_llseek (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dllseek.c17 #include <linux/unistd.h> /* for __NR_llseek */
51 #ifndef __NR_llseek
52 /* no __NR_llseek on compilation machine - might give it explicitly */
63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2132 pub const __NR_llseek: u32 = 62; consts

Completed in 15 milliseconds