/Zephyr-Core-2.7.6/include/ |
D | timeout_q.h | 25 static inline void z_init_timeout(struct _timeout *to) in z_init_timeout() 35 static inline bool z_is_inactive_timeout(const struct _timeout *to) in z_is_inactive_timeout()
|
/Zephyr-Core-2.7.6/include/posix/ |
D | time.h | 82 static inline int32_t _ts_to_ms(const struct timespec *to) in _ts_to_ms()
|
/Zephyr-Core-2.7.6/kernel/ |
D | timeout.c | 69 struct _timeout *to = first(); in next_timeout() local 88 void z_add_timeout(struct _timeout *to, _timeout_func_t fn, in z_add_timeout() 150 int z_abort_timeout(struct _timeout *to) in z_abort_timeout()
|
D | work.c | 806 static void work_timeout(struct _timeout *to) in work_timeout()
|
/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/ |
D | test_lfs_dirops.c | 170 const char *to = to_path.path; in check_rename() local
|
/Zephyr-Core-2.7.6/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 77 const char *to) in temp_rename()
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | lvgl_fs.c | 184 const char *to) in lvgl_fs_rename()
|
/Zephyr-Core-2.7.6/subsys/fs/ |
D | fat_fs.c | 137 const char *to) in fatfs_rename()
|
D | fs.c | 542 int fs_rename(const char *from, const char *to) in fs_rename()
|
D | littlefs_fs.c | 285 const char *to) in littlefs_rename()
|
/Zephyr-Core-2.7.6/subsys/canbus/isotp/ |
D | isotp.c | 201 static void receive_timeout_handler(struct _timeout *to) in receive_timeout_handler() 776 static void send_timeout_handler(struct _timeout *to) in send_timeout_handler()
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | conn.h | 49 #define BT_LE_CONN_PARAM_INIT(int_min, int_max, lat, to) \ argument 64 #define BT_LE_CONN_PARAM(int_min, int_max, lat, to) \ argument
|
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/ |
D | eswifi_socket_offload.c | 281 int flags, const struct sockaddr *to, in eswifi_socket_sendto()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | lpn.c | 68 #define POLL_TO(to) { (uint8_t)((to) >> 16), (uint8_t)((to) >> 8), (uint8_t)(to) } argument
|
D | transport.c | 988 int32_t to; in ack_timeout() local
|
/Zephyr-Core-2.7.6/drivers/modem/ |
D | quectel-bg9x.c | 509 int flags, const struct sockaddr *to, in offload_sendto()
|
D | ublox-sara-r4.c | 1704 int flags, const struct sockaddr *to, in offload_sendto()
|
/Zephyr-Core-2.7.6/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 929 int flags, const struct sockaddr *to, in simplelink_sendto()
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | tcp2.c | 945 static int tcp_pkt_peek(struct net_pkt *to, struct net_pkt *from, size_t pos, in tcp_pkt_peek()
|