HomeSort by relevance Sort by last modified time
    Searched refs:printmqattr (Results 1 - 7 of 7) sorted by null

  /external/strace/
native_printer_defs.h 18 .printmqattr = printmqattr,
mq.c 43 printmqattr(tcp, tcp->u_arg[3], false);
93 printmqattr(tcp, tcp->u_arg[1], true);
96 printmqattr(tcp, tcp->u_arg[2], true);
print_mq_attr.c 46 MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp,
m32_printer_defs.h 18 .printmqattr = m32_printmqattr,
mx32_printer_defs.h 18 .printmqattr = mx32_printmqattr,
printers.h 51 void (*printmqattr)(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags); member in struct:__anon30501
52 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
native_printer_decls.h 18 extern void printmqattr(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags);

Completed in 71 milliseconds