Home
last modified time | relevance | path

Searched refs:l_type (Results 1 – 25 of 25) sorted by relevance

/external/strace/
Dfetch_struct_flock.c48 && FLOCK_MEMBERS_EQ(type, l_type) \
65 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
84 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL()
Dfcntl.c46 printxval(lockfcmds, fl->l_type, "F_???"); in print_struct_flock64()
/external/ppp/pppd/plugins/radius/
Dlock.c23 fl.l_type = F_WRLCK; in do_lock_exclusive()
41 fl.l_type = F_UNLCK; in do_unlock()
/external/strace/tests/
Dfcntl64.c45 .l_type = F_RDLCK, in test_flock64_einval()
66 .l_type = F_RDLCK, in test_flock64()
Dstruct_flock.c52 .l_type = F_RDLCK, in test_flock_einval()
69 .l_type = F_RDLCK, in test_flock()
Dfcntl.c45 .l_type = F_RDLCK, in test_flock64_einval()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h196 short l_type; member
211 short l_type; member
/external/toybox/toys/pending/
Duserdel.c41 lock.l_type = F_WRLCK; in update_groupfiles()
48 lock.l_type = F_UNLCK; //unlocking at a later stage in update_groupfiles()
/external/toybox/lib/
Dpassword.c133 lock.l_type = F_WRLCK; in update_password()
141 lock.l_type = F_UNLCK; //unlocking at a later stage in update_password()
/external/libdaemon/libdaemon/
Ddpid.c78 f.l_type = enable ? F_WRLCK : F_UNLCK; in lock_file()
86 f.l_type = F_RDLCK; in lock_file()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h64 short l_type; member
/external/vboot_reference/futility/
Dfutility.c76 lock.l_type = F_UNLCK; in log_close()
113 lock.l_type = F_WRLCK; in log_open()
/external/valgrind/none/tests/
Dmmap_fcntl_bug.c38 fl.l_type = F_WRLCK; in main()
/external/valgrind/memcheck/tests/
Dfile_locking.c28 fl.l_type = F_WRLCK; /* exclusive lock */ in lock_file()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c334 fl.l_type = F_WRLCK; in get_clock()
413 fl.l_type = F_UNLCK; in get_clock()
/external/e2fsprogs/misc/
Duuidd.c253 fl.l_type = F_WRLCK; in server_loop()
De4defrag.c580 lock.l_type = F_WRLCK; in file_check()
620 } else if (lock.l_type != F_UNLCK) { in file_check()
/external/libchrome/base/files/
Dfile_posix.cc75 lock.l_type = do_lock ? F_WRLCK : F_UNLCK; in CallFcntlFlock()
/external/mksh/src/
Dhistrap.c1552 lks.l_type = F_WRLCK; in mksh_lockfd()
1573 lks.l_type = F_UNLCK; in mksh_unlkfd()
DBuild.sh1903 lks.l_type = F_WRLCK | F_UNLCK;
/external/valgrind/coregrind/
Dvgdb.c332 fl.l_type = F_WRLCK; in acquire_lock()
/external/e2fsprogs/lib/ext2fs/
Dtdb.c347 fl.l_type = rw_type; in tdb_brlock()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c3843 PRE_FIELD_READ("fcntl(lock->l_type)", lock->l_type); in pre_mem_read_flock()
3852 PRE_FIELD_READ("fcntl(lock->l_type)", lock->l_type); in pre_mem_read_flock64()
/external/sqlite/dist/
Dsqlite3.c27324 if( p->l_type==F_RDLCK ){
27326 }else if( p->l_type==F_WRLCK ){
27328 }else if( p->l_type==F_UNLCK ){
27339 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
27343 if( l2.l_type==F_RDLCK ){
27345 }else if( l2.l_type==F_WRLCK ){
27347 }else if( l2.l_type==F_UNLCK ){
28053 lock.l_type = F_WRLCK;
28057 } else if( lock.l_type!=F_UNLCK ){
28103 lock.l_type = F_WRLCK;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c27306 if( p->l_type==F_RDLCK ){
27308 }else if( p->l_type==F_WRLCK ){
27310 }else if( p->l_type==F_UNLCK ){
27321 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
27325 if( l2.l_type==F_RDLCK ){
27327 }else if( l2.l_type==F_WRLCK ){
27329 }else if( l2.l_type==F_UNLCK ){
28035 lock.l_type = F_WRLCK;
28039 } else if( lock.l_type!=F_UNLCK ){
28085 lock.l_type = F_WRLCK;
[all …]