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() 94 printmqattr(tcp, tcp->u_arg[1], true); in SYS_FUNC() 97 printmqattr(tcp, tcp->u_arg[2], true); in SYS_FUNC()
|
D | native_printer_defs.h | 18 .printmqattr = printmqattr,
|
D | printers.h | 51 void (*printmqattr)(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags); member 52 #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 | 18 .printmqattr = m32_printmqattr,
|
D | mx32_printer_defs.h | 18 .printmqattr = mx32_printmqattr,
|
D | native_printer_decls.h | 18 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 | 2005 * print_mq_attr.c (printmqattr): Fix the last argument of printflags64. 6645 * print_mq_attr.c (printmqattr): Change address argument type from long 9709 (printmqattr): New parameter, bool decode_flags; cast members of struct 9714 parameter of printmqattr call. 9716 parameter of printmqattr call. 9727 * print_mq_attr.c (printmqattr): Print field name "mq_curmsgs" 21487 * mq.c (sys_mq_open, mq_getsetattr): Call printmqattr directly. 21726 mq_getsetattr by converting printmqattr into a mpersified printer. 21729 (printmqattr): Use it instead of struct mq_attr. Wrap function name 21731 * mq.c (mq_open, mq_getsetattr): Use mpersified printmqattr. [all …]
|