Searched refs:PRINTCTL (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | ipc_defs.h | 43 #define PRINTCTL(flagset, arg, dflt) \ macro
|
D | ipc_msgctl.c | 101 PRINTCTL(msgctl_flags, tcp->u_arg[1], "MSG_???"); in SYS_FUNC()
|
D | ipc_shmctl.c | 101 PRINTCTL(shmctl_flags, tcp->u_arg[1], "SHM_???"); in SYS_FUNC()
|
D | ipc_sem.c | 120 PRINTCTL(semctl_flags, tcp->u_arg[2], "SEM_???"); in SYS_FUNC()
|
D | ChangeLog-CVS | 3611 * ipc.c (PRINTCTL): New macro. #ifdef IPC_64, factor out the flag and
|
D | ChangeLog | 17601 (IPC_64, PRINTCTL): Move to ipc_defs.h. 17738 * ipc.c (PRINTCTL): Remove #ifdef IPC_64 check as IPC_64 is always
|