Searched refs:printmqattr (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | mq.c | 44 printmqattr(tcp, tcp->u_arg[3], false); in SYS_FUNC() 98 printmqattr(tcp, tcp->u_arg[1], true); in SYS_FUNC() 101 printmqattr(tcp, tcp->u_arg[2], true); in SYS_FUNC()
|
D | native_printer_defs.h | 24 .printmqattr = printmqattr,
|
D | printers.h | 69 void (*printmqattr)(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags); member 70 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
|
D | print_mq_attr.c | 47 MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
|
D | m32_printer_defs.h | 24 .printmqattr = m32_printmqattr,
|
D | mx32_printer_defs.h | 24 .printmqattr = mx32_printmqattr,
|
D | native_printer_decls.h | 24 extern void printmqattr(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags);
|
D | ChangeLog-CVS | 1382 * ipc.c (sys_mq_open, printmqattr): Likewise. 2135 (printmqattr) [HAVE_MQUEUE_H]: Likewise. 2895 * ipc.c (sys_mq_open, printmqattr) [! HAVE_MQUEUE_H]: Don't try to
|
D | ChangeLog | 16649 * print_mq_attr.c (printmqattr): Fix the last argument of printflags64. 21289 * print_mq_attr.c (printmqattr): Change address argument type from long 24353 (printmqattr): New parameter, bool decode_flags; cast members of struct 24358 parameter of printmqattr call. 24360 parameter of printmqattr call. 24371 * print_mq_attr.c (printmqattr): Print field name "mq_curmsgs" 36131 * mq.c (sys_mq_open, mq_getsetattr): Call printmqattr directly. 36370 mq_getsetattr by converting printmqattr into a mpersified printer. 36373 (printmqattr): Use it instead of struct mq_attr. Wrap function name 36375 * mq.c (mq_open, mq_getsetattr): Use mpersified printmqattr. [all …]
|