Home
last modified time | relevance | path

Searched full:reject (Results 1 – 25 of 116) sorted by relevance

12345

/Zephyr-latest/lib/libc/minimal/source/string/
Dstrspn.c23 const char *reject) in strcspn() argument
27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt20 block reads. Ensure the subsystem will reject reads beyond the end of
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt18 the driver does not reject this read request the tests will fail. Following
25 of various length to various sectors (once again, the driver must reject
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_senml_cbor_regenerate.sh15 git apply --reject lwm2m_senml_cbor.patch
/Zephyr-latest/tests/drivers/rtc/rtc_utils/src/
Dtest_rtc_utils.c34 zassert_false(ret, "RTC should reject invalid alarm time in field %zu.", j); in ZTEST()
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h137 /** HF call reject Callback
144 void (*reject)(struct bt_hfp_ag *ag); member
209 /** @brief Reject the incoming call
211 * Reject the incoming call.
/Zephyr-latest/tests/drivers/sdhc/
DREADME.txt16 * Set_IO test: Verify that the SDHC will reject clock frequencies outside of
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_srv.rst11 device. The SRPL is used to reject Solicitation PDUs that are already processed by a node. When a
/Zephyr-latest/dts/bindings/ethernet/
Datmel,gmac-common.yaml28 means that normally gmac will reject any frame above max-frame-size
Dxlnx,gem.yaml192 disable-reject-nsp:
213 disable-reject-fcs-crc-errors:
310 reject-broadcast:
313 Optional feature flag - Reject broadcast frames. When set, frames
/Zephyr-latest/include/zephyr/sys/
Dspeculation.h40 * the complement of index, so that we automatically reject any large in k_array_index_sanitize()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.h137 * @brief Reject the remote device’s request to change connection parameters.
165 * @brief Reject anchor point move of remote connection param
219 * @brief Reject the remote device’s request to create cis.
Dull_internal.h32 * to continue to either accept (with possibly changed offsets) or reject CPR
39 * BT_HCI_ERR_UNSUPP_LL_PARAM_VAL - Reject CPR
Dull_llcp_cc.c119 /* Reject response received */
279 /* We reject due to an accept timeout, so we should generate NTF */ in rp_cc_send_reject_ind()
429 /* Now we're good to TX reject and complete procedure*/ in rp_cc_state_wait_ntf_avail()
479 /* Reject 'reason/error' */ in rp_cc_state_wait_reply()
481 /* If timeout is hit, fall through and reject */ in rp_cc_state_wait_reply()
650 /* Reject response received */
895 /* TODO: Reject response if outside offset range? */ in lp_cc_st_wait_rx_cis_rsp()
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h38 extern size_t strcspn(const char *s, const char *reject);
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_pe_src_states.c37 /* Reject Sink Request by default */ in pe_src_init()
353 /* Clear request reply and reject by default */ in pe_src_transition_supply_exit()
574 * 1: Reject Message – if the request cannot be met or the present in pe_src_capability_response_entry()
603 * 2: A Reject Message has been sent and the present Contract in pe_src_capability_response_run()
617 * 2: The Reject Message has been sent and the present Contract in pe_src_capability_response_run()
628 * 2: A Reject Message has been sent or in pe_src_capability_response_run()
/Zephyr-latest/samples/subsys/usb_c/sink/src/
Dmain.c276 /* Reject power role swaps */ in port0_policy_check()
279 /* Reject data role swap to DFP */ in port0_policy_check()
288 /* Reject all other policy checks */ in port0_policy_check()
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c159 TESTFS_BCMD_FILE("f4f", 5, 8), /* from f4f to d2t, reject */ in check_rename()
172 TESTFS_BCMD_FILE("f4f", 5, 8), /* from f4f to d2t, reject */ in check_rename()
251 /* d1f => d2t : reject */ in check_rename()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcsip_set_member.c60 "Accept", "Accept Enc", "Reject", "OOB only" in sirk_read_req_cb()
273 } else if (strcmp(argv[1], "reject") == 0) { in cmd_csip_set_member_sirk_rsp()
306 "<accept, accept_enc, reject, oob>",
Dcap_acceptor.c74 "Accept", "Accept Enc", "Reject", "OOB only" in sirk_read_req_cb()
296 } else if (strcmp(argv[1], "reject") == 0) { in cmd_cap_acceptor_sirk_rsp()
329 "<accept, accept_enc, reject, oob>",
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_internal.h20 #define BT_HFP_AG_FEATURE_REJECT_CALL 0x00000020 /* Ability to reject call */
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c286 /* Reject power role swaps */ in port0_policy_check()
292 /* Reject data role swap to UFP */ in port0_policy_check()
308 /* Reject all other policy checks */ in port0_policy_check()
/Zephyr-latest/tests/drivers/rtc/rtc_api/src/
Dtest_alarm.c91 /* Every supported alarm field should reject invalid values. */ in ZTEST()
103 "%s: RTC should reject invalid alarm %d time in field %zu.", in ZTEST()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig107 bool "Reject Direct-XIP applications with mismatched address"
111 reject binaries that would not be able to start from available

12345