/tests/kernel/mem_heap/k_heap_api/src/ |
A D | test_kheap_api.c | 29 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, K_NO_WAIT); in tIsr_kheap_alloc_nowait() local 37 char *p; in thread_alloc_heap() local 54 char *p; in thread_alloc_heap_null() local 120 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, timeout); in ZTEST() local 145 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_3, timeout); in ZTEST() local 169 char *p = (char *)k_heap_alloc(&k_heap_test, ALLOC_SIZE_1, timeout); in ZTEST() local 351 char *p, *p2, *p3; in ZTEST() local 413 char *p, *p2; in ZTEST() local 436 char *p, *p2; in ZTEST() local 460 void *p; in ZTEST() local [all …]
|
/tests/bluetooth/controller/common/src/ |
A D | helper_pdu.c | 137 struct pdu_data_llctrl_enc_req *p = param; in helper_pdu_encode_enc_req() local 151 struct pdu_data_llctrl_enc_rsp *p = param; in helper_pdu_encode_enc_rsp() local 218 struct pdu_data_llctrl_phy_req *p = param; in helper_pdu_encode_phy_req() local 230 struct pdu_data_llctrl_phy_rsp *p = param; in helper_pdu_encode_phy_rsp() local 383 struct pdu_data_llctrl_cte_req *p = param; in helper_pdu_encode_cte_req() local 414 struct pdu_data_llctrl_cis_req *p = param; in helper_pdu_encode_cis_req() local 446 struct pdu_data_llctrl_cis_rsp *p = param; in helper_pdu_encode_cis_rsp() local 459 struct pdu_data_llctrl_cis_ind *p = param; in helper_pdu_encode_cis_ind() local 810 struct node_rx_pu *p = param; in helper_node_verify_phy_update() local 821 struct node_rx_sca *p = param; in helper_node_verify_peer_sca_update() local [all …]
|
/tests/kernel/pipe/deprecated/pipe_api/src/ |
A D | test_pipe_fail.c | 17 static void put_fail(struct k_pipe *p) in put_fail() 55 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local 68 static void get_fail(struct k_pipe *p) in get_fail() 108 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local 166 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local 190 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local 234 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local 258 struct k_pipe *p = k_object_alloc(K_OBJ_PIPE); in ZTEST_USER() local
|
/tests/bluetooth/tester/src/btp/ |
A D | bttester.h | 19 uint8_t *p = addr + (bit / 8U); in tester_set_bit() local 26 const uint8_t *p = addr + (bit / 8U); in tester_test_bit() local
|
/tests/kernel/mem_slab/mslab/src/ |
A D | main.c | 126 void test_slab_get_all_blocks(void **p) in test_slab_get_all_blocks() 168 void test_slab_free_all_blocks(void **p) in test_slab_free_all_blocks()
|
/tests/subsys/logging/log_custom_header/src/ |
A D | log_custom_header.c | 26 char **p = ctx; in cbprintf_callback() local 36 uint8_t *p = log_msg_get_package(&msg->log, &len); in backend_process() local
|
/tests/lib/heap_align/src/ |
A D | main.c | 51 void *p, *q, *r, *s; in check_heap_align() local 92 void *p, *q; in ZTEST() local
|
/tests/benchmarks/app_kernel/src/ |
A D | memmap_b.c | 21 void *p; in memorymap_test() local
|
/tests/lib/heap/src/ |
A D | main.c | 68 static size_t fill_token(void *p, size_t sz) in fill_token() 80 static void fill_block(void *p, size_t sz) in fill_block() 100 static void check_fill(void *p) in check_fill() 142 void testfree(void *arg, void *p) in testfree() 272 void realloc_fill_block(uint8_t *p, size_t sz) in realloc_fill_block()
|
/tests/bluetooth/bt_crypto_ccm/src/ |
A D | test_bt_crypto_ccm.c | 27 struct test_data *p = input_packets[i]; in ZTEST() local
|
/tests/kernel/fifo/fifo_api/src/ |
A D | test_fifo_contexts.c | 69 static void tIsr_entry_put(const void *p) in tIsr_entry_put() 75 static void tIsr_entry_get(const void *p) in tIsr_entry_get() 115 static void tfifo_is_empty(void *p) in tfifo_is_empty()
|
A D | test_fifo_loop.c | 40 static void tIsr_entry(const void *p) in tIsr_entry()
|
/tests/kernel/lifo/lifo_api/src/ |
A D | test_lifo_contexts.c | 42 static void tIsr_entry_put(const void *p) in tIsr_entry_put() 47 static void tIsr_entry_get(const void *p) in tIsr_entry_get()
|
A D | test_lifo_loop.c | 40 static void tIsr_entry(const void *p) in tIsr_entry()
|
/tests/posix/semaphores/src/ |
A D | main.c | 118 static void *nsem_open_func(void *p) in nsem_open_func() 132 static void *nsem_close_func(void *p) in nsem_close_func()
|
/tests/subsys/mgmt/mcumgr/smp_reassembly/src/ |
A D | main.c | 108 void *p; in ZTEST() local 187 void *p; in ZTEST() local
|
/tests/subsys/logging/log_backend_init/src/ |
A D | main.c | 30 char **p = ctx; in cbprintf_callback() local 45 uint8_t *p = log_msg_get_package(&msg->log, &len); in backend_process() local
|
/tests/kernel/fifo/fifo_usage/src/ |
A D | main.c | 59 static void tIsr_entry_put(const void *p) in tIsr_entry_put() 70 static void tIsr_entry_get(const void *p) in tIsr_entry_get()
|
/tests/subsys/logging/dictionary/src/ |
A D | main.c | 35 void *p = s; in main() local
|
/tests/kernel/stack/stack/src/ |
A D | main.c | 76 static void tIsr_entry_push(const void *p) in tIsr_entry_push() 86 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop()
|
A D | test_stack_contexts.c | 49 static void tIsr_entry_push(const void *p) in tIsr_entry_push() 54 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop()
|
/tests/unit/rbtree/ |
A D | main.c | 31 unsigned int *p = &node_mask[node / 32]; in set_node_mask() local 40 unsigned int *p = &node_mask[node / 32]; in get_node_mask() local
|
/tests/benchmarks/footprints/src/ |
A D | system_thread.c | 22 void test_thread_entry(void *p, void *p1, void *p2) in test_thread_entry()
|
/tests/subsys/mgmt/mcumgr/cb_notifications/src/ |
A D | main.c | 81 static void destroy_callbacks(void *p) in destroy_callbacks() 235 static void cleanup_test(void *p) in cleanup_test()
|
/tests/kernel/queue/src/ |
A D | test_queue_loop.c | 68 static void tIsr_entry(const void *p) in tIsr_entry()
|