Home
last modified time | relevance | path

Searched refs:tprint_msgbuf (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dprinters.h15 void (*tprint_msgbuf) (struct tcb *tcp, const long addr, const unsigned long count); member
16 #define tprint_msgbuf MPERS_PRINTER_NAME(tprint_msgbuf) macro
Dnative_printer_defs.h6 .tprint_msgbuf = tprint_msgbuf,
Dipc_msg.c61 tprint_msgbuf(tcp, addr, count); in tprint_msgsnd()
82 tprint_msgbuf(tcp, addr, count); in tprint_msgrcv()
Dprint_msgbuf.c41 MPERS_PRINTER_DECL(void, tprint_msgbuf)(struct tcb *tcp, const long addr, const unsigned long count) in MPERS_PRINTER_DECL() argument
Dnative_printer_decls.h6 extern void tprint_msgbuf(struct tcb *tcp, const long addr, const unsigned long count);