Searched refs:printflock (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | fcntl.c | 66 printflock(struct tcb *const tcp, const kernel_ulong_t addr, const int getlk) in printflock() function 112 printflock(tcp, tcp->u_arg[2], 0); in print_fcntl() 157 printflock(tcp, tcp->u_arg[2], 1); in print_fcntl()
|
D | ChangeLog-CVS | 66 * desc.c (printflock): Add #ifdefs around earlier flock 32/64 fix 294 * desc.c (printflock): Fix display of fcntl(F_SETLK) on
|
D | ChangeLog | 2231 * fcntl.c (printflock64, printflock, print_f_owner_ex): Change 16044 (printflock): Use fetch_struct_flock and print_struct_flock64. 16090 (printflock): Use struct_kernel_flock instead of struct flock. 16589 * desc.c (printflock64, printflock, SYS_FUNC(fcntl)): Move to fcntl.c. 18295 * desc.c (printflock64, printflock): Use umove_or_printaddr. 24774 (printflock): Replace X32 specific workaround with SIZEOF_OFF_T check. 26638 * desc.c (printflock) [X32]: Add special handling required for 27441 * desc.c (printflock): Likewise. 27482 (printflock[64]): Use whence_codes. 27816 * desc.c (printflock): Use the same message string as in sys_utime. [all …]
|