Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h25 .tprint_msgbuf = tprint_msgbuf,
Dipc_msg.c61 tprint_msgbuf(tcp, addr, count); in tprint_msgsnd()
82 tprint_msgbuf(tcp, addr, count); in tprint_msgrcv()
Dprinters.h72 …void (*tprint_msgbuf)(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t count… member
73 #define tprint_msgbuf MPERS_PRINTER_NAME(tprint_msgbuf) macro
Dprint_msgbuf.c42 MPERS_PRINTER_DECL(void, tprint_msgbuf, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dmx32_printer_defs.h25 .tprint_msgbuf = mx32_tprint_msgbuf,
Dm32_printer_defs.h25 .tprint_msgbuf = m32_tprint_msgbuf,
Dnative_printer_decls.h25 extern void tprint_msgbuf(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t co…
DChangeLog21110 * print_msgbuf.c (tprint_msgbuf): Change count argument type
21300 * print_msgbuf.c (tprint_msgbuf): Change address argument type
36130 * ipc_msg.c (tprint_msgsnd, tprint_msgrcv): Call tprint_msgbuf directly.
36346 by converting tprint_msgbuf into a mpersified printer.
36349 (tprint_msgbuf): Use it instead of long.
36352 tprint_msgbuf.
36790 (tprint_msgbuf): Move to print_msgbuf.c.
37580 (tprint_msgbuf): New function.