/lk-master/external/lib/lwip/api/ |
A D | api_lib.c | 71 struct api_msg msg; in netconn_new_with_proto_and_callback() local 105 struct api_msg msg; in netconn_delete() local 137 struct api_msg msg; in netconn_getaddr() local 168 struct api_msg msg; in netconn_bind() local 194 struct api_msg msg; in netconn_connect() local 219 struct api_msg msg; in netconn_disconnect() local 244 struct api_msg msg; in netconn_listen_with_backlog() local 283 struct api_msg msg; in netconn_accept() local 348 struct api_msg msg; in netconn_recv_data() local 569 struct api_msg msg; in netconn_send() local [all …]
|
A D | api_msg.c | 490 pcb_new(struct api_msg_msg *msg) 548 do_newconn(struct api_msg_msg *msg) 832 do_delconn(struct api_msg_msg *msg) 898 do_bind(struct api_msg_msg *msg) 984 do_connect(struct api_msg_msg *msg) 1064 do_listen(struct api_msg_msg *msg) 1120 do_send(struct api_msg_msg *msg) 1173 do_recv(struct api_msg_msg *msg) 1343 do_write(struct api_msg_msg *msg) 1398 do_getaddr(struct api_msg_msg *msg) [all …]
|
A D | tcpip.c | 76 struct tcpip_msg *msg; in tcpip_thread() local 213 struct tcpip_msg *msg; in tcpip_callback_with_block() local 249 struct tcpip_msg *msg; in tcpip_timeout() local 278 struct tcpip_msg *msg; in tcpip_untimeout() local 308 struct tcpip_msg msg; in tcpip_apimsg() local 362 struct tcpip_msg msg; in tcpip_netifapi() local 410 struct tcpip_msg *msg = (struct tcpip_msg *)memp_malloc(MEMP_TCPIP_MSG_API); in tcpip_callbackmsg_new() local 425 void tcpip_callbackmsg_delete(struct tcpip_callback_msg* msg) in tcpip_callbackmsg_delete() 438 tcpip_trycallback(struct tcpip_callback_msg* msg) in tcpip_trycallback()
|
A D | netifapi.c | 45 do_netifapi_netif_add(struct netifapi_msg_msg *msg) in do_netifapi_netif_add() 65 do_netifapi_netif_set_addr(struct netifapi_msg_msg *msg) in do_netifapi_netif_set_addr() 80 do_netifapi_netif_common(struct netifapi_msg_msg *msg) in do_netifapi_netif_common() 106 struct netifapi_msg msg; in netifapi_netif_add() local 131 struct netifapi_msg msg; in netifapi_netif_set_addr() local 151 struct netifapi_msg msg; in netifapi_netif_common() local
|
/lk-master/lib/libc/include/ |
A D | assert.h | 27 #define ASSERT_MSG(x, msg, msgargs...) \ argument 55 #define DEBUG_ASSERT_MSG(x, msg, msgargs...) \ argument 66 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) DEBUG_ASSERT_MSG(x, msg, msgargs) argument 71 #define DEBUG_ASSERT_MSG_COND(x, msg, msgargs...) \ argument 78 #define static_assert(e, msg) _Static_assert(e, msg) argument
|
/lk-master/external/platform/nrfx/mdk/ |
A D | compiler_abstraction.h | 46 #define NRF_STATIC_ASSERT(cond, msg) argument 79 #define NRF_STATIC_ASSERT(cond, msg) \ argument 112 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument 145 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument 184 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument 217 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
/lk-master/platform/stm32f0xx/ |
A D | can.c | 43 can_msg_t msg; in stm32_CEC_CAN_IRQ() local 94 int stm32_can_transmit(stm32_can_t *can, const can_msg_t *msg) { in stm32_can_transmit() 188 ssize_t can_send(const can_msg_t *msg) { in can_send() 199 ssize_t can_recv(can_msg_t *msg, bool block) { in can_recv()
|
/lk-master/external/lib/lwip/ |
A D | sys_arch.c | 90 void sys_mbox_post(sys_mbox_t * mbox, void *msg) in sys_mbox_post() 102 u32_t sys_arch_mbox_tryfetch(sys_mbox_t * mbox, void **msg) in sys_arch_mbox_tryfetch() 126 u32_t sys_arch_mbox_fetch(sys_mbox_t *mbox, void **msg, u32_t timeout) in sys_arch_mbox_fetch() 151 err_t sys_mbox_trypost(sys_mbox_t * mbox, void *msg) in sys_mbox_trypost()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | pap.c | 395 char *msg; in upap_rauthreq() local 469 char *msg; in upap_rauthack() local 511 char *msg; in upap_rauthnak() local 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
|
/lk-master/arch/arm/arm/ |
A D | faults.c | 85 static void exception_die(struct arm_fault_frame *frame, const char *msg) { in exception_die() 93 static void exception_die_iframe(struct arm_iframe *frame, const char *msg) { in exception_die_iframe()
|
/lk-master/lib/minip/ |
A D | dhcp.c | 88 dhcp_msg_t msg; in dhcp_discover() member 124 dhcp_msg_t msg; in dhcp_request() member 168 dhcp_msg_t *msg = data; in dhcp_cb() local
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | netifapi.h | 66 } msg; member 71 struct netifapi_msg_msg msg; member
|
A D | api_msg.h | 117 } msg; member 127 struct api_msg_msg msg; member
|
A D | tcpip.h | 158 } msg; member
|
/lk-master/external/platform/pico/boards/ |
A D | generic_board.cmake | 17 set(msg "Unable to find definition of board '${PICO_BOARD}' (specified by PICO_BOARD):\n") variable
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_pcd_ex.c | 172 __weak void HAL_PCDEx_LPM_Callback(PCD_HandleTypeDef *hpcd, PCD_LPM_MsgTypeDef msg) in HAL_PCDEx_LPM_Callback()
|
/lk-master/arch/or1k/ |
A D | faults.c | 40 static void exception_die(struct or1k_iframe *frame, const char *msg) { in exception_die()
|
/lk-master/lib/devicetree/ |
A D | devicetreedump.c | 17 void error(const char *msg) { in error()
|
A D | devicetree.c | 108 static int oops(devicetree_t *dt, const char *msg) { in oops()
|
/lk-master/app/mdebug/ |
A D | rswd.c | 69 unsigned msg, op, n; in process_txn() local
|
/lk-master/arch/x86/ |
A D | faults.c | 62 static void exception_die(x86_iframe_t *frame, const char *msg) { in exception_die()
|
/lk-master/platform/rp20xx/tools/ |
A D | uf2conv.py | 268 def error(msg): argument
|
/lk-master/lib/unittest/ |
A D | unittest.c | 46 const char *msg) { in expect_bytes_eq()
|
/lk-master/external/lib/lwip/core/ |
A D | timers.c | 423 sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg) in sys_timeouts_mbox_fetch()
|
/lk-master/app/lkboot/ |
A D | lkboot.c | 126 #define lkb_fail(lkb, msg) lkb_send(lkb, MSG_FAIL, msg, strlen(msg)) argument
|