Home
last modified time | relevance | path

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

/external/strace/
Dnative_printer_defs.h19 .tprint_msgbuf = tprint_msgbuf,
Dprinters.h54 …void (*tprint_msgbuf)(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t count… member
55 #define tprint_msgbuf MPERS_PRINTER_NAME(tprint_msgbuf) macro
Dipc_msg.c63 tprint_msgbuf(tcp, addr, count); in tprint_msgsnd()
84 tprint_msgbuf(tcp, addr, count); in tprint_msgrcv()
Dprint_msgbuf.c41 MPERS_PRINTER_DECL(void, tprint_msgbuf, struct tcb *const tcp, in MPERS_PRINTER_DECL() argument
Dm32_printer_defs.h19 .tprint_msgbuf = m32_tprint_msgbuf,
Dmx32_printer_defs.h19 .tprint_msgbuf = mx32_tprint_msgbuf,
Dnative_printer_decls.h19 extern void tprint_msgbuf(struct tcb *const tcp, const kernel_ulong_t addr, const kernel_ulong_t co…
DChangeLog1920 * print_msgbuf.c (tprint_msgbuf): Change count argument type
2110 * print_msgbuf.c (tprint_msgbuf): Change address argument type
16940 * ipc_msg.c (tprint_msgsnd, tprint_msgrcv): Call tprint_msgbuf directly.
17156 by converting tprint_msgbuf into a mpersified printer.
17159 (tprint_msgbuf): Use it instead of long.
17162 tprint_msgbuf.
17600 (tprint_msgbuf): Move to print_msgbuf.c.
18390 (tprint_msgbuf): New function.