Home
last modified time | relevance | path

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

/external/strace/
Ds390.c446 tprintf_comment("%u %u/65536 cores", \
472 tprintf_comment("Invalid " name_ " with size " \
520 tprintf_comment("processor count validity: %d, " in print_sthyi_machine()
575 tprintf_comment("%s%s%#.0x%s", in print_sthyi_partition()
593 tprintf_comment("processor count validity: %d, " in print_sthyi_partition()
665 tprintf_comment("%s%s%s%s%#.0x%s", in print_sthyi_hypervisor()
737 tprintf_comment("%s%s%s%s%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_guest()
829 tprintf_comment("%s%s%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_guest()
918 tprintf_comment("%s%s%s%s%s%s%s%s%#.0x%s", in print_sthyi_buf()
1110 tprintf_comment("extended addressing mode: %u, " in guard_storage_print_gsepl()
[all …]
Ddirent64.c122 tprintf_comment("%u entries", dents); in SYS_FUNC()
Dexecve.c102 tprintf_comment("%u var%s%s", in printargc()
Ddirent.c154 tprintf_comment("%u entries", dents); in SYS_FUNC()
Ddefs.h821 extern void tprintf_comment(const char *fmt, ...) ATTRIBUTE_FORMAT((printf, 1, 2));
Dbtrfs.c708 tprintf_comment("%u.%u%%", in MPERS_PRINTER_DECL()
Dstrace.c577 tprintf_comment(const char *fmt, ...) in tprintf_comment() function
DChangeLog9044 Introduce tprintf_comment and tprints_comment functions.
9045 * defs.h (tprintf_comment, tprints_comment): New prototypes.
9048 (tprintf_comment, tprints_comment): New functions.
9059 (btrfs_ioctl): Use tprints_comment and tprintf_comment.
9062 * execve.c (printargc): Use tprintf_comment.