| /dragonfly/sys/kern/ |
| HD | kern_checkpoint.c | 98 PRINTF(("reading %zd bytes\n", nbyte)); in read_check() 101 PRINTF(("read failed - %d", error)); in read_check() 103 PRINTF(("wanted to read %zd - read %zd\n", nbyte, nread)); in read_check() 118 PRINTF(("wrong elf header size: %d\n" in elf_gethdr() 124 PRINTF(("wrong program header size: %d\n" in elf_gethdr() 139 PRINTF(("bad elf header\n there are %d segments\n", in elf_gethdr() 144 PRINTF(("Elf header size: %d\n", ehdr->e_ehsize)); in elf_gethdr() 145 PRINTF(("Program header size: %d\n", ehdr->e_phentsize)); in elf_gethdr() 146 PRINTF(("Number of Program headers: %d\n", ehdr->e_phnum)); in elf_gethdr() 158 PRINTF(("reading phdrs section\n")); in elf_getphdrs() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | builtin-attrs.def | 333 DEF_FORMAT_ATTRIBUTE(PRINTF,1,1_0) 334 DEF_FORMAT_ATTRIBUTE(PRINTF,1,1_2) 335 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,2,2_0) 336 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,2,2_3) 337 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,3,3_0) 338 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,3,3_4) 339 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,4,4_0) 340 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,4,4_5) 341 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,5,5_0) 342 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,5,5_6) [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | builtin-attrs.def | 213 DEF_FORMAT_ATTRIBUTE(PRINTF,1,1_0) 214 DEF_FORMAT_ATTRIBUTE(PRINTF,1,1_2) 215 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,2,2_0) 216 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,2,2_3) 217 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,3,3_0) 218 DEF_FORMAT_ATTRIBUTE_BOTH(PRINTF,3,3_4) 219 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,4,4_0) 220 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,4,4_5) 221 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,5,5_0) 222 DEF_FORMAT_ATTRIBUTE_NOTHROW(PRINTF,5,5_6)
|
| /dragonfly/sys/sys/ |
| HD | ckpt.h | 101 #define PRINTF(args) kprintf args macro 106 #define PRINTF(args) macro
|
| /dragonfly/sys/dev/raid/ips/ |
| HD | ips_commands.c | 166 PRINTF(10, "ips test: command id: %d segments: %d " in ips_io_request_callback() 230 PRINTF(10, "ips test: : bcount %ld\n", bp->b_bcount); in ips_send_io_request() 462 PRINTF(10,"ips test: got a command, building flush command\n"); in ips_send_flush_cache_cmd() 546 PRINTF(10, "ips test: got a command, building ffdc reset command\n"); in ips_send_ffdc_reset_cmd() 712 PRINTF(10, "ips test: got a command, building flush command\n"); in ips_send_config_sync_cmd() 733 PRINTF(10, "ips test: got a command, building errortable command\n"); in ips_send_error_table_cmd()
|
| HD | ips_pci.c | 99 PRINTF(10, "trying MEMIO\n"); in ips_pci_attach() 109 PRINTF(10, "trying PORTIO\n"); in ips_pci_attach()
|
| HD | ips.h | 227 #define PRINTF(x...) macro 230 #define PRINTF(level,x...) if(IPS_DEBUG >= level)kprintf(x) macro
|
| HD | ips.c | 108 PRINTF(10, "ips: in ips_cmd_dmaload\n"); in ips_cmd_dmaload() 562 PRINTF(9, "interrupt registers in:%x out:%x\n", iisr, oisr); in ips_morpheus_check_intr() 776 PRINTF(9, "ips: got command %d\n", cmdnumber); in ips_copperhead_intr()
|
| /dragonfly/contrib/ncurses/ncurses/base/ |
| HD | safe_sprintf.c | 43 } PRINTF; typedef 76 PRINTF state = Flags; in _nc_printf_length()
|
| /dragonfly/contrib/awk/ |
| HD | awkgram.y | 59 %token <i> PRINT PRINTF SPRINTF 85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR 272 PRINT | PRINTF
|
| HD | maketab.c | 78 { PRINTF, "awkprintf", "printf" },
|
| HD | lex.c | 76 { "printf", PRINTF, PRINTF },
|
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_ses.c | 119 #define PRINTF kprintf macro 1465 PRINTF("Get Elt 0x%x Elm 0x%x (idx %d)\n", elt, elm, idx-4); in ses_decode() 1493 PRINTF("set EncStat %x\n", sp->comstatus); in ses_encode() 1539 PRINTF("Set Elt 0x%x Elm 0x%x (idx %d) with %x %x %x %x\n", in ses_encode()
|
| /dragonfly/contrib/ncurses/progs/ |
| HD | dump_entry.c | 46 #define PRINTF (void) printf macro 1419 #define SHOW_WHY PRINTF
|