Home
last modified time | relevance | path

Searched refs:LTRACEF (Results 1 – 25 of 120) sorted by relevance

12345

/lk-master/app/moot/
A Dfsboot.c31 LTRACEF("Failed: Unable to mount default fs. retcode = %d\n", retcode); in attempt_fs_boot()
41 LTRACEF("Failed: to open recovery file: '%s'. retcode = %d\n", in attempt_fs_boot()
50 LTRACEF("Failed: to stat recovery file: '%s'. retcode = %d\n", in attempt_fs_boot()
64 LTRACEF("Failed: to get file memmap for '%s'. retcode = %d\n", in attempt_fs_boot()
71 LTRACEF("Failed: Unable to open secondary flash at '%s'. " in attempt_fs_boot()
81 LTRACEF("Failed: to get file memmap for '%s'. " in attempt_fs_boot()
88 LTRACEF("Failed: Unable to open bootimage. retcode = %d\n",retcode); in attempt_fs_boot()
96 LTRACEF("Failed: Unable to find lk section. retcode = %d\n",retcode); in attempt_fs_boot()
103 LTRACEF("Failed: Unable to open system flash at '%s'.\n", in attempt_fs_boot()
111 LTRACEF("Failed: Unable to erase system flash at '%s'. retcode = %ld\n", in attempt_fs_boot()
[all …]
/lk-master/lib/fs/ext2/
A Dext2.c98 LTRACEF("dev %p\n", dev); in ext2_mount()
122 LTRACEF("rev level %d\n", ext2->sb.s_rev_level); in ext2_mount()
123 LTRACEF("compat features 0x%x\n", ext2->sb.s_feature_compat); in ext2_mount()
126 LTRACEF("block size %d\n", EXT2_BLOCK_SIZE(ext2->sb)); in ext2_mount()
127 LTRACEF("inode size %d\n", EXT2_INODE_SIZE(ext2->sb)); in ext2_mount()
128 LTRACEF("block count %d\n", ext2->sb.s_blocks_count); in ext2_mount()
130 LTRACEF("group count %d\n", ext2->s_group_count); in ext2_mount()
158 LTRACEF("group %d:\n", i); in ext2_mount()
182 LTRACEF("exiting with err code %d\n", err); in ext2_mount()
216 LTRACEF("num %d, inode %p\n", num, inode); in ext2_load_inode()
[all …]
A Ddir.c44 LTRACEF("ent %d:%d: inode 0x%x, reclen %d, namelen %d\n", in ext2_dir_lookup()
54 LTRACEF("match: inode %d\n", *inum); in ext2_dir_lookup()
80 LTRACEF("path '%s', start_inode %p, inum %p, recurse %d\n", path, start_inode, inum, recurse); in ext2_walk()
103 LTRACEF("component '%s', done %d\n", ptr, done); in ext2_walk()
111 LTRACEF("inum %u\n", *inum); in ext2_walk()
122 LTRACEF("hit symlink\n"); in ext2_walk()
128 LTRACEF("symlink read returns %d '%s'\n", err, link); in ext2_walk()
138 LTRACEF("recursive walk returns %d\n", err); in ext2_walk()
153 LTRACEF("not finished and component is nondir\n"); in ext2_walk()
173 LTRACEF("path '%s', inum %p\n", _path, inum); in ext2_lookup()
/lk-master/lib/bootimage/
A Dbootimage.c32 LTRACEF("bootentry too short\n"); in validate_bootimage()
44 LTRACEF("invalid first entry\n"); in validate_bootimage()
56 LTRACEF("bad hash of first section\n"); in validate_bootimage()
63 LTRACEF("second entry not boot info\n"); in validate_bootimage()
71 LTRACEF("unhandled version 0x%x\n", info->version); in validate_bootimage()
89 LTRACEF("%u: kind 0x%x\n", i, be[i].kind); in validate_bootimage()
114 LTRACEF("\tvalidating SHA256 hash\n"); in validate_bootimage()
119 LTRACEF("bad hash of file section\n"); in validate_bootimage()
127 LTRACEF("unknown kind 0x%x\n", be[i].kind); in validate_bootimage()
132 LTRACEF("image good\n"); in validate_bootimage()
[all …]
/lk-master/arch/arm/arm/
A Darch.c90 LTRACEF("midr 0x%x\n", arm_read_midr()); in arch_init()
91 LTRACEF("sctlr 0x%x\n", arm_read_sctlr()); in arch_init()
92 LTRACEF("actlr 0x%x\n", arm_read_actlr()); in arch_init()
94 LTRACEF("cbar 0x%x\n", arm_read_cbar()); in arch_init()
96 LTRACEF("mpidr 0x%x\n", arm_read_mpidr()); in arch_init()
97 LTRACEF("ttbcr 0x%x\n", arm_read_ttbcr()); in arch_init()
98 LTRACEF("ttbr0 0x%x\n", arm_read_ttbr0()); in arch_init()
99 LTRACEF("dacr 0x%x\n", arm_read_dacr()); in arch_init()
171 LTRACEF("cpu num %d\n", cpu); in arm_secondary_entry()
172 LTRACEF("sctlr 0x%x\n", arm_read_sctlr()); in arm_secondary_entry()
[all …]
/lk-master/lib/ptable/
A Dptable.c89 LTRACEF("%u entries\n", count); in ptable_write()
145 LTRACEF("wrote ptable:\n"); in ptable_write()
259 LTRACEF("outside of device\n"); in ptable_publish()
268 LTRACEF("Out of memory\n"); in ptable_publish()
344 LTRACEF("No overlap...\n"); in ptable_adjust_request_for_erase_geometry()
384 LTRACEF("No location found!\n"); in ptable_adjust_request_for_erase_geometry()
575 LTRACEF("failed magic test\n"); in ptable_scan()
611 LTRACEF("looking at entry:\n"); in ptable_scan()
737 LTRACEF("name %s\n", name); in ptable_remove()
775 LTRACEF("Name too long\n"); in ptable_add()
[all …]
/lk-master/lib/tga/
A Dtga.c40 LTRACEF("idlength %hhd\n", header->idlength); in print_tga_info()
41 LTRACEF("colormaptype %hhd\n", header->colormaptype); in print_tga_info()
42 LTRACEF("datatypecode %hhd\n", header->datatypecode); in print_tga_info()
43 LTRACEF("colormaporigin %hd\n", header->colormaporigin); in print_tga_info()
45 LTRACEF("colormapdepth %hhd\n", header->colormapdepth); in print_tga_info()
46 LTRACEF("x_origin %hd\n", header->x_origin); in print_tga_info()
47 LTRACEF("y_origin %hd\n", header->y_origin); in print_tga_info()
48 LTRACEF("width %hd\n", header->width); in print_tga_info()
49 LTRACEF("height %hd\n", header->height); in print_tga_info()
50 LTRACEF("bitsperpixel %hhd\n", header->bitsperpixel); in print_tga_info()
[all …]
/lk-master/top/
A Dinit.c32 LTRACEF("flags %#x, start_level %#x, stop_level %#x\n", in lk_init_level()
40 LTRACEF("last %p, last_called_level %#x\n", last, last_called_level); in lk_init_level()
45LTRACEF("looking at %p (%s) level %#x, flags %#x, seen_last %d\n", ptr, ptr->name, ptr->level, ptr… in lk_init_level()
93 LTRACEF("level %#x\n", level);
96 LTRACEF("level %#x\n", level);
99 LTRACEF("level %#x\n", level);
102 LTRACEF("level %#x\n", level);
105 LTRACEF("level %#x\n", level);
/lk-master/arch/mips/
A Dexceptions.c25 LTRACEF("SYSCALL, EPC 0x%x\n", iframe->epc); in mips_gen_exception()
28 LTRACEF("status 0x%x\n", iframe->status); in mips_gen_exception()
29 LTRACEF("cause 0x%x\n", iframe->cause); in mips_gen_exception()
30 LTRACEF("\texcode 0x%x\n", excode); in mips_gen_exception()
31 LTRACEF("epc 0x%x\n", iframe->epc); in mips_gen_exception()
44 LTRACEF("IRQ %u, EPC 0x%x, old status 0x%x, status 0x%x\n", in mips_irq()
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c108 LTRACEF("gdev %p\n", gdev); in get_display_info()
135 LTRACEF("response:\n"); in get_display_info()
158 LTRACEF("gdev %p\n", gdev); in allocate_2d_resource()
183 LTRACEF("response type 0x%x\n", res->type); in allocate_2d_resource()
229 LTRACEF("response type 0x%x\n", res->type); in attach_backing()
263 LTRACEF("response type 0x%x\n", res->type); in set_scanout()
296 LTRACEF("response type 0x%x\n", res->type); in flush_resource()
330 LTRACEF("response type 0x%x\n", res->type); in transfer_to_host_2d()
342 LTRACEF("dev %p\n", dev); in virtio_gpu_start()
388 LTRACEF("failed to set scanout\n"); in virtio_gpu_start()
[all …]
/lk-master/lib/elf/
A Delf.c64 LTRACEF("returning %ld\n", toread); in elf_read_hook_memory()
179 LTRACEF("couldn't read elf header\n"); in elf_load()
184 LTRACEF("header not valid\n"); in elf_load()
192 LTRACEF("too many program headers or bad size\n"); in elf_load()
199 LTRACEF("failed to allocate memory for program headers\n"); in elf_load()
205 LTRACEF("failed to read program headers\n"); in elf_load()
209 LTRACEF("program headers:\n"); in elf_load()
215 LTRACEF("%u: type %u offset 0x" ELF_OFF_PRINT_X " vaddr " in elf_load()
229 LTRACEF("mem hook failed, abort\n"); in elf_load()
239 LTRACEF("error %ld reading program header %u\n", readerr, i); in elf_load()
[all …]
/lk-master/dev/usb/
A Dusb.c196 LTRACEF("op %d, args %p\n", op, args); in usbc_callback()
203 LTRACEF("SETUP: req_type=%#x req=%#x value=%#x index=%#x len=%#x\n", in usbc_callback()
209 LTRACEF("SET_ADDRESS 0x%x\n", setup->value); in usbc_callback()
216 LTRACEF("SET/CLEAR_FEATURE, feature 0x%x\n", setup->value); in usbc_callback()
221 LTRACEF("SET_DESCRIPTOR\n"); in usbc_callback()
249 LTRACEF("got GET_DESCRIPTOR, language id\n"); in usbc_callback()
294 LTRACEF("SET_CONFIGURATION %d\n", setup->value); in usbc_callback()
300 LTRACEF("GET_CONFIGURATION\n"); in usbc_callback()
305 LTRACEF("SET_INTERFACE %d\n", setup->value); in usbc_callback()
311 LTRACEF("GET_INTERFACE\n"); in usbc_callback()
[all …]
/lk-master/dev/virtio/block/
A Dvirtio-block.c90 LTRACEF("dev %p, host_features 0x%x\n", dev, host_features); in virtio_block_init()
122 LTRACEF("capacity 0x%llx\n", config->capacity); in virtio_block_init()
123 LTRACEF("size_max 0x%x\n", config->size_max); in virtio_block_init()
124 LTRACEF("seg_max 0x%x\n", config->seg_max); in virtio_block_init()
125 LTRACEF("blk_size 0x%x\n", config->blk_size); in virtio_block_init()
199 LTRACEF("dev %p, buf %p, offset 0x%llx, len %zu\n", dev, buf, offset, len); in virtio_block_read_write()
207 LTRACEF("blk_req type %u ioprio %u sector %llu\n", in virtio_block_read_write()
212 LTRACEF("after alloc chain desc %p, i %u\n", desc, i); in virtio_block_read_write()
254 LTRACEF("extending last one by %zu bytes\n", len_tohandle); in virtio_block_read_write()
293 LTRACEF("status 0x%hhx\n", bdev->blk_response); in virtio_block_read_write()
[all …]
/lk-master/dev/virtio/
A Dvirtio.c68 LTRACEF("dev %p, index %u\n", dev, dev->index); in virtio_mmio_irq()
71 LTRACEF("status 0x%x\n", irq_status); in virtio_mmio_irq()
88 LTRACEF("looking at idx %u\n", i); in virtio_mmio_irq()
109 LTRACEF("exiting irq\n"); in virtio_mmio_irq()
115 LTRACEF("ptr %p, count %u\n", ptr, count); in virtio_mmio_detect()
152 LTRACEF("found block device\n"); in virtio_mmio_detect()
184 LTRACEF("found net device\n"); in virtio_mmio_detect()
201 LTRACEF("found gpu device\n"); in virtio_mmio_detect()
317 LTRACEF("need %zu bytes\n", size); in virtio_alloc_ring()
334 LTRACEF("virtio_ring at pa 0x%lx\n", pa); in virtio_alloc_ring()
[all …]
/lk-master/kernel/
A Dtimer.c58LTRACEF("timer %p, cpu %u, scheduled %u, periodic %u\n", timer, cpu, timer->scheduled_time, timer-… in insert_timer_in_queue()
74LTRACEF("timer %p, delay %u, period %u, callback %p, arg %p\n", timer, delay, period, callback, ar… in timer_set()
88 LTRACEF("scheduled time %u\n", timer->scheduled_time); in timer_set()
99 LTRACEF("setting new timer for %u msecs\n", delay); in timer_set()
176 LTRACEF("clearing old hw timer, nothing in the queue\n"); in timer_cancel()
187 LTRACEF("setting new timer to %u\n", (uint) delay); in timer_cancel()
207 LTRACEF("cpu %u now %u, sp %p\n", cpu, now, __GET_FRAME()); in timer_tick()
221 LTRACEF("timer %p\n", timer); in timer_tick()
234 LTRACEF("timer %p firing callback %p, arg %p\n", timer, timer->callback, timer->arg); in timer_tick()
246 LTRACEF("periodic timer, period %u\n", timer->periodic_time); in timer_tick()
[all …]
/lk-master/platform/stellaris/
A Dusbc.c106 LTRACEF("ep0 status 0x%x\n", status); in ep0_irq()
110 LTRACEF("pending addr change\n"); in ep0_irq()
116 LTRACEF("pktrdy\n"); in ep0_irq()
122 LTRACEF("short setup packet, size %lu\n", avail); in ep0_irq()
130 LTRACEF("stall complete\n"); in ep0_irq()
144 LTRACEF("reset\n"); in stellaris_usb0_irq()
150 LTRACEF("connect\n"); in stellaris_usb0_irq()
177 LTRACEF("buf %p, len %zu, maxlen %zu\n", buf, len, maxlen); in usbc_ep0_send()
185 LTRACEF("address 0x%hhx\n", address); in usbc_set_address()
200 LTRACEF("active %d\n", active); in usbc_set_active()
/lk-master/arch/arm/arm-m/
A Dthread.c113 LTRACEF("thread %p exiting with %d\n", _current_thread, ret); in initial_thread_func()
119 LTRACEF("thread %p, stack %p\n", t, t->stack); in arch_thread_initialize()
151 LTRACEF("preempting thread %p (%s)\n", _current_thread, _current_thread->name); in pendsv()
157 LTRACEF("fell through\n"); in pendsv()
373 LTRACEF("FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
387 LTRACEF("thread %s pushed fpu frame\n", oldthread->name); in arch_context_switch()
409 LTRACEF("newthread FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
427 LTRACEF("newthread2 FPCCR.LSPACT %lu, FPCAR 0x%x, CONTROL.FPCA %lu\n", in arch_context_switch()
462 LTRACEF("iretting to user space\n"); in arch_context_switch()
480 LTRACEF("thread %s uses float\n", oldthread->name); in arch_context_switch()
[all …]
/lk-master/platform/pc/
A Dplatform.c63 LTRACEF("phy_init_table: %p\n", phy_init_table); in platform_init_mmu_mappings()
66 LTRACEF("mapping kernel code\n"); in platform_init_mmu_mappings()
73 LTRACEF("mapping kernel data\n"); in platform_init_mmu_mappings()
83 LTRACEF("mapping kernel rodata\n"); in platform_init_mmu_mappings()
93 LTRACEF("mapping kernel bss+heap\n"); in platform_init_mmu_mappings()
103 LTRACEF("mapping bios devices\n"); in platform_init_mmu_mappings()
163 LTRACEF("_multiboot_info %p\n", _multiboot_info); in platform_init_multiboot_info()
169 LTRACEF("memory lower 0x%x\n", _multiboot_info->mem_lower * 1024U); in platform_init_multiboot_info()
178 LTRACEF("memory map:\n"); in platform_init_multiboot_info()
181 LTRACEF("\ttype %u addr 0x%x %x len 0x%x %x\n", in platform_init_multiboot_info()
[all …]
/lk-master/lib/tftp/
A Dtftp.c73 LTRACEF("send_ack failed: %d\n", st); in send_ack()
86 LTRACEF("send_err failed: %d\n", st); in send_error()
121 LTRACEF("invalid source\n"); in udp_wrq_callback()
128 LTRACEF("invalid opcode\n"); in udp_wrq_callback()
170 LTRACEF("error opening send socket %d\n", st); in udp_svc_callback()
178 LTRACEF("op not supported, opcode: %d\n", opcode); in udp_svc_callback()
190 LTRACEF("no client registered for file\n"); in udp_svc_callback()
200 LTRACEF("existing job in progress\n"); in udp_svc_callback()
206 LTRACEF("write op accepted, port %d\n", srcport); in udp_svc_callback()
218 LTRACEF("error listening on port\n"); in udp_svc_callback()
/lk-master/dev/net/pcnet/
A Dpcnet.c198 LTRACEF("Init block addr: %p\n", state->ib); in pcnet_init()
258 LTRACEF("Error: %d\n", res); in pcnet_init()
286 LTRACEF("Resources:\n"); in pcnet_read_pci_config()
311 LTRACEF("Command: %04x\n", config.command); in pcnet_read_pci_config()
312 LTRACEF("Status: %04x\n", config.status); in pcnet_read_pci_config()
346 LTRACEF("Waiting for event.\n"); in pcnet_thread()
355 LTRACEF("CSR0 = %04x\n", csr0); in pcnet_thread()
363 LTRACEF("IDON\n"); in pcnet_thread()
373 LTRACEF("ERR\n"); in pcnet_thread()
433 LTRACEF("Nothing to do for TX.\n"); in pcnet_service_tx()
[all …]
/lk-master/platform/bcm28xx/
A Dintc.c86 LTRACEF("vector %u\n", vector); in mask_interrupt()
118 LTRACEF("vector %u\n", vector); in unmask_interrupt()
175 LTRACEF("local pend 0x%x\n", pend); in platform_irq()
184 LTRACEF("pend0 0x%x\n", pend); in platform_irq()
195 LTRACEF("pend1 0x%x\n", pend); in platform_irq()
204 LTRACEF("pend2 0x%x\n", pend); in platform_irq()
214 LTRACEF("cpu %u vector %u\n", cpu, vector); in platform_irq()
222 LTRACEF("mailbox0 clr 0x%x\n", pend); in platform_irq()
251 LTRACEF("irq %u, cpu_mask 0x%x\n", irq, cpu_mask); in bcm28xx_send_ipi()
255 LTRACEF("sending to cpu %u\n", i); in bcm28xx_send_ipi()
/lk-master/arch/arm64/
A Dmmu.c93 LTRACEF("aspace %p, vaddr 0x%lx\n", aspace, vaddr); in arch_mmu_query()
186 LTRACEF("va 0x%lx, paddr 0x%lx, flags 0x%x\n", in arch_mmu_query()
194 LTRACEF("page_size_shift %u\n", page_size_shift); in alloc_page_table()
218 LTRACEF("allocated 0x%lx\n", *paddrp); in alloc_page_table()
261 LTRACEF("pte %p[0x%lx] = 0x%llx\n", page_table, index, pte); in arm64_mmu_get_page_table()
266 LTRACEF("found page table 0x%lx\n", paddr); in arm64_mmu_get_page_table()
291 LTRACEF("page table at %p is clear\n", page_table); in page_table_is_clear()
336 LTRACEF("pte %p[0x%lx] = 0\n", page_table, index); in arm64_mmu_unmap_pt()
466 LTRACEF("vaddr 0x%lx, size 0x%lx, asid 0x%x\n", vaddr, size, asid); in arm64_mmu_unmap()
523 LTRACEF("vaddr 0x%lx count %u\n", vaddr, count); in arch_mmu_unmap()
[all …]
/lk-master/lib/heap/miniheap/
A Dminiheap.c94 LTRACEF("chunk ptr %p, size 0x%zx\n", chunk, chunk->len); in heap_insert_free_chunk()
171 LTRACEF("size %zd, align %d\n", size, alignment); in miniheap_alloc()
283 LTRACEF("returning ptr %p\n", ptr); in miniheap_alloc()
312 LTRACEF("ptr %p\n", ptr); in miniheap_free()
335 LTRACEF("allocation was %zd bytes long at ptr %p\n", as->size, as->ptr); in miniheap_free()
354 LTRACEF("looking at chunk %p, len 0x%zx\n", chunk, chunk->len); in miniheap_trim()
366 LTRACEF("start page 0x%lx, end page 0x%lx\n", start_page, end_page); in miniheap_trim()
385 LTRACEF("not enough space for free chunk before\n"); in miniheap_trim()
468 LTRACEF("growing heap by 0x%zx bytes, new ptr %p\n", size, ptr); in heap_grow()
485 LTRACEF("ptr %p, len %zu\n", ptr, len); in miniheap_init()
[all …]
/lk-master/platform/stm32f7xx/
A Dusbc.c73 LTRACEF("epnum %u\n", epnum); in HAL_PCD_DataOutStageCallback()
80 LTRACEF("completing transfer %p\n", t); in HAL_PCD_DataOutStageCallback()
93 LTRACEF("epnum %u, xfer count %u len %u\n", epnum, ep->xfer_count, ep->xfer_len); in HAL_PCD_DataInStageCallback()
109 LTRACEF("completing transfer %p\n", t); in HAL_PCD_DataInStageCallback()
169 LTRACEF("epnum %u\n", epnum); in HAL_PCD_ISOOUTIncompleteCallback()
173 LTRACEF("epnum %u\n", epnum); in HAL_PCD_ISOINIncompleteCallback()
185 LTRACEF("active %u\n", active); in usbc_set_active()
215 LTRACEF("buf %p, len %zu, maxlen %zu\n", buf, len, maxlen); in usbc_ep0_send()
221 LTRACEF("buf %p, len %zu\n", buf, len); in usbc_ep0_recv()
227 LTRACEF("ep %u dir %u width %u\n", ep, dir, width); in usbc_setup_endpoint()
[all …]
/lk-master/platform/zynq/
A Dswdt.c32 LTRACEF("target_timeout %u\n", (uint32_t)target_timeout); in platform_watchdog_init()
49 LTRACEF("restart value %u\n", restart); in platform_watchdog_init()
58 LTRACEF("recommended pet period %u\n", (uint32_t)*recommended_pet_period); in platform_watchdog_init()
74 LTRACEF("enabled %u\n", enabled); in platform_watchdog_set_enabled()

Completed in 34 milliseconds

12345