Home
last modified time | relevance | path

Searched refs:printmqattr (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dmq.c43 printmqattr(tcp, tcp->u_arg[3], false); in SYS_FUNC()
93 printmqattr(tcp, tcp->u_arg[1], true); in SYS_FUNC()
96 printmqattr(tcp, tcp->u_arg[2], true); in SYS_FUNC()
Dnative_printer_defs.h18 .printmqattr = printmqattr,
Dprinters.h51 void (*printmqattr)(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags); member
52 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
Dprint_mq_attr.c46 MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dm32_printer_defs.h18 .printmqattr = m32_printmqattr,
Dmx32_printer_defs.h18 .printmqattr = mx32_printmqattr,
Dnative_printer_decls.h18 extern void printmqattr(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags);
DChangeLog-CVS1382 * 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
DChangeLog2099 * print_mq_attr.c (printmqattr): Change address argument type from long
5163 (printmqattr): New parameter, bool decode_flags; cast members of struct
5168 parameter of printmqattr call.
5170 parameter of printmqattr call.
5181 * print_mq_attr.c (printmqattr): Print field name "mq_curmsgs"
16941 * mq.c (sys_mq_open, mq_getsetattr): Call printmqattr directly.
17180 mq_getsetattr by converting printmqattr into a mpersified printer.
17183 (printmqattr): Use it instead of struct mq_attr. Wrap function name
17185 * mq.c (mq_open, mq_getsetattr): Use mpersified printmqattr.
17560 * mq.c (sys_mq_open): Use printmqattr instead of implementing it again.
[all …]