Lines Matching +full:1996 +full:- +full:2015
2 * Copyright (c) 1993 Ulrich Pegelow <[email protected]-muenster.de>
4 * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <[email protected]>
5 * Copyright (c) 1996-1999 Wichert Akkerman <[email protected]>
6 * Copyright (c) 2003-2006 Roland McGrath <[email protected]>
7 * Copyright (c) 2006-2015 Dmitry V. Levin <[email protected]>
8 * Copyright (c) 2015-2018 The strace developers.
55 printxval(ipc_private, (unsigned int) tcp->u_arg[0], NULL); in SYS_FUNC()
56 tprintf(", %" PRI_klu ", ", tcp->u_arg[1]); in SYS_FUNC()
58 unsigned int flags = tcp->u_arg[2] & ~0777; in SYS_FUNC()
75 print_numeric_umode_t(tcp->u_arg[2] & 0777); in SYS_FUNC()
83 tprintf("%d, ", (int) tcp->u_arg[0]); in SYS_FUNC()
85 printaddr(tcp->u_arg[3]); in SYS_FUNC()
87 printflags(shm_flags, tcp->u_arg[1], "SHM_???"); in SYS_FUNC()
89 printaddr(tcp->u_arg[1]); in SYS_FUNC()
91 printflags(shm_flags, tcp->u_arg[2], "SHM_???"); in SYS_FUNC()
102 if (umoven(tcp, tcp->u_arg[2], current_wordsize, &u) < 0) in SYS_FUNC()
104 tcp->u_rval = (sizeof(u.r32) == current_wordsize) in SYS_FUNC()
113 printaddr(tcp->u_arg[indirect_ipccall(tcp) ? 3 : 0]); in SYS_FUNC()