| /subsys/pmci/mctp/ |
| A D | mctp_memory.c | 23 void *ptr = sys_heap_alloc(&mctp_heap.heap, bytes); in mctp_heap_alloc() local 30 static void mctp_heap_free(void *ptr) in mctp_heap_free() 39 static void *mctp_heap_realloc(void *ptr, size_t bytes) in mctp_heap_realloc()
|
| /subsys/net/lib/shell/ |
| A D | pkt.c | 13 static bool is_pkt_part_of_slab(const struct k_mem_slab *slab, const char *ptr) in is_pkt_part_of_slab() 33 const void *ptr; member 55 static bool is_pkt_ptr_valid(const void *ptr) in is_pkt_ptr_valid() 84 intptr_t ptr = 0; in get_net_pkt() local
|
| /subsys/portability/cmsis_rtos_v1/ |
| A D | cmsis_mempool.c | 31 void *ptr; in osPoolAlloc() local 47 void *ptr; in osPoolCAlloc() local
|
| A D | cmsis_mailq.c | 34 char *ptr; in osMailAlloc() local 68 char *ptr; in osMailCAlloc() local
|
| /subsys/net/l2/ieee802154/ |
| A D | ieee802154_6lo_fragment.c | 83 static inline void set_datagram_size(uint8_t *ptr, uint16_t size) in set_datagram_size() 89 static inline void set_datagram_tag(uint8_t *ptr, uint16_t tag) in set_datagram_tag() 214 static inline uint8_t get_datagram_type(uint8_t *ptr) in get_datagram_type() 219 static inline uint16_t get_datagram_size(uint8_t *ptr) in get_datagram_size() 224 static inline uint16_t get_datagram_tag(uint8_t *ptr) in get_datagram_tag()
|
| /subsys/llext/ |
| A D | llext_priv.h | 93 static inline void llext_free(void *ptr) in llext_free() 111 static inline void llext_free_instr(void *ptr) in llext_free_instr()
|
| /subsys/net/lib/zperf/ |
| A D | zperf_session.c | 25 struct session *ptr; in get_free_session() local 103 struct session *ptr = &sessions[proto][i]; in get_session() local
|
| /subsys/fs/ |
| A D | fat_fs.c | 122 void *ptr; in fatfs_open() local 193 static ssize_t fatfs_read(struct fs_file_t *zfp, void *ptr, size_t size) in fatfs_read() 206 static ssize_t fatfs_write(struct fs_file_t *zfp, const void *ptr, size_t size) in fatfs_write() 348 void *ptr; in fatfs_opendir() local
|
| A D | fs.c | 222 ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size) in fs_read() 242 ssize_t fs_write(struct fs_file_t *zfp, const void *ptr, size_t size) in fs_write()
|
| /subsys/ipc/ipc_service/lib/ |
| A D | pbuf.c | 300 volatile uint32_t *ptr = pb->cfg->handshake_loc; in pbuf_handshake_read() local 310 volatile uint32_t *ptr = pb->cfg->handshake_loc; in pbuf_handshake_write() local
|
| /subsys/net/lib/ptp/ |
| A D | tlv.c | 25 static inline void tlv_ntohs(void *ptr) in tlv_ntohs() 33 static inline void tlv_htons(void *ptr) in tlv_htons()
|
| /subsys/testsuite/ztest/include/zephyr/ |
| A D | ztest_assert.h | 303 #define zassert_is_null(ptr, ...) zassert((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) argument 310 #define zassert_not_null(ptr, ...) zassert((ptr) != NULL, #ptr " is NULL", ##__VA_ARGS__) argument 469 #define zassume_is_null(ptr, ...) zassume((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) argument 479 #define zassume_not_null(ptr, ...) zassume((ptr) != NULL, #ptr " is NULL", ##__VA_ARGS__) argument 639 #define zexpect_is_null(ptr, ...) zexpect((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) argument 647 #define zexpect_not_null(ptr, ...) zexpect((ptr) != NULL, #ptr " is NULL", ##__VA_ARGS__) argument
|
| /subsys/testsuite/coverage/ |
| A D | coverage.c | 51 uint8_t *ptr = (uint8_t *)&v; in print_u32() local 291 void dump_on_console_data(char *ptr, size_t len) in dump_on_console_data()
|
| /subsys/demand_paging/backing_store/ |
| A D | backing_store_qemu_x86_tiny.c | 27 uintptr_t ptr = location; in location_to_flash() local
|
| /subsys/net/ip/ |
| A D | utils.c | 80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex() 100 char *ptr = buf; in net_sprint_ll_addr_buf() local 171 char *ptr = dst; in z_impl_net_addr_ntop() local 771 char *ptr = NULL; in parse_ipv6() local 863 char *ptr = NULL; in parse_ipv4() local
|
| A D | icmpv4.c | 93 uint8_t ptr; in icmpv4_update_record_route() local 204 uint8_t ptr; in icmpv4_update_time_stamp() local
|
| /subsys/logging/backends/ |
| A D | log_backend_efi_console.c | 28 uint8_t *ptr = data; in char_out() local
|
| /subsys/net/l2/ethernet/dsa/ |
| A D | dsa_tag_netc.c | 34 uint8_t *ptr; in dsa_tag_netc_recv() local
|
| /subsys/testsuite/ztest/src/ |
| A D | ztest.c | 1034 for (struct ztest_suite_node *ptr = _ztest_suite_node_list_start; in __ztest_show_suite_summary() local 1044 static int __ztest_run_test_suite(struct ztest_suite_node *ptr, const void *state, bool shuffle, in __ztest_run_test_suite() 1096 for (struct ztest_suite_node *ptr = _ztest_suite_node_list_start; in z_impl_ztest_run_test_suites() local 1228 struct ztest_suite_node *ptr; in cmd_list_cases() local 1352 for (struct ztest_suite_node *ptr = _ztest_suite_node_list_start; in cmd_run_suite() local
|
| A D | ztest_posix.c | 108 struct ztest_suite_node *ptr; in z_ztest_list_tests() local
|
| /subsys/portability/cmsis_rtos_v2/ |
| A D | mempool.c | 99 void *ptr; in osMemoryPoolAlloc() local
|
| /subsys/debug/coredump/ |
| A D | coredump_backend_flash_partition.c | 174 uint8_t *ptr = dst; in data_read() local 512 uint8_t *ptr = buf; in coredump_flash_backend_buffer_output() local
|
| /subsys/usb/device/class/netusb/ |
| A D | function_eem.c | 143 uint8_t *ptr = rx_buf; in eem_read_cb() local
|
| /subsys/net/lib/coap/ |
| A D | coap_server.c | 52 void *ptr; in coap_server_alloc() local 74 static inline void coap_server_free(void *ptr) in coap_server_free()
|
| /subsys/net/lib/http/ |
| A D | http_server_http1.c | 344 char *ptr; in dynamic_get_del_req() local 388 char *ptr = client->cursor; in dynamic_post_put_req() local
|