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 | 21421 * fcntl.c (printflock64, printflock, print_f_owner_ex): Change 35234 (printflock): Use fetch_struct_flock and print_struct_flock64. 35280 (printflock): Use struct_kernel_flock instead of struct flock. 35779 * desc.c (printflock64, printflock, SYS_FUNC(fcntl)): Move to fcntl.c. 37485 * desc.c (printflock64, printflock): Use umove_or_printaddr. 43964 (printflock): Replace X32 specific workaround with SIZEOF_OFF_T check. 45828 * desc.c (printflock) [X32]: Add special handling required for 46631 * desc.c (printflock): Likewise. 46672 (printflock[64]): Use whence_codes. 47006 * desc.c (printflock): Use the same message string as in sys_utime. [all …]
|