Home
last modified time | relevance | path

Searched full:existing (Results 1 – 25 of 467) sorted by relevance

12345678910>>...19

/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c68 /* Rename non-existing dir to non-existing dir */ in test_rename_dir()
76 /* Rename existing dir to non-existing dir */ in test_rename_dir()
91 /* Rename existing file to existing file */ in test_rename_dir()
121 /* Rename non-existing file to non-existing file */ in test_rename_file()
129 /* Rename existing file to non-existing file */ in test_rename_file()
144 /* Rename existing file to existing file */ in test_rename_file()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find/src/
Dmain.c46 * Test calling bt_keys_find() with non-existing item
49 * - Valid values of non-existing items are used
82 * Test calling bt_keys_find() with existing items
86 * - Valid values of existing items are used
/Zephyr-latest/doc/project/
Dproposals.rst10 Changes to existing features that are not considered a bug and would not
25 A request or plan to port an existing feature or enhancement to a particular
28 API for an existing hardware platform.
46 Items are examined for similarity with existing features, how they fit with
84 can help the project present its plan in a compelling way to existing and new
/Zephyr-latest/include/zephyr/drivers/i3c/
Drtio.h84 * Provides a compatible API for the existing i3c_configure API, and blocks the
94 * Provides a compatible API for the existing i3c_transfer API, and blocks the caller
105 * Provides a compatible API for the existing i3c_recover API, and blocks the caller
115 * Provides a compatible API for the existing i3c_do_ccc API, and blocks the caller
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_open_flags.c214 ZBEGIN("Attempt open existing with no R/W access"); in test_fs_open_flags()
228 ZBEGIN("Attempt open existing with READ access"); in test_fs_open_flags()
243 ZBEGIN("Attempt open existing with WRITE access"); in test_fs_open_flags()
258 ZBEGIN("Attempt open existing with R/W access"); in test_fs_open_flags()
269 ZBEGIN("Attempt append existing with no R/W access"); in test_fs_open_flags()
284 ZBEGIN("Attempt append existing with READ access"); in test_fs_open_flags()
300 ZBEGIN("Attempt append existing with WRITE access"); in test_fs_open_flags()
315 ZBEGIN("Attempt append existing with R/W access"); in test_fs_open_flags()
339 ZBEGIN("Attempt truncate existing with no write access"); in test_fs_open_flags()
346 ZBEGIN("Attempt truncate existing with write access"); in test_fs_open_flags()
[all …]
/Zephyr-latest/tests/kernel/device/src/
Dmain.c57 * Validates device binding for an existing and a non-existing device object.
62 * 1. A non-existing device object.
63 * 2. An existing device object with basic init and configuration information.
74 /* Validates device binding for a non-existing device object */ in ZTEST()
78 /* Validates device binding for an existing device object */ in ZTEST()
82 /* Validates device binding for an existing device object */ in ZTEST()
94 * @brief Test device binding for existing device
96 * Validates device binding for an existing device object.
111 * @brief Test device binding for non-existing device
/Zephyr-latest/tests/net/lib/tls_credentials/src/
Dmain.c70 /* Read existing credential */ in test_credential_get()
82 /* Try to read non-existing credentials */ in test_credential_get()
104 /* Non-existing credential should return NULL */ in test_credential_internal_iterate()
155 /* Should fail if when trying to remove non-existing credential. */ in test_credential_delete()
159 /* Should remove existing credential. */ in test_credential_delete()
/Zephyr-latest/include/zephyr/drivers/i2c/
Drtio.h84 * Provides a compatible API for the existing i2c_configure API, and blocks the
94 * Provides a compatible API for the existing i2c_transfer API, and blocks the caller
104 * Provides a compatible API for the existing i2c_recover API, and blocks the caller
/Zephyr-latest/drivers/espi/
DKconfig121 with the existing ports (like 80, 92, 62 etc).
149 existing ports.
166 doesn't clash with the existing ports.
177 doesn't clash with the existing ports.
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_store/src/
Dmain.c38 * Store an existing key (ID = 0) and verify the result.
71 * Store an existing key (ID = 0) and verify the result.
105 * Store an existing key (ID != 0) and verify the result.
138 * Store an existing key (ID != 0) and verify the result
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/
Dnative_sim.conf3 # Turn off log messages for failed communication with non-existing LoRa PHY
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/
Dnative_sim.conf3 # Turn off log messages for failed communication with non-existing LoRa PHY
/Zephyr-latest/tests/drivers/smbus/smbus_api/src/
Dtest_smbus.c64 /* Try to remove not existing callback */ in ZTEST()
80 /* Remove existing callback */ in ZTEST()
109 /* Try to remove not existing callback */ in ZTEST()
125 /* Remove existing callback */ in ZTEST()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/
Dmain.c88 * Find a non-existing key reference for ID and Address of type 'BT_KEYS_IRK'
137 * Try to resolve an RPA address using IRK by finding an existing key reference for ID and Address
138 * of type 'BT_KEYS_IRK'. Matching the address with existing IRKs fails.
170 * Try to resolve an RPA address using IRK by finding an existing key reference for ID and Address
171 * of type 'BT_KEYS_IRK'. Matching the address with existing IRKs fails.
266 * Find an existing key reference for ID and Address of type 'BT_KEYS_IRK'
/Zephyr-latest/samples/subsys/fs/littlefs/
DKconfig9 Use this to force an existing file system to be created.
/Zephyr-latest/doc/contribute/
Dproposals_and_rfcs.rst21 - The modification of an existing stable API.
40 - Addition of new boards, SoCs or drivers to existing subsystems
/Zephyr-latest/doc/develop/api/
Doverview.rst27 * All existing stable APIs in Zephyr will be start with version 1.0.0.
44 Version for existing APIs are initially set based on the current state of the
/Zephyr-latest/doc/services/sensing/
Dindex.rst20 will directly interact with existing zephyr sensor device drivers.
24 The sensing subsystem relies on Zephyr sensor device APIs (existing version or update in future)
32 algorithms in user space with virtual sensor concepts. The existing
58 * Based on Zephyr existing low-level Sensor API (reuse 100+ existing sensor device drivers)
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/
Dmain.c61 * Test getting a non-existing key reference with type, ID and Address while the list isn't full.
105 * Test getting a non-existing key reference with type, ID and Address while the list is full.
126 * Test getting an existing key reference with type, ID and Address while the list is full.
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D002_enhancement.md3 about: Suggest enhancements to existing features
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_addr/src/
Dmain.c50 * Find a non-existing key reference for ID and Address pair
86 * Find an existing key reference by ID and Address
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/
Dtest_suite_bt_settings.c37 * Clear an existing key (ID = 0) and verify the result
75 * Clear an existing key (ID != 0) and verify the result
/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst38 which inserts a new node after an existing one. Similarly
44 existing one. :c:func:`sys_slist_append_list` will append a bounded
45 subset of an existing list in constant time. And
/Zephyr-latest/doc/connectivity/usb/device_next/api/
Dudc.rst11 It is a replacement for :ref:`usb_dc_api`. If you wish to port an existing
/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_open_flags.c91 TC_PRINT("Attempt open existing with flags = 0\n"); in test_file_open_flags()
120 TC_PRINT("Attempt open existing with flags = O_RDONLY\n"); in test_file_open_flags()
149 TC_PRINT("Attempt open existing with flags = O_WRONLY\n"); in test_file_open_flags()
177 TC_PRINT("Attempt open existing with flags = O_APPEND | O_WRONLY\n"); in test_file_open_flags()
205 TC_PRINT("Attempt open existing with flags = O_APPEND | O_RDWR\n"); in test_file_open_flags()

12345678910>>...19