/trusty/user/base/lib/dlmalloc/test/srv/ |
D | dlmalloc_app.cpp | 64 TLOGI("arr = %s\n", arr); in touch_and_print() 89 TLOGI("nop\n"); in dlmalloc_on_message() 97 TLOGI("one malloc\n"); in dlmalloc_on_message() 108 TLOGI("one calloc\n"); in dlmalloc_on_message() 116 TLOGI("one realloc\n"); in dlmalloc_on_message() 121 TLOGI("arr = %s\n", arr); in dlmalloc_on_message() 134 TLOGI("many malloc\n"); in dlmalloc_on_message() 139 TLOGI("arr = %s\n", arr); in dlmalloc_on_message() 146 TLOGI("one new\n"); in dlmalloc_on_message() 149 TLOGI("*foo = %d\n", *foo); in dlmalloc_on_message() [all …]
|
/trusty/user/base/app/crash-test/crasher/ |
D | crasher.c | 63 TLOGI("nop\n"); in crasher_on_message() 66 TLOGI("exit success\n"); in crasher_on_message() 70 TLOGI("exit failure\n"); in crasher_on_message() 74 TLOGI("read null\n"); in crasher_on_message() 78 TLOGI("read bad ptr\n"); in crasher_on_message() 82 TLOGI("write bad ptr\n"); in crasher_on_message() 86 TLOGI("write ro ptr\n"); in crasher_on_message() 90 TLOGI("call crasher_rodata_func\n"); in crasher_on_message() 94 TLOGI("call crasher_data_func\n"); in crasher_on_message() 99 TLOGI("BRK instruction\n"); in crasher_on_message()
|
/trusty/user/app/sample/app-mgmt-test/port-start-srv/ |
D | main.c | 44 TLOGI("port close failed: %d\n", rc); in handle_cmd() 52 TLOGI("failed (%d) to create port: %s\n", rc, START_PORT); in handle_cmd() 63 TLOGI("Invalid cmd: %d\n", cmd); in handle_cmd() 70 TLOGI("Failed to send response: %d \n", rc); in handle_cmd() 88 TLOGI("failed (%d) to create port: %s\n", rc, port_name); in prepare_port() 100 TLOGI("failed (%d) to add port %s to handle set \n", rc, port_name); in prepare_port() 123 TLOGI("failed (%d) to create port handle set \n", rc); in main() 130 TLOGI("failed(%d) to prepare START_PORT\n", rc); in main() 137 TLOGI("failed(%d) to prepare CTRL_PORT\n", rc); in main() 144 TLOGI("failed (%d) to create mixed handle set \n", rc); in main() [all …]
|
/trusty/user/base/lib/scudo/test/srv/ |
D | scudo_app.cpp | 166 TLOGI("nop\n"); in scudo_on_message() 174 TLOGI("one malloc\n"); in scudo_on_message() 185 TLOGI("one calloc\n"); in scudo_on_message() 193 TLOGI("one realloc\n"); in scudo_on_message() 211 TLOGI("many malloc\n"); in scudo_on_message() 235 TLOGI("one new\n"); in scudo_on_message() 244 TLOGI("one new arr\n"); in scudo_on_message() 253 TLOGI("malloc and new\n"); in scudo_on_message() 267 TLOGI("double free\n"); in scudo_on_message() 279 TLOGI("realloc after free\n"); in scudo_on_message() [all …]
|
/trusty/user/app/sample/app-mgmt-test/port-waiter-srv/ |
D | main.c | 40 TLOGI("Failed (%d) to connect to start port\n", rc); in main() 47 TLOGI("Failed (%d) to create port-waiter port\n", rc); in main() 54 TLOGI("Port wait failed(%d) event:%d handle:%d\n", rc, uevt.event, in main() 65 TLOGI("Accept failed %d\n", rc); in main() 74 TLOGI("Failed (%d) to send exit command\n", rc); in main() 80 TLOGI("Port wait failed(%d) event:%d handle:%d\n", rc, uevt.event, in main() 88 TLOGI("Failed (%d) to receive exit response\n", rc); in main() 92 TLOGI("Received exit response: %" PRIu8 "\n", rsp); in main() 96 TLOGI("Failed (%d) to send exit response\n", rc); in main()
|
/trusty/user/base/app/cfi-test/cfi-crasher/ |
D | cfi-crasher.c | 144 TLOGI("crasher_not_entry_func done\n"); in crasher_not_entry_func() 206 TLOGI("nop\n"); in crasher_on_message() 215 TLOGI("call crasher_int_func\n"); in crasher_on_message() 228 TLOGI("call crasher_not_entry_func\n"); in crasher_on_message() 242 TLOGI("call crasher_call_exclude_float_func\n"); in crasher_on_message() 251 TLOGI("call crasher_call_exclude_not_entry_func\n"); in crasher_on_message() 264 TLOGI("call crasher_float_func\n"); in crasher_on_message() 274 TLOGI("enter crasher_not_entry_func partway\n"); in crasher_on_message()
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 218 TLOGI("non-null state expected\n"); in _destroy_service() 232 TLOGI("Failed (%d) to close port %d\n", rc, state->port); in _destroy_service() 249 TLOGI("null services specified\n"); in _create_service() 257 TLOGI("Failed (%d) to create port\n", rc); in _create_service() 280 TLOGI("Failed (%d) to set cookie on port %d\n", rc, state->port); in _create_service() 297 TLOGI("non-null state expected\n"); in restart_service() 327 TLOGI("Failed (%d) to create service %s\n", rc, _services[i].name); in init_services() 344 TLOGI("error event (0x%x) for port (%d)\n", ev->event, ev->handle); in handle_port_errors() 396 TLOGI("accept failed (%d)\n", rc); in connect_handle_port() 428 TLOGI("accept failed (%d)\n", rc); in closer1_handle_port() [all …]
|
/trusty/user/app/sample/app-mgmt-test/boot-start-srv/ |
D | main.c | 38 TLOGI("failed (%d) to create ctrl port\n", rc); in main() 46 TLOGI("Port wait failed(%d) event:%d handle:%d\n", rc, uevt.event, in main() 57 TLOGI("Accept failed %d\n", rc); in main() 65 TLOGI("Close failed(%d) handle:%d\n", rc, chandle); in main()
|
/trusty/user/app/sample/app-mgmt-test/never-start-srv/ |
D | main.c | 38 TLOGI("failed (%d) to create ctrl port\n", rc); in main() 45 TLOGI("Port wait failed(%d) event:%d handle:%d\n", rc, uevt.event, in main() 54 TLOGI("Close failed(%d) handle:%d\n", rc, chandle); in main()
|
/trusty/user/app/sample/app-mgmt-test/port-start-fail-srv/ |
D | main.c | 46 TLOGI("failed (%d) to create ctrl port\n", rc); in main() 53 TLOGI("Port wait failed(%d) event:%d handle:%d\n", rc, uevt.event, in main() 62 TLOGI("Close failed(%d) handle:%d\n", rc, chandle); in main()
|
/trusty/user/base/lib/unittest/ |
D | unittest.c | 45 #define TLOGI(fmt, ...) \ macro 149 TLOGI("failed to create handle set: %d\n", ret); in unittest_main() 161 TLOGI("failed to create port %s: %d\n", test->port_name, ret); in unittest_main() 169 TLOGI("failed to add %s to handle set: %d\n", test->port_name, ret); in unittest_main() 180 TLOGI("got event (ret=%d): ev=%x handle=%d port=%s\n", ret, evt.event, in unittest_main() 188 TLOGI("accept returned %d\n", ret); in unittest_main()
|
/trusty/user/app/sample/app-mgmt-test/restart-srv/ |
D | main.c | 36 TLOGI("failed (%d) to create ctrl port\n", rc); in main() 44 TLOGI("Port wait failed: %d(%d)\n", rc, uevt.event); in main()
|
/trusty/user/base/app/device_tree/ |
D | main.cpp | 35 TLOGI("Mapping in device tree blob\n"); in main() 48 TLOGI("Mapped device tree blob (%zu bytes) into dt server process at %p\n", in main() 51 TLOGI("Starting service\n"); in main()
|
/trusty/kernel/lib/shared/device_tree/service/ |
D | device_tree_service.cpp | 87 TLOGI("No nodes matching the compatible strings found\n"); in get_compatible_nodes_from_list() 122 TLOGI("Reached the end of the node iterator\n"); in get_next_node() 137 TLOGI("Reached the end of the node iterator\n"); in get_next_node() 186 TLOGI("No subnode named %s was found\n", node_name.c_str()); in get_subnode() 212 TLOGI("No matching subnodes were found\n"); in get_subnodes() 240 TLOGI("Node has no properties\n"); in get_props() 309 TLOGI("Reached the end of the property iterator\n"); in get_next_prop()
|
/trusty/user/app/sample/app-mgmt-test/dev-only-srv/ |
D | main.c | 22 TLOGI("Started dev-only service\n"); in main()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | caam.c | 576 TLOGI("caam hwrng test FAILED!!!\n"); in caam_hwrng_test() 578 TLOGI("caam hwrng test PASS!!!\n"); in caam_hwrng_test() 609 TLOGI("caam blob test FAILED!!!\n"); in caam_blob_test() 611 TLOGI("caam blob test PASS!!!\n"); in caam_blob_test() 641 TLOGI("caam AES enc test FAILED!!!\n"); in caam_aes_test() 643 TLOGI("caam AES enc test PASS!!!\n"); in caam_aes_test() 650 TLOGI("caam AES enc test FAILED!!!\n"); in caam_aes_test() 652 TLOGI("caam AES enc test PASS!!!\n"); in caam_aes_test() 678 TLOGI("caam hash test FAILED!!!\n"); in caam_hash_test() 680 TLOGI("caam hash test PASS!!!\n"); in caam_hash_test() [all …]
|
/trusty/user/app/sample/storage-test/ |
D | storage-test.c | 39 TLOGI("writing size %zu\n", size); in write_file() 71 TLOGI("Starting storage test app!!!\n"); in main()
|
/trusty/kernel/include/ |
D | trusty_log.h | 34 #define TLOGI(fmt, x...) _tlog(SPEW, "%s: %d: " fmt, TLOG_TAG, __LINE__, ##x) macro
|
/trusty/user/app/sample/hwcrypto/ |
D | main.c | 42 TLOGI("got an empty event\n"); in dispatch_event()
|
/trusty/user/base/include/user/ |
D | trusty_log.h | 70 #define TLOGI(x...) \ macro
|
/trusty/user/app/sample/spinner/ |
D | spinner.c | 52 TLOGI("failed (%d) to create ctrl port\n", rc); in main()
|
/trusty/user/app/sample/hwrng-unittest/ |
D | main.c | 71 TLOGI("trusty_rng_hw_rand returned %d\n", rc); in TEST() 181 TLOGI("trusty_rng_hw_rand returned %d\n", rc); in TEST()
|
/trusty/user/app/confirmationui/src/ |
D | trusty_operation.cpp | 75 TLOGI("proto: %u cmd: %u\n", reinterpret_cast<uint32_t*>(msg)[0], in handleMsg() 100 TLOGI("initHook: %u\n", rc); in initHook()
|
D | trusty_confirmation_ui.cpp | 250 TLOGI("begin rendering\n"); in renderAndSwap() 304 TLOGI("calling gui stop\n"); in stop() 309 TLOGI("calling gui stop - done\n"); in stop()
|
/trusty/user/app/storage/ |
D | error_reporting.c | 59 TLOGI("Unknown fs name: %s\n", name); in map_fs_name()
|