Searched refs:printmqattr (Results 1 – 6 of 6) sorted by relevance
/external/strace/ |
D | mq.c | 41 printmqattr(tcp, tcp->u_arg[3]); in SYS_FUNC() 85 printmqattr(tcp, tcp->u_arg[1]); in SYS_FUNC() 88 printmqattr(tcp, tcp->u_arg[2]); in SYS_FUNC()
|
D | printers.h | 12 void (*printmqattr) (struct tcb *tcp, const long addr); member 13 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
|
D | native_printer_defs.h | 5 .printmqattr = printmqattr,
|
D | print_mq_attr.c | 44 MPERS_PRINTER_DECL(void, printmqattr)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL() argument
|
D | native_printer_decls.h | 5 extern void printmqattr(struct tcb *tcp, const long addr);
|
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
|