Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 25 of 51) sorted by relevance

123

/subsys/pmci/mctp/
A Dmctp_memory.c23 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 Dpkt.c13 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 Dcmsis_mempool.c31 void *ptr; in osPoolAlloc() local
47 void *ptr; in osPoolCAlloc() local
A Dcmsis_mailq.c34 char *ptr; in osMailAlloc() local
68 char *ptr; in osMailCAlloc() local
/subsys/net/l2/ieee802154/
A Dieee802154_6lo_fragment.c83 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 Dllext_priv.h93 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 Dzperf_session.c25 struct session *ptr; in get_free_session() local
103 struct session *ptr = &sessions[proto][i]; in get_session() local
/subsys/fs/
A Dfat_fs.c122 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 Dfs.c222 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 Dpbuf.c300 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 Dtlv.c25 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 Dztest_assert.h303 #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 Dcoverage.c51 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 Dbacking_store_qemu_x86_tiny.c27 uintptr_t ptr = location; in location_to_flash() local
/subsys/net/ip/
A Dutils.c80 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 Dicmpv4.c93 uint8_t ptr; in icmpv4_update_record_route() local
204 uint8_t ptr; in icmpv4_update_time_stamp() local
/subsys/logging/backends/
A Dlog_backend_efi_console.c28 uint8_t *ptr = data; in char_out() local
/subsys/net/l2/ethernet/dsa/
A Ddsa_tag_netc.c34 uint8_t *ptr; in dsa_tag_netc_recv() local
/subsys/testsuite/ztest/src/
A Dztest.c1034 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 Dztest_posix.c108 struct ztest_suite_node *ptr; in z_ztest_list_tests() local
/subsys/portability/cmsis_rtos_v2/
A Dmempool.c99 void *ptr; in osMemoryPoolAlloc() local
/subsys/debug/coredump/
A Dcoredump_backend_flash_partition.c174 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 Dfunction_eem.c143 uint8_t *ptr = rx_buf; in eem_read_cb() local
/subsys/net/lib/coap/
A Dcoap_server.c52 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 Dhttp_server_http1.c344 char *ptr; in dynamic_get_del_req() local
388 char *ptr = client->cursor; in dynamic_post_put_req() local

Completed in 35 milliseconds

123