/kernel/liteos_a/shell/full/src/cmds/ |
D | date_shellcmd.c | 84 PRINTK("date: invalid option or parameter.\n"); in OsCmdUsageDate() 85 PRINTK("Try 'date --help' for more information.\n"); in OsCmdUsageDate() 88 PRINTK("\nUsage: date [+FORMAT]\n"); in OsCmdUsageDate() 89 PRINTK(" or: date [-s] [YY/MM/DD] [hh:mm:ss]\n"); in OsCmdUsageDate() 90 PRINTK("Display the current time in the given FORMAT, or set the system date.\n"); in OsCmdUsageDate() 91 PRINTK("FORMAT controls the output. Interpreted sequences are:\n"); in OsCmdUsageDate() 92 PRINTK(" %%b The abbreviated month name according to the current locale.\n"); in OsCmdUsageDate() 93 PRINTK(" %%B The full month name according to the current locale.\n"); in OsCmdUsageDate() 94 PRINTK(" %%C The century number (year/100) as a 2-digit integer. (SU)\n"); in OsCmdUsageDate() 95 PRINTK(" %%d The day of the month as a decimal number (range 01 to 31).\n"); in OsCmdUsageDate() [all …]
|
/kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
D | los_interrupt.c | 233 PRINTK("----- traceback start -----\n"); in ExcBackTrace() 238 PRINTK("traceback %d -- lr = 0x%x\n", index, LR[index]); in ExcBackTrace() 240 PRINTK("----- traceback end -----\n"); in ExcBackTrace() 247 PRINTK("mepc = 0x%x\n", taskContext->mepc); in ExcInfoDisplayContext() 248 PRINTK("mstatus = 0x%x\n", taskContext->mstatus); in ExcInfoDisplayContext() 249 PRINTK("mtval = 0x%x\n", exc->context->mtval); in ExcInfoDisplayContext() 250 PRINTK("mcause = 0x%x\n", exc->context->mcause); in ExcInfoDisplayContext() 251 PRINTK("ra = 0x%x\n", taskContext->ra); in ExcInfoDisplayContext() 252 PRINTK("sp = 0x%x\n", taskContext->sp); in ExcInfoDisplayContext() 253 PRINTK("gp = 0x%x\n", exc->context->gp); in ExcInfoDisplayContext() [all …]
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
D | los_interrupt.c | 353 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 354 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 355 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 356 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 361 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() 364 PRINTK("Task name = %s\n", taskCB->taskName); in OsExcCurTaskInfo() 365 PRINTK("Task ID = %d\n", taskCB->taskID); in OsExcCurTaskInfo() 366 PRINTK("Task SP = 0x%x\n", taskCB->stackPointer); in OsExcCurTaskInfo() 367 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack); in OsExcCurTaskInfo() 368 PRINTK("Task SS = 0x%x\n", taskCB->stackSize); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
D | los_interrupt.c | 437 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 441 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 444 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 446 PRINTK("\n"); in OsExcNvicDump() 449 PRINTK("\n"); in OsExcNvicDump() 457 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 458 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 459 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 460 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 465 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
D | los_interrupt.c | 426 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 430 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 433 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 435 PRINTK("\n"); in OsExcNvicDump() 438 PRINTK("\n"); in OsExcNvicDump() 446 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 447 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 448 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 449 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 454 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
D | los_interrupt.c | 436 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 440 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 443 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 445 PRINTK("\n"); in OsExcNvicDump() 448 PRINTK("\n"); in OsExcNvicDump() 456 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 457 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 458 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 459 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 464 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
D | los_interrupt.c | 426 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 430 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 433 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 435 PRINTK("\n"); in OsExcNvicDump() 438 PRINTK("\n"); in OsExcNvicDump() 446 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 447 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 448 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 449 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 454 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
D | los_interrupt.c | 426 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 430 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 433 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 435 PRINTK("\n"); in OsExcNvicDump() 438 PRINTK("\n"); in OsExcNvicDump() 446 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 447 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 448 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 449 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 454 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
D | los_interrupt.c | 436 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 440 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 443 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 445 PRINTK("\n"); in OsExcNvicDump() 448 PRINTK("\n"); in OsExcNvicDump() 456 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 457 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 458 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 459 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 464 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/ |
D | los_interrupt.c | 434 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 438 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 441 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 443 PRINTK("\n"); in OsExcNvicDump() 446 PRINTK("\n"); in OsExcNvicDump() 454 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 455 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 456 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 457 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 462 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
D | los_interrupt.c | 435 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 439 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 442 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 444 PRINTK("\n"); in OsExcNvicDump() 447 PRINTK("\n"); in OsExcNvicDump() 455 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 456 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 457 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 458 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 463 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
D | los_interrupt.c | 433 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 437 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 440 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 442 PRINTK("\n"); in OsExcNvicDump() 445 PRINTK("\n"); in OsExcNvicDump() 453 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 454 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 455 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 456 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 461 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m7/gcc/ |
D | los_interrupt.c | 424 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 428 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 431 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 433 PRINTK("\n"); in OsExcNvicDump() 436 PRINTK("\n"); in OsExcNvicDump() 444 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 445 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 446 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 447 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 452 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
D | los_interrupt.c | 436 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 440 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 443 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 445 PRINTK("\n"); in OsExcNvicDump() 448 PRINTK("\n"); in OsExcNvicDump() 456 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 457 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 458 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 459 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 464 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
D | los_interrupt.c | 429 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 433 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 436 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 438 PRINTK("\n"); in OsExcNvicDump() 441 PRINTK("\n"); in OsExcNvicDump() 449 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 450 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 451 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 452 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 457 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
D | los_interrupt.c | 436 PRINTK("\r\nOS exception NVIC dump:\n"); in OsExcNvicDump() 440 PRINTK("interrupt %s register, base address: %p, size: 0x%x\n", strRgs[i], base, len); in OsExcNvicDump() 443 PRINTK("0x%x ", *(base + j)); in OsExcNvicDump() 445 PRINTK("\n"); in OsExcNvicDump() 448 PRINTK("\n"); in OsExcNvicDump() 456 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 457 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 458 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 459 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 464 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_a/kernel/base/misc/ |
D | mempt_shellcmd.c | 66 PRINTK("\n 0x%lx :", alignAddr); in OsDumpMemByte() 72 PRINTK("%0+16lx ", *alignAddr); in OsDumpMemByte() 74 PRINTK("%0+8lx ", *alignAddr); in OsDumpMemByte() 87 PRINTK("\n"); in OsDumpMemByte() 98 PRINTK("\nUsage: memcheck\n"); in OsShellCmdMemCheck() 103 PRINTK("system memcheck over, all passed!\n"); in OsShellCmdMemCheck() 120 PRINTK("\r\n text data rodata bss\n"); in OsShellCmdSectionInfo() 122 …PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", MEM_SIZE_TO_KB(textLen), MEM_SIZE_TO_KB(da… in OsShellCmdSectionInfo() 125 …PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", MEM_SIZE_TO_MB(textLen), MEM_SIZE_TO_MB(da… in OsShellCmdSectionInfo() 128 … PRINTK("Mem: %-9lu %-10lu %-10lu %-10lu\n", textLen, dataLen, rodataLen, bssLen); in OsShellCmdSectionInfo() [all …]
|
D | vm_shellcmd.c | 85 PRINTK("-a, print all vm address space information\n" in OsPrintUsage() 96 PRINTK("\tThe process [%d] not valid\n", pid); in OsDoDumpVm() 104 PRINTK("\tThe process [%d] not active\n", pid); in OsDoDumpVm() 123 PRINTK("%s: invalid option: %s\n", VMM_CMD, argv[0]); in OsShellCmdDumpVm() 135 PRINTK("pid vaddr(0x1000000~0x3e000000), print physical address of virtual address\n" in V2PPrintUsage() 155 PRINTK("vaddr %s invalid. should be in range(0x1000000~0x3e000000) \n", argv[1]); in OsShellCmdV2P() 165 PRINTK("vaddr %#x is not in range or mapped\n", vaddr); in OsShellCmdV2P() 167 PRINTK("vaddr %#x is paddr %#x\n", vaddr, paddr); in OsShellCmdV2P() 170 PRINTK("\tThe process [%d] not active\n", pid); in OsShellCmdV2P() 173 PRINTK("\tThe process [%d] not valid\n", pid); in OsShellCmdV2P() [all …]
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
D | los_interrupt.c | 401 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 402 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 403 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 404 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 409 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() 412 PRINTK("Task name = %s\n", taskCB->taskName); in OsExcCurTaskInfo() 413 PRINTK("Task ID = %d\n", taskCB->taskID); in OsExcCurTaskInfo() 414 PRINTK("Task SP = 0x%x\n", (UINTPTR)taskCB->stackPointer); in OsExcCurTaskInfo() 415 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack); in OsExcCurTaskInfo() 416 PRINTK("Task SS = 0x%x\n", taskCB->stackSize); in OsExcCurTaskInfo() [all …]
|
/kernel/liteos_a/kernel/extended/cpup/ |
D | cpup_shellcmd.c | 46 PRINTK("\nSysCpuUsage in 10s: "); in OsCmdCpupOperateOneParam() 48 PRINTK("\nSysCpuUsage in 1s: "); in OsCmdCpupOperateOneParam() 50 PRINTK("\nSysCpuUsage in all time: "); in OsCmdCpupOperateOneParam() 53 PRINTK("%u.%u\n", ret / LOS_CPUP_PRECISION_MULT, ret % LOS_CPUP_PRECISION_MULT); in OsCmdCpupOperateOneParam() 61 PRINTK("\npid %u CpuUsage in 10s: ", pid); in OsCmdCpupOperateTwoParam() 63 PRINTK("\npid %u CpuUsage in 1s: ", pid); in OsCmdCpupOperateTwoParam() 65 PRINTK("\npid %u CpuUsage in all time: ", pid); in OsCmdCpupOperateTwoParam() 68 PRINTK("%u.%u\n", ret / LOS_CPUP_PRECISION_MULT, ret % LOS_CPUP_PRECISION_MULT); in OsCmdCpupOperateTwoParam() 73 PRINTK("usage:\n"); in OsCpupCmdHelp() 74 PRINTK(" cpup\n" in OsCpupCmdHelp() [all …]
|
/kernel/liteos_a/fs/fat/os_adapt/ |
D | fat_shellcmd.c | 46 PRINTK("Usage :\n"); in osShellCmdFormat() 47 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n"); in osShellCmdFormat() 48 PRINTK(" dev_vnodename : the name of dev\n"); in osShellCmdFormat() 49 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, "); in osShellCmdFormat() 50 PRINTK("0 instead of default size\n"); in osShellCmdFormat() 51 PRINTK(" options : Index of filesystem. 1 for FAT filesystem, "); in osShellCmdFormat() 52 PRINTK("2 for FAT32 filesystem, 7 for any, 8 for erase\n"); in osShellCmdFormat() 53 …PRINTK(" label : The volume of device. It will be emptyed when this parameter is nu… in osShellCmdFormat() 54 PRINTK("Example:\n"); in osShellCmdFormat() 55 PRINTK(" format /dev/mmcblk0 128 2\n"); in osShellCmdFormat() [all …]
|
D | format.c | 54 PRINTK("Usage :\n"); in format() 55 PRINTK(" format <dev_vnodename> <sectors> <option> <label>\n"); in format() 56 PRINTK(" dev_vnodename : the name of dev\n"); in format() 57 PRINTK(" sectors : Size of allocation unit in unit of byte or sector, "); in format() 58 PRINTK("0 instead of default size\n"); in format() 59 …PRINTK(" options : Index of filesystem. 1 for FAT filesystem, 2 for FAT32 filesystem,… in format() 60 PRINTK("7 for any, 8 for erase\n"); in format() 61 …PRINTK(" label : The volume of device. It will be emptyed when this parameter is nu… in format() 62 PRINTK("Example:\n"); in format() 63 PRINTK(" format /dev/mmcblk0 128 2\n"); in format()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
D | api_shell.c | 669 PRINTK("(%.1f %s) \r\n", (float)size + (float)rem / 1024.0, SIZES[divis]); in lwip_printsize() 674 PRINTK("Usage:"\ in lwip_ifconfig_usage() 713 PRINTK("%s: tcpip_init have not been called\n", __FUNCTION__); in lwip_ifconfig() 755 PRINTK("%18s:%u\t errors:%u\t ip dropped:%u\t link dropped:%u\t overrun:%d\t bytes:%u ", in lwip_ifconfig() 776 PRINTK("%18s:%u\t errors:%u\t dropped:%u\t overrun:%d\t bytes:%u ", in lwip_ifconfig() 793 PRINTK("%18s:%u\t errors:%u\t link dropped:%u\t overrun:0\t bytes:%u", in lwip_ifconfig() 807 PRINTK("%18s:%u\t errors:%u\t overrun:0\t bytes:%u", in lwip_ifconfig() 822 PRINTK("%s: sys_sem_new fail\n", __FUNCTION__); in lwip_ifconfig() 832 PRINTK("ifconfig : strncpy_s error\n"); in lwip_ifconfig() 838 PRINTK("ifconfig : interface name is too big\n"); in lwip_ifconfig() [all …]
|
/kernel/liteos_m/components/shell/src/cmds/ |
D | mempt_shellcmd.c | 52 PRINTK("\n total used free\n"); in OsShellCmdFreeInfo() 56 … PRINTK("Mem: %-9u %-10u %-10u\n", MEM_SIZE_TO_KB(totalMem), MEM_SIZE_TO_KB(memUsed), in OsShellCmdFreeInfo() 59 … PRINTK("Mem: %-9u %-10u %-10u\n", MEM_SIZE_TO_MB(totalMem), MEM_SIZE_TO_MB(memUsed), in OsShellCmdFreeInfo() 62 PRINTK("Mem: %-9u %-10u %-10u\n", totalMem, memUsed, freeMem); in OsShellCmdFreeInfo() 64 PRINTK("\nUsage: free or free [-k/-m]\n"); in OsShellCmdFreeInfo() 73 PRINTK("\nUsage: free or free [-k/-m]\n"); in OsShellCmdFree() 88 PRINTK("\nUsage: memusage or memusage [-k/-m]\n"); in OsShellCmdWaterLine() 97 PRINTK("Mem WaterLine: %-9u\n", MEM_SIZE_TO_KB(poolStatus.usageWaterLine)); in OsShellCmdWaterLine() 99 PRINTK("Mem WaterLine: %-9u\n", MEM_SIZE_TO_MB(poolStatus.usageWaterLine)); in OsShellCmdWaterLine() 101 PRINTK("Mem WaterLine: %-9u\n", poolStatus.usageWaterLine); in OsShellCmdWaterLine() [all …]
|
/kernel/liteos_m/arch/csky/v2/gcc/ |
D | los_interrupt.c | 426 PRINTK("Type = %d\n", excInfo->type); in OsExcTypeInfo() 427 PRINTK("ThrdPid = %d\n", excInfo->thrdPid); in OsExcTypeInfo() 428 PRINTK("Phase = %s\n", phaseStr[excInfo->phase]); in OsExcTypeInfo() 429 PRINTK("FaultAddr = 0x%x\n", excInfo->faultAddr); in OsExcTypeInfo() 434 PRINTK("Current task info:\n"); in OsExcCurTaskInfo() 437 PRINTK("Task name = %s\n", taskCB->taskName); in OsExcCurTaskInfo() 438 PRINTK("Task ID = %d\n", taskCB->taskID); in OsExcCurTaskInfo() 439 PRINTK("Task SP = 0x%x\n", (UINTPTR)taskCB->stackPointer); in OsExcCurTaskInfo() 440 PRINTK("Task ST = 0x%x\n", taskCB->topOfStack); in OsExcCurTaskInfo() 441 PRINTK("Task SS = 0x%x\n", taskCB->stackSize); in OsExcCurTaskInfo() [all …]
|