| /lib/efi_driver/ |
| A D | efi_reset_riscv.c | 14 register unsigned long reason asm("a1") = SBI_SRST_RESET_REASON_NONE; in efi_reset_system() 28 : : "r" (eid), "r" (fid), "r" (type), "r" (reason)); in efi_reset_system()
|
| /lib/lwip/lwip/test/unit/core/ |
| A D | test_netif.c | 67 test_netif_ext_callback_dummy(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callb… in test_netif_ext_callback_dummy() argument 70 LWIP_UNUSED_ARG(reason); in test_netif_ext_callback_dummy() 77 test_netif_ext_callback(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_callback_ar… in test_netif_ext_callback() argument 84 fail_unless(expected_reasons == reason); in test_netif_ext_callback()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | fsm.c | 237 void fsm_close(fsm *f, const char *reason) { in fsm_close() argument 238 f->term_reason = reason; in fsm_close() 239 f->term_reason_len = (reason == NULL? 0: (u8_t)LWIP_MIN(strlen(reason), 0xFF) ); in fsm_close()
|
| A D | ipv6cp.c | 255 static void ipv6cp_close(ppp_pcb *pcb, const char *reason); 467 static void ipv6cp_close(ppp_pcb *pcb, const char *reason) { 468 fsm_close(&pcb->ipv6cp_fsm, reason);
|
| A D | ccp.c | 170 static void ccp_close(ppp_pcb *pcb, const char *reason); 430 static void ccp_close(ppp_pcb *pcb, const char *reason) { in ccp_close() argument 433 fsm_close(f, reason); in ccp_close()
|
| A D | ipcp.c | 261 static void ipcp_close(ppp_pcb *pcb, const char *reason); 664 static void ipcp_close(ppp_pcb *pcb, const char *reason) { in ipcp_close() argument 666 fsm_close(f, reason); in ipcp_close()
|
| A D | PPPD_FOLLOWUP | 120 always start the authentication again if it failed for whatever reason.
|
| A D | lcp.c | 422 void lcp_close(ppp_pcb *pcb, const char *reason) { in lcp_close() argument 439 fsm_close(f, reason); in lcp_close()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_platform.function | 71 * reason. 89 * reason.
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | netif.h | 668 typedef void (*netif_ext_callback_fn)(struct netif* netif, netif_nsc_reason_t reason, const netif_e… 681 void netif_invoke_ext_callback(struct netif* netif, netif_nsc_reason_t reason, const netif_ext_call… 686 #define netif_invoke_ext_callback(netif, reason, args) argument
|
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | lcp.h | 161 void lcp_close(ppp_pcb *pcb, const char *reason);
|
| A D | fsm.h | 172 void fsm_close(fsm *f, const char *reason);
|
| A D | ppp_impl.h | 298 void (*close) (ppp_pcb *pcb, const char *reason);
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | generate_psa_tests.py | 250 reason: 'Reason', 258 if reason == self.Reason.NOT_SUPPORTED: 263 pretty_reason = reason.name.lower() 288 arguments.append('1' if reason == self.Reason.PUBLIC else '0') 289 error = ('NOT_SUPPORTED' if reason == self.Reason.NOT_SUPPORTED else
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | test-framework.md | 23 * Avoid changing the description of an existing test case without a good reason. This breaks the tr…
|
| /lib/lwip/lwip/doc/ |
| A D | mqtt_client.txt | 73 printf("mqtt_connection_cb: Disconnected, reason: %d\n", status);
|
| /lib/lwip/lwip/src/apps/mdns/ |
| A D | mdns.c | 2200 mdns_netif_ext_status_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_call… in mdns_netif_ext_status_callback() argument 2209 if (reason & LWIP_NSC_STATUS_CHANGED) { in mdns_netif_ext_status_callback() 2215 if (reason & LWIP_NSC_LINK_CHANGED) { in mdns_netif_ext_status_callback() 2220 if (reason & (LWIP_NSC_IPV4_ADDRESS_CHANGED | LWIP_NSC_IPV4_GATEWAY_CHANGED | in mdns_netif_ext_status_callback()
|
| /lib/lwip/lwip/src/apps/mqtt/ |
| A D | mqtt.c | 537 mqtt_close(mqtt_client_t *client, mqtt_connection_status_t reason) in mqtt_close() argument 565 client->connect_cb(client, client->connect_arg, reason); in mqtt_close()
|
| /lib/lwip/lwip/src/core/ |
| A D | netif.c | 1842 netif_invoke_ext_callback(struct netif *netif, netif_nsc_reason_t reason, const netif_ext_callback_… in netif_invoke_ext_callback() argument 1851 callback->callback_fn(netif, reason, args); in netif_invoke_ext_callback()
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | use-psa-crypto.md | 57 longer beta, and production quality, so there's no longer any reason to make
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-MAU-MIB | 234 SHOULD be used instead of remoteFault(5) where the reason for 266 notAvailable(4), where the reason for the Local Fault state can
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 37 …hich need to be changed are marked as 'deprecated'. If there is a strong reason to replace an exis…
|
| A D | CMakeLists.txt | 305 # The reason is that such library is expected to have mutual dependencies with
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/ |
| A D | license.txt | 85 are the reason we use the ordinary General Public License for many 375 infringement or for any other reason (not limited to patent issues),
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | RFC1213-MIB | 443 higher-layer protocol. One possible reason for 508 possible reason for discarding such a packet could 851 assembly algorithm (for whatever reason: timed 1367 possible reason for discarding such an entry could
|