Searched refs:F_SETLKW (Results 1 - 17 of 17) sorted by relevance

/seL4-camkes-master/projects/musllibc/arch/aarch64/bits/
H A Dfcntl.h29 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/
H A Dfcntl.h29 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/arm/bits/
H A Dfcntl.h35 #define F_SETLKW 14 macro
/seL4-camkes-master/projects/musllibc/arch/arm_sel4/bits/
H A Dfcntl.h35 #define F_SETLKW 14 macro
/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Dfcntl.h35 #define F_SETLKW 14 macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Dfcntl.h35 #define F_SETLKW 35 macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Dfcntl.h35 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Dfcntl.h35 #define F_SETLKW 35 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dfcntl.h35 #define F_SETLKW 14 macro
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dfcntl.h30 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Dfcntl.h30 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/x32/bits/
H A Dfcntl.h35 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64/bits/
H A Dfcntl.h35 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/arch/x86_64_sel4/bits/
H A Dfcntl.h35 #define F_SETLKW 7 macro
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dlockf.c27 return fcntl(fd, F_SETLKW, &l);
/seL4-camkes-master/projects/musllibc/src/fcntl/
H A Dfcntl.c16 if (cmd == F_SETLKW) return syscall_cp(SYS_fcntl, fd, cmd, (void *)arg);
/seL4-camkes-master/projects/musllibc/include/
H A Dfcntl.h172 #define F_SETLKW64 F_SETLKW

Completed in 113 milliseconds