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

  /external/strace/
mq.c 44 printmqattr(tcp, tcp->u_arg[3], false);
98 printmqattr(tcp, tcp->u_arg[1], true);
101 printmqattr(tcp, tcp->u_arg[2], true);
native_printer_defs.h 21 .printmqattr = printmqattr,
print_mq_attr.c 47 MPERS_PRINTER_DECL(void, printmqattr, struct tcb *const tcp,
printers.h 60 void (*printmqattr)(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags); member in struct:__anon35328
61 #define printmqattr MPERS_PRINTER_NAME(printmqattr) macro
native_printer_decls.h 21 extern void printmqattr(struct tcb *const tcp, const kernel_ulong_t addr, const _Bool decode_flags);

Completed in 2529 milliseconds