Home
last modified time | relevance | path

Searched defs:path (Results 101 – 125 of 144) sorted by relevance

123456

/Zephyr-latest/scripts/west_commands/tests/
Dtest_nxp_s32dbg.py153 def require_patch(program, path=None): argument
/Zephyr-latest/samples/net/lwm2m_client/src/
Dlwm2m-client.c296 struct lwm2m_obj_path *path, void *user_data) in observe_cb()
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c110 uint8_t *path; member
2113 const char *key, char *path, size_t path_len) in encode_mod_path()
2127 char path[20]; in store_pending_mod_bind() local
2155 char path[20]; in store_pending_mod_sub() local
2183 char path[20]; in store_pending_mod_sub_va() local
2214 char path[20]; in store_pending_mod_pub() local
2481 char path[30]; in bt_mesh_model_data_store() local
Dsubnet.c77 char path[20]; in clear_net_key() local
95 char path[20]; in store_subnet() local
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_iso.c180 struct bt_iso_chan_path *path = &iso_dir->path; in bt_bap_iso_configure_data_path() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c291 struct lwm2m_obj_path path; in do_firmware_transfer_reply_cb() local
Dlwm2m_message_handling.c125 static int init_block_ctx(const struct lwm2m_obj_path *path, struct lwm2m_block_context **ctx) in init_block_ctx()
173 static int get_block_ctx(const struct lwm2m_obj_path *path, struct lwm2m_block_context **ctx) in get_block_ctx()
495 struct lwm2m_obj_path *path) in coap_options_to_path()
3108 struct lwm2m_obj_path *path; in generate_notify_message() local
Dlwm2m_util.c442 int lwm2m_string_to_path(const char *pathstr, struct lwm2m_obj_path *path, in lwm2m_string_to_path()
/Zephyr-latest/tests/net/lib/http_server/common/src/
Dmain.c316 #define CHECK_PATH(svc, path, len) ({ *len = 0; get_resource_detail(&svc, path, len, false); }) argument
/Zephyr-latest/scripts/footprint/
Dsize_report638 def _insert_one_elem(root, path, size, addr, section): argument
/Zephyr-latest/include/zephyr/net/
Dcoap_client.h62 const char *path; /**< Path of the requested resource */ member
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c57 static int create_log_dir(const char *path) in create_log_dir()
/Zephyr-latest/lib/acpi/
Dacpi.c119 char *path; in acpi_name_lookup() local
934 int acpi_invoke_method(char *path, ACPI_OBJECT_LIST *arg_list, ACPI_OBJECT *ret_obj) in acpi_invoke_method()
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h41 char *path; member
/Zephyr-latest/tests/net/lib/lwm2m/observation/src/
Dlwm2m_observation.c21 static bool lwm2m_path_object_equal_upto(struct lwm2m_obj_path *path, in lwm2m_path_object_equal_upto()
/Zephyr-latest/scripts/dts/
Dgen_defines.py219 def relativize(path) -> Optional[str]: argument
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1733 def sync_deps(self, path): argument
1842 def _load_old_vals(self, path): argument
1885 def _write_old_vals(self, path): argument
6422 def _touch_dep_file(path, sym_name): argument
6436 def _save_old(path): argument
/Zephyr-latest/scripts/ci/es_upload/
Dzephyr_twister_index.json66 "path": { object
Dzephyr_twister_flat_recording_metrics_index.json66 "path": { object
Dzephyr_twister_flat_recording_index.json66 "path": { object
/Zephyr-latest/scripts/west_commands/
Drun_common.py570 def load_runners_yaml(path): argument
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h14 char path[256]; member
/Zephyr-latest/subsys/settings/src/
Dsettings_file.c514 static int mkdir_if_not_exists(const char *path) in mkdir_if_not_exists()
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py888 def write_if_updated(path, s): argument
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c407 static int _test_lsdir(const char *path) in _test_lsdir()

123456