| /f-stack/app/redis-5.0.5/src/ |
| H A D | rax.c | 69 #define debugf(...) macro 400 debugf("Compress node: %.*s\n", (int)len,s); in raxCompressNode() 686 debugf("Next is %p\n", (void*)next); in raxGenericInsert() 687 debugf("iskey %d\n", h->iskey); in raxGenericInsert() 864 debugf("Inserting normal node\n"); in raxGenericInsert() 919 debugf("### Lookup: %.*s\n", (int)len, s); in raxFind() 1024 debugf("### Delete: %.*s\n", (int)len, s); in raxRemove() 1137 debugf("Seek start node\n"); in raxRemove() 1328 debugf("GO DEEPER\n"); in raxIteratorNextStep() 1655 debugf("No mismatch: %.*s\n", in raxSeek() [all …]
|
| /f-stack/freebsd/arm/arm/ |
| H A D | machdep_boot.c | 66 #define debugf(fmt, args...) printf(fmt, ##args) macro 68 #define debugf(fmt, args...) macro 136 debugf("loader passed (static) kenv:\n"); in arm_print_kenv() 138 debugf(" no env, null ptr\n"); in arm_print_kenv() 141 debugf(" loader_envp = 0x%08x\n", (uint32_t)loader_envp); in arm_print_kenv() 144 debugf(" %x %s\n", (uint32_t)cp, cp); in arm_print_kenv()
|
| H A D | machdep.c | 98 #define debugf(fmt, args...) printf(fmt, ##args) macro 100 #define debugf(fmt, args...) macro 891 debugf("initarm: console initialized\n"); in initarm() 892 debugf(" arg1 kmdp = 0x%08x\n", (uint32_t)kmdp); in initarm() 893 debugf(" boothowto = 0x%08x\n", boothowto); in initarm() 894 debugf(" dtbp = 0x%08x\n", (uint32_t)dtbp); in initarm() 895 debugf(" lastaddr1: 0x%08x\n", lastaddr); in initarm()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_localbus.c | 58 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 61 #define debugf(fmt, args...) macro 177 debugf("addr_cells = %d, size_cells = %d\n", addr_cells, size_cells); in fdt_localbus_reg_decode() 178 debugf("tuples = %d, tuple size = %d\n", tuples, tuple_size); in fdt_localbus_reg_decode() 227 debugf("reg addr bank = %d, start = %lx, end = %lx, " in fdt_localbus_reg_decode()
|
| H A D | mpic.c | 68 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 71 #define debugf(fmt, args...) macro 515 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, err_cause); in mv_mpic_get_cause_err() 533 debugf("%s: irq:%x cause:%x\n", __func__, bit_off, cause); in mv_mpic_get_msi()
|
| H A D | mv_pci.c | 84 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro 86 #define debugf(fmt, args...) macro 224 debugf("Processing PCI node: %x\n", node); in mv_pci_ranges() 226 debugf("could not decode parent PCI node 'ranges'\n"); in mv_pci_ranges() 230 debugf("Post fixup dump:\n"); in mv_pci_ranges() 1221 debugf("%s: irq: %d addr: %jx data: %x\n", in mv_pcib_map_msi() 1261 debugf("%s: start: %x count: %x\n", __func__, start, count); in mv_pcib_alloc_msi()
|
| H A D | mv_common.c | 66 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 69 #define debugf(fmt, args...) macro 2581 debugf("too many tuples to fit into cpu_win_tbl\n"); in win_cpu_from_dt() 2591 debugf("target = 0x%0x attr = 0x%0x base = 0x%0x " in win_cpu_from_dt() 2619 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt() 2632 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt() 2648 debugf("cannot fit CESA tuple into cpu_win_tbl\n"); in win_cpu_from_dt() 2659 debugf("sram: base = 0x%0lx size = 0x%0lx\n", sram_base, sram_size); in win_cpu_from_dt()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_intr.c | 87 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \ macro 90 #define debugf(fmt, args...) macro 822 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic, 885 debugf("irq root set to %s\n", device_get_nameunit(dev)); 1065 debugf("irq %u cannot solo on %s\n", irq, name); 1072 debugf("irq %u setup filter error %d on %s\n", isrc->isrc_irq, error, 1079 debugf("irq %u add handler error %d on %s\n", isrc->isrc_irq, error, name); 1317 debugf("PIC %p registered for %s <dev %p, xref %jx>\n", pic,
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_pcie.c | 216 #define debugf(fmt, args...) do { printf(fmt,##args); } while (0) macro 218 #define debugf(fmt, args...) macro
|