/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | flash.c | 41 printk("Missing page address.\n"); in cmd_erase() 60 printk("Erase success.\n"); in cmd_erase() 81 printk("Missing address.\n"); in cmd_flash() 106 printk("Write OK.\n"); in cmd_flash() 111 printk("Verified.\n"); in cmd_flash() 113 printk("Verification ERROR!\n"); in cmd_flash() 133 printk("Missing address.\n"); in cmd_read() 149 printk("0x%08x ", data); in cmd_read() 153 printk("\n"); in cmd_read() 199 printk("Erase OK.\n"); in cmd_test() [all …]
|
A D | ticker.c | 74 printk("Query done (0x%02x, err= %u).\n", ticker_id, in cmd_ticker_info() 83 printk("Retry again, tickers too busy now.\n"); in cmd_ticker_info() 91 printk("Query reset, %u retries remaining.\n", in cmd_ticker_info() 102 printk("Tickers: %u.\n", tickers_count); in cmd_ticker_info() 103 printk("Tick: %u (%uus).\n", ticks_current, in cmd_ticker_info() 110 printk("---------------------\n"); in cmd_ticker_info() 111 printk(" id offset offset\n"); in cmd_ticker_info() 112 printk(" (tick) (us)\n"); in cmd_ticker_info() 113 printk("---------------------\n"); in cmd_ticker_info() 115 printk("%03u %08u %08u\n", tickers[i].id, in cmd_ticker_info() [all …]
|
A D | ll.c | 44 printk("test_tx...\n"); in cmd_test_tx() 67 printk("test_rx...\n"); in cmd_test_rx() 82 printk("num_rx= %u.\n", num_rx); in cmd_test_end() 162 printk("adv param set..."); in cmd_advx() 173 printk("adv enable (%u)...", enable); in cmd_advx() 180 printk("done (err= %d).\n", err); in cmd_advx() 221 printk("scan param set..."); in cmd_scanx() 229 printk("scan enable (%u)...", enable); in cmd_scanx() 236 printk("done (err= %d).\n", err); in cmd_scanx()
|
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/ |
A D | ali_vendormodel_profile.c | 21 #define printk printf macro 55 printk("attention_on()\n"); in attention_on() 60 printk("attention_off()\n"); in attention_off() 152 printk("gen_onoff_set\n"); in gen_onoff_set() 367 printk("pid string: %s\n", pid_string); in bt_mesh_profile_calculate_digest() 378 printk("secret length over size\n"); in bt_mesh_profile_calculate_digest() 384 printk("static oob: %s\n", static_value); in bt_mesh_profile_calculate_digest() 391 printk("sha256 init fail\n"); in bt_mesh_profile_calculate_digest() 396 printk("sha256 udpate fail\n"); in bt_mesh_profile_calculate_digest() 401 printk("sha256 final fail\n"); in bt_mesh_profile_calculate_digest() [all …]
|
/AliOS-Things-master/components/genie_service/core/src/ |
A D | genie_triple.c | 58 printk("step 2, mac before save in kv : "); in genie_triple_write() 61 printk("%02x", p_mac[i]); in genie_triple_write() 63 printk("\n"); in genie_triple_write() 136 printk("step 3, mac get from kv : "); in genie_triple_read() 139 printk("%02x", mac[i]); in genie_triple_read() 141 printk("\n"); in genie_triple_read() 154 printk("step 4, in p_mac : "); in genie_triple_read() 157 printk("%02x", p_mac[i]); in genie_triple_read() 159 printk("\n"); in genie_triple_read()
|
A D | genie_cli.c | 47 printk("%d ", (unsigned int)genie_triple.pid); in _get_triple() 51 printk("%02x", genie_triple.key[i]); in _get_triple() 54 printk(" "); in _get_triple() 57 printk("%02x", genie_triple.mac[i]); in _get_triple() 59 printk("\n"); in _get_triple() 119 printk("step1: triple : %d\t", pid); in genie_cli_set_triple() 123 printk("%02x", key[i]); in genie_cli_set_triple() 126 printk(" "); in genie_cli_set_triple() 129 printk("%02x", mac[i]); in genie_cli_set_triple() 131 printk("\n"); in genie_cli_set_triple()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_memory.h | 41 printk(KERN_DEBUG, "kmalloc %s %d mem = 0x%x size:%d\n", __func__, __LINE__, ret, size);\ 64 printk(KERN_DEBUG, "kzalloc %s %d mem = 0x%x\n", __func__, __LINE__, ret);\ 98 printk(KERN_DEBUG, "kzfree %s %d %x \n", __func__, __LINE__, mem);\ 125 printk(KERN_DEBUG, "kfree %s %d %x \n", __func__, __LINE__, ptr);\ 135 …printk(KERN_DEBUG, "krealloc %s %d src_mem = 0x%x new_size:%d\n", __func__, __LINE__, p, new_size)… 137 printk(KERN_DEBUG, "krealloc mem = 0x%x\n", ret);\
|
A D | s_memory.h | 47 … printk(KERN_DEBUG, "skmalloc %s %d mem = 0x%x size:%d\n", __func__, __LINE__, ret, size);\ 70 printk(KERN_DEBUG, "kzalloc %s %d mem = 0x%x\n", __func__, __LINE__, ret);\ 102 printk(KERN_DEBUG, "skzfree %s %d %x \n", __func__, __LINE__, mem);\ 129 printk(KERN_DEBUG, "skfree %s %d %x \n", __func__, __LINE__, ptr);\ 139 …printk(KERN_DEBUG, "skrealloc %s %d src_mem = 0x%x new_size:%d\n", __func__, __LINE__, p, new_size… 141 printk(KERN_DEBUG, "skrealloc mem = 0x%x\n", ret);\
|
A D | net_tasklet.h | 20 printk(KERN_DEBUG, "tasklet_init: 0x%x %s %d \n", (unsigned int)(tasklet), __func__, __LINE__);\ 42 printk(KERN_WARN, "tasklet_schedule failed status:%x, %p %s %d \n", in tasklet_schedule()
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_test.c | 37 printk("\r\nbegin test printk\r\n"); in print_test_cmd() 38 print_test(printk); in print_test_cmd() 40 printk("printk : hello world ! yes we can\r\n"); in print_test_cmd() 42 printk("\r\nprintk test end\r\n"); in print_test_cmd()
|
A D | debug_panic.c | 30 #define panic_print printk
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | printk.h | 51 extern __printf_like(1, 2) int printk(const char *fmt, ...); 61 static inline int printk(const char *fmt, ...)
|
A D | stack.h | 66 printk("%s (real size %u):\tunused %u\tusage %u / %u (%u %%)\n", name, in stack_analyze()
|
A D | __assert.h | 77 #define __ASSERT_PRINT(fmt, ...) printk(fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/debug/include/aos/ |
A D | debug.h | 150 #define printk aos_debug_printf macro
|
/AliOS-Things-master/components/genie_service/genie_port/ |
A D | genie_port.h | 38 #define printk(...) \ macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | net_debug.h | 32 #define printk(level, str, ...) \ macro
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_mm.c | 546 printk("WARNING, memory maybe double free!! 0x%x\r\n", (unsigned int)free_b); in k_mm_free() 553 printk("WARNING, memory maybe corrupt!! 0x%x\r\n", (unsigned int)free_b); in k_mm_free() 571 …printk("WARNING, memory overwritten!! 0x%x 0x%x\r\n", (unsigned int)free_b, (unsigned int)next_b); in k_mm_free() 577 …printk("WARNING, nnext memory overwritten!! 0x%x 0x%x 0x%x\r\n", (unsigned int)free_b, (unsigne… in k_mm_free()
|
A D | k_mm_debug.c | 330 print = printk; in dumpsys_mm_info_func()
|
/AliOS-Things-master/components/debug/ |
A D | README.md | 46 ├── debug_print.c #printk调试打印
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | rtw_debug.h | 208 #define _dbgdump printk
|