Home
last modified time | relevance | path

Searched refs:tprintf_comment (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Ds390.c446 tprintf_comment("%u %u/65536 cores", \
460 tprintf_comment("Invalid " name_ " with size " \
508 tprintf_comment("processor count validity: %d, " in print_sthyi_machine()
563 tprintf_comment("%s%s%#.0x%s", in print_sthyi_partition()
581 tprintf_comment("processor count validity: %d, " in print_sthyi_partition()
653 tprintf_comment("%s%s%s%s%#.0x%s", in print_sthyi_hypervisor()
725 tprintf_comment("%s%s%s%s%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_guest()
817 tprintf_comment("%s%s%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_guest()
906 tprintf_comment("%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_buf()
1098 tprintf_comment("extended addressing mode: %u, " in guard_storage_print_gsepl()
[all …]
Dprintmode.c55 ? tprintf : tprintf_comment)("%s%s%s%s%s%#03o", in print_symbolic_mode_t()
Ddirent64.c122 tprintf_comment("%u entries", dents); in SYS_FUNC()
Dexecve.c105 tprintf_comment("%u var%s%s", in printargc()
Ddirent.c154 tprintf_comment("%u entries", dents); in SYS_FUNC()
Ddefs.h1148 extern void tprintf_comment(const char *fmt, ...) ATTRIBUTE_FORMAT((printf, 1, 2));
1154 tprintf_comment("%#llx", (unsigned long long) addr); in printaddr_comment()
Dbtrfs.c663 tprintf_comment("%u.%u%%", in MPERS_PRINTER_DECL()
Dstrace.c584 tprintf_comment(const char *fmt, ...) in tprintf_comment() function
DChangeLog2594 tprintf_comment.
16606 Introduce tprintf_comment and tprints_comment functions.
16607 * defs.h (tprintf_comment, tprints_comment): New prototypes.
16610 (tprintf_comment, tprints_comment): New functions.
16621 (btrfs_ioctl): Use tprints_comment and tprintf_comment.
16624 * execve.c (printargc): Use tprintf_comment.