/Zephyr-latest/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 22 #define READ(fd, buf, sz) read(fd, buf, sz) argument 23 #define WRITE(fd, buf, sz) write(fd, buf, sz) argument 33 #define READ(fd, buf, sz) recv(fd, buf, sz, 0) argument 34 #define WRITE(fd, buf, sz) send(fd, buf, sz, 0) argument
|
/Zephyr-latest/tests/lib/heap/src/ |
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() 102 size_t sz = ((size_t *)p)[0]; in check_fill() local 149 static void log_result(size_t sz, struct z_heap_stress_result *r) in log_result() 272 void realloc_fill_block(uint8_t *p, size_t sz) in realloc_fill_block() 281 bool realloc_check_block(uint8_t *data, uint8_t *orig, size_t sz) in realloc_check_block()
|
/Zephyr-latest/lib/heap/ |
D | heap_stress.c | 25 size_t sz; member 129 size_t sz = rand_alloc_size(&sr); in sys_heap_stress() local 143 size_t sz = sr.blocks[b].sz; in sys_heap_stress() local
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | wifi_winc1500_nm_bus_wrapper.c | 40 static int8_t nm_i2c_write(uint8_t *b, uint16_t sz) in nm_i2c_write() 45 static int8_t nm_i2c_read(uint8_t *rb, uint16_t sz) in nm_i2c_read()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | cpu.c | 50 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/soc/espressif/common/ |
D | esp_heap_runtime.c | 53 size_t sz; in esp_heap_runtime_calloc() local
|
/Zephyr-latest/samples/subsys/debug/fuzz/src/ |
D | main.c | 108 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t sz) in LLVMFuzzerTestOneInput()
|
/Zephyr-latest/arch/riscv/core/ |
D | smp.c | 31 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_lockfree.h | 82 #define SPSC_INITIALIZER(sz, buf) \ argument 114 #define SPSC_DEFINE(name, type, sz) \ argument
|
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common_file.c | 78 size_t sz = strlen(test_str); in test_file_read() local
|
/Zephyr-latest/lib/os/zvfs/ |
D | zvfs_eventfd.c | 162 static ssize_t zvfs_eventfd_read_op(void *obj, void *buf, size_t sz) in zvfs_eventfd_read_op() 167 static ssize_t zvfs_eventfd_write_op(void *obj, const void *buf, size_t sz) in zvfs_eventfd_write_op() 300 static ssize_t zvfs_eventfd_rw_op(void *obj, void *buf, size_t sz, in zvfs_eventfd_rw_op()
|
/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 114 ssize_t read(int fd, void *buf, size_t sz) in read() 132 ssize_t write(int fd, const void *buf, size_t sz) in write()
|
D | shm.c | 228 static ssize_t shm_read(void *obj, void *buf, size_t sz, size_t offset) in shm_read() 233 static ssize_t shm_write(void *obj, const void *buf, size_t sz, size_t offset) in shm_write()
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | multiprocessing.c | 123 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_file.c | 97 size_t sz = strlen(test_str); in test_file_read() local
|
/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/ |
D | mqtt_sn_client.c | 43 static int msg_sendto(struct mqtt_sn_client *client, void *buf, size_t sz, const void *dest_addr, in msg_sendto() 96 ssize_t sz; member 142 static int input(struct mqtt_sn_client *client, void *buf, size_t sz, in input()
|
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_file.c | 98 size_t sz = strlen(test_str); in test_file_read() local
|
/Zephyr-latest/arch/arc/core/ |
D | smp.c | 44 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/lib/os/ |
D | fdtable.c | 316 static ssize_t zvfs_rw(int fd, void *buf, size_t sz, bool is_write, const size_t *from_offset) in zvfs_rw() 371 ssize_t zvfs_read(int fd, void *buf, size_t sz, const size_t *from_offset) in zvfs_read() 376 ssize_t zvfs_write(int fd, const void *buf, size_t sz, const size_t *from_offset) in zvfs_write()
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | mqtt_sn_transport_udp.c | 148 static int tp_udp_sendto(struct mqtt_sn_client *client, void *buf, size_t sz, const void *dest_addr, in tp_udp_sendto()
|
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 67 #define MMU_REGION_FLAT_ENTRY(name, adr, sz, attrs) \ argument
|
/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 34 bool xtensa_is_outside_stack_bounds(uintptr_t addr, size_t sz, uint32_t ps) in xtensa_is_outside_stack_bounds()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | smp.c | 97 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, arch_cpustart_t fn, void *arg) in arch_cpu_start()
|
/Zephyr-latest/arch/arm64/core/ |
D | smp.c | 67 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, in arch_cpu_start()
|
/Zephyr-latest/tests/posix/fs/src/ |
D | test_fs_file.c | 68 size_t sz = strlen(test_str); in test_file_read() local
|