Home
last modified time | relevance | path

Searched refs:PRINTF (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/kern/
HDkern_checkpoint.c98 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/
HDbuiltin-attrs.def333 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/
HDbuiltin-attrs.def213 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/
HDckpt.h101 #define PRINTF(args) kprintf args macro
106 #define PRINTF(args) macro
/dragonfly/sys/dev/raid/ips/
HDips_commands.c166 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()
HDips_pci.c99 PRINTF(10, "trying MEMIO\n"); in ips_pci_attach()
109 PRINTF(10, "trying PORTIO\n"); in ips_pci_attach()
HDips.h227 #define PRINTF(x...) macro
230 #define PRINTF(level,x...) if(IPS_DEBUG >= level)kprintf(x) macro
HDips.c108 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/
HDsafe_sprintf.c43 } PRINTF; typedef
76 PRINTF state = Flags; in _nc_printf_length()
/dragonfly/contrib/awk/
HDawkgram.y59 %token <i> PRINT PRINTF SPRINTF
85 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
272 PRINT | PRINTF
HDmaketab.c78 { PRINTF, "awkprintf", "printf" },
HDlex.c76 { "printf", PRINTF, PRINTF },
/dragonfly/sys/bus/cam/scsi/
HDscsi_ses.c119 #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/
HDdump_entry.c46 #define PRINTF (void) printf macro
1419 #define SHOW_WHY PRINTF