Home
last modified time | relevance | path

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

/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/
Ddesc.c62 short int l_type, l_whence; member
78 printxval(lockfcmds, fl.l_type, "F_???"); in printflock64()
104 short int l_type; in printflock() member
112 fl.l_type = fl32.l_type; in printflock()
134 printxval(lockfcmds, fl.l_type, "F_???"); in printflock()
/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.c131 lock.l_type = F_WRLCK; in update_password()
139 lock.l_type = F_UNLCK; //unlocking at a later stage in update_password()
/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/mksh/src/
Dhistrap.c1492 lks.l_type = F_WRLCK; in mksh_lockfd()
1513 lks.l_type = F_UNLCK; in mksh_unlkfd()
DBuild.sh1882 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/sqlite/dist/
Dsqlite3.c26146 if( p->l_type==F_RDLCK ){
26148 }else if( p->l_type==F_WRLCK ){
26150 }else if( p->l_type==F_UNLCK ){
26161 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
26165 if( l2.l_type==F_RDLCK ){
26167 }else if( l2.l_type==F_WRLCK ){
26169 }else if( l2.l_type==F_UNLCK ){
26875 lock.l_type = F_WRLCK;
26879 } else if( lock.l_type!=F_UNLCK ){
26925 lock.l_type = F_WRLCK;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c26128 if( p->l_type==F_RDLCK ){
26130 }else if( p->l_type==F_WRLCK ){
26132 }else if( p->l_type==F_UNLCK ){
26143 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){
26147 if( l2.l_type==F_RDLCK ){
26149 }else if( l2.l_type==F_WRLCK ){
26151 }else if( l2.l_type==F_UNLCK ){
26857 lock.l_type = F_WRLCK;
26861 } else if( lock.l_type!=F_UNLCK ){
26907 lock.l_type = F_WRLCK;
[all …]