OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_GETLEASE
(Results
1 - 25
of
28
) sorted by null
1
2
/external/strace/xlat/
fcntlcmds.h
59
#if !(defined(
F_GETLEASE
) || (defined(HAVE_DECL_F_GETLEASE) && HAVE_DECL_F_GETLEASE))
60
# define
F_GETLEASE
(1024 + 1)
114
XLAT(
F_GETLEASE
),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fcntl.h
7
#define
F_GETLEASE
(F_LINUX_SPECIFIC_BASE + 1)
/bionic/libc/kernel/uapi/linux/
fcntl.h
23
#define
F_GETLEASE
(F_LINUX_SPECIFIC_BASE + 1)
/external/kernel-headers/original/uapi/linux/
fcntl.h
8
#define
F_GETLEASE
(F_LINUX_SPECIFIC_BASE + 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h
104
# define
F_GETLEASE
1025 /* Enquire what lease is active. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h
119
# define
F_GETLEASE
1025 /* Enquire what lease is active. */
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go
271
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_amd64.go
271
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_arm.go
273
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_arm64.go
357
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips.go
358
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips64.go
354
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips64le.go
354
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mipsle.go
358
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_ppc64.go
357
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_ppc64le.go
357
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_s390x.go
363
F_GETLEASE
= 0x401
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go
271
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_amd64.go
271
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_arm.go
273
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_arm64.go
357
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips.go
358
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips64.go
354
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mips64le.go
354
F_GETLEASE
= 0x401
[
all
...]
zerrors_linux_mipsle.go
358
F_GETLEASE
= 0x401
[
all
...]
Completed in 174 milliseconds
1
2