/external/ppp/pppd/plugins/radius/ |
lock.c | 23 fl.l_type = F_WRLCK;
|
/external/ppp/pppd/ |
tdb.c | 209 if ((rw_type == F_WRLCK) && (tdb->read_only)) { 534 if (tdb_lock(tdb, i, F_WRLCK) != 0) 538 return tdb_unlock(tdb, i, F_WRLCK); 547 return tdb_unlock(tdb, i, F_WRLCK); 567 if ((ret = tdb_lock(tdb, -1, F_WRLCK)) != 0) 574 tdb_unlock(tdb, -1, F_WRLCK); 581 tdb_unlock(tdb, -1, F_WRLCK); 587 tdb_unlock(tdb, -1, F_WRLCK); 600 return tdb_unlock(tdb, -1, F_WRLCK); 629 if (tdb_lock(tdb, -1, F_WRLCK) != 0 [all...] |
spinlock.c | 379 case F_WRLCK: 402 case F_WRLCK:
|
/bionic/libc/kernel/common/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/development/ndk/platforms/android-3/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/external/kernel-headers/original/asm-generic/ |
fcntl.h | 80 #define F_WRLCK 1
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
fcntl.h | 83 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/ |
fcntl.h | 87 #define F_WRLCK 1
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 344 if ((rw_type == F_WRLCK) && (tdb->read_only || tdb->traverse_read)) { 386 if (tdb_brlock(tdb, offset, F_WRLCK, F_SETLKW, 1, len) == 0) { 698 return _tdb_lockall(tdb, F_WRLCK, F_SETLKW); 704 return _tdb_lockall(tdb, F_WRLCK | TDB_MARK_LOCK, F_SETLKW); 710 return _tdb_unlockall(tdb, F_WRLCK | TDB_MARK_LOCK); 716 return _tdb_lockall(tdb, F_WRLCK, F_SETLK); 722 return _tdb_unlockall(tdb, F_WRLCK); 747 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); 755 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK); 761 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 124 #define F_WRLCK 1 /* Write lock. */ 160 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ 175 short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/system/core/toolbox/ |
cat.c | 272 stdout_lock.l_type = F_WRLCK;
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 286 fl.l_type = F_WRLCK;
|
/external/e2fsprogs/misc/ |
uuidd.c | 222 fl.l_type = F_WRLCK;
|
/libcore/luni/src/main/native/ |
org_apache_harmony_luni_platform_OSFileSystem.cpp | 163 lock.l_type = F_WRLCK;
|
/external/strace/ |
desc.c | 175 { F_WRLCK, "F_WRLCK" },
|
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.c.orig | [all...] |