HomeSort by relevance Sort by last modified time
    Searched refs:l_type (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /libcore/luni/src/main/java/android/system/
StructFlock.java 30 public short l_type; field in class:StructFlock
  /bionic/libc/bionic/
lockf.cpp 44 fl.l_type = F_UNLCK;
50 fl.l_type = F_WRLCK;
55 fl.l_type = F_WRLCK;
60 fl.l_type = F_RDLCK;
62 if (fl.l_type == F_UNLCK || fl.l_pid == getpid()) return 0;
  /external/ppp/pppd/plugins/radius/
lock.c 23 fl.l_type = F_WRLCK;
41 fl.l_type = F_UNLCK;
  /external/strace/
fetch_struct_flock.c 48 && FLOCK_MEMBERS_EQ(type, l_type) \
65 pfl->l_type = mfl.l_type;
84 pfl->l_type = mfl.l_type;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixfile.py 156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
187 l_start, l_len, os.getpid(), l_type, l_whence)
190 l_type, l_whence, l_start, l_len, 0, 0, 0)
193 l_type, l_whence, l_start, l_len, 0, 0)
202 l_start, l_len, l_pid, l_type, l_whence = \
205 l_type, l_whence, l_start, l_len, l_sysid, l_pid, l_vfs = \
208 l_type, l_whence, l_start, l_len, l_pid, l_sysid = \
211 l_type, l_whence, l_start, l_len, l_sysid, l_pid =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixfile.py 156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
187 l_start, l_len, os.getpid(), l_type, l_whence)
190 l_type, l_whence, l_start, l_len, 0, 0, 0)
193 l_type, l_whence, l_start, l_len, 0, 0)
202 l_start, l_len, l_pid, l_type, l_whence = \
205 l_type, l_whence, l_start, l_len, l_sysid, l_pid, l_vfs = \
208 l_type, l_whence, l_start, l_len, l_pid, l_sysid = \
211 l_type, l_whence, l_start, l_len, l_sysid, l_pid =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
187 l_start, l_len, os.getpid(), l_type, l_whence)
190 l_type, l_whence, l_start, l_len, 0, 0, 0)
193 l_type, l_whence, l_start, l_len, 0, 0)
202 l_start, l_len, l_pid, l_type, l_whence = \
205 l_type, l_whence, l_start, l_len, l_sysid, l_pid, l_vfs = \
208 l_type, l_whence, l_start, l_len, l_pid, l_sysid = \
211 l_type, l_whence, l_start, l_len, l_sysid, l_pid =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 156 if 'w' in how: l_type = fcntl.F_WRLCK
157 elif 'r' in how: l_type = fcntl.F_RDLCK
158 elif 'u' in how: l_type = fcntl.F_UNLCK
187 l_start, l_len, os.getpid(), l_type, l_whence)
190 l_type, l_whence, l_start, l_len, 0, 0, 0)
193 l_type, l_whence, l_start, l_len, 0, 0)
202 l_start, l_len, l_pid, l_type, l_whence = \
205 l_type, l_whence, l_start, l_len, l_sysid, l_pid, l_vfs = \
208 l_type, l_whence, l_start, l_len, l_pid, l_sysid = \
211 l_type, l_whence, l_start, l_len, l_sysid, l_pid =
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /external/strace/tests/
fcntl.c 45 .l_type = F_RDLCK,
fcntl64.c 45 .l_type = F_RDLCK,
50 printf("%s(0, %s, {l_type=F_RDLCK, l_whence=SEEK_SET"
66 .l_type = F_RDLCK,
70 printf("%s(0, F_SETLK64, {l_type=F_RDLCK, l_whence=SEEK_SET"
78 printf("%s(0, F_GETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
83 printf("%s(0, F_SETLK64, {l_type=F_UNLCK, l_whence=SEEK_SET"
struct_flock.c 52 .l_type = F_RDLCK,
57 printf("%s(0, %s, {l_type=F_RDLCK, l_whence=SEEK_SET"
69 .l_type = F_RDLCK,
73 printf("%s(0, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET"
80 printf("%s(0, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
85 printf("%s(0, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET"
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 47 short l_type; member in struct:flock
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 118 short l_type; member in struct:flock
139 short l_type; member in struct:flock64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 140 short l_type; member in struct:flock
157 short l_type; member in struct:flock64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 168 short l_type; member in struct:flock
185 short l_type; member in struct:flock64
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 118 short l_type; member in struct:flock
139 short l_type; member in struct:flock64

Completed in 615 milliseconds

1 2 3 4 5 6