| /Zephyr-latest/subsys/net/lib/lwm2m/ | 
| D | lwm2m_registry.c | 158 struct lwm2m_engine_obj *lwm2m_engine_get_obj(const struct lwm2m_obj_path *path)  in lwm2m_engine_get_obj() 319 int lwm2m_create_object_inst(const struct lwm2m_obj_path *path)  in lwm2m_create_object_inst() 339 int lwm2m_delete_object_inst(const struct lwm2m_obj_path *path)  in lwm2m_delete_object_inst() 358 struct lwm2m_engine_obj_inst *lwm2m_engine_get_obj_inst(const struct lwm2m_obj_path *path)  in lwm2m_engine_get_obj_inst() 367 int path_to_objs(const struct lwm2m_obj_path *path, struct lwm2m_engine_obj_inst **obj_inst,  in path_to_objs() 443 static bool is_string(const struct lwm2m_obj_path *path)  in is_string() 460 int lwm2m_set_res_buf(const struct lwm2m_obj_path *path, void *buffer_ptr, uint16_t buffer_len,  in lwm2m_set_res_buf() 537 static int lwm2m_engine_set(const struct lwm2m_obj_path *path, const void *value, uint16_t len)  in lwm2m_engine_set() 727 int lwm2m_set_opaque(const struct lwm2m_obj_path *path, const char *data_ptr, uint16_t data_len)  in lwm2m_set_opaque() 732 int lwm2m_set_string(const struct lwm2m_obj_path *path, const char *data_ptr)  in lwm2m_set_string() [all …] 
 | 
| D | lwm2m_rw_plain_text.c | 101 		   struct lwm2m_obj_path *path, int32_t value)  in put_s32() 106 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_s8() 113 		   struct lwm2m_obj_path *path, int16_t value)  in put_s16() 119 		   struct lwm2m_obj_path *path, int64_t value)  in put_s64() 125 		   struct lwm2m_obj_path *path, time_t value)  in put_time() 131 			 struct lwm2m_obj_path *path, double *value)  in plain_text_put_float() 150 		      struct lwm2m_obj_path *path, char *buf, size_t buflen)  in put_string() 163 		    struct lwm2m_obj_path *path, bool value)  in put_bool() 173 		      struct lwm2m_obj_path *path, struct lwm2m_objlnk *value)  in put_objlnk()
  | 
| D | lwm2m_rw_cbor.c | 37 static int put_time(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, time_t value)  in put_time() 97 		      struct lwm2m_obj_path *path, int64_t value)  in put_s64() 117 static int put_s32(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int32_t value)  in put_s32() 137 static int put_s16(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int16_t value)  in put_s16() 142 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int8_t value)  in put_s8() 148 		      struct lwm2m_obj_path *path, double *value)  in put_float() 167 static int put_string(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_string() 187 static int put_opaque(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_opaque() 207 static int put_bool(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, bool value)  in put_bool() 226 static int put_objlnk(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_objlnk()
  | 
| D | lwm2m_rw_senml_cbor.c | 142 static int put_basename(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_basename() 188 static int put_end(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_end() 213 static int put_begin_oi(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_begin_oi() 227 static int put_begin_r(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_begin_r() 302 static int put_begin_ri(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_begin_ri() 347 static int put_name_nth_ri(struct lwm2m_output_context *out, struct lwm2m_obj_path *path)  in put_name_nth_ri() 364 static int put_value(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int64_t value)  in put_value() 382 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int8_t value)  in put_s8() 387 static int put_s16(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int16_t value)  in put_s16() 392 static int put_s32(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int32_t value)  in put_s32() [all …] 
 | 
| D | lwm2m_rw_link_format.c | 45 		     struct lwm2m_obj_path *path)  in put_begin() 238 					    const struct lwm2m_obj_path *path,  in put_corelink_attributes_resource() 258 			     const struct lwm2m_obj_path *path,  in put_corelink_ssid() 321 			    const struct lwm2m_obj_path *path,  in put_obj_corelink() 372 				 const struct lwm2m_obj_path *path,  in put_obj_inst_corelink() 438 			    const struct lwm2m_obj_path *path,  in put_res_corelink() 502 				 const struct lwm2m_obj_path *path,  in put_res_inst_corelink() 551 			const struct lwm2m_obj_path *path)  in put_corelink()
  | 
| D | lwm2m_rw_oma_tlv.c | 107 static uint16_t tlv_calc_id(uint8_t flags, struct lwm2m_obj_path *path)  in tlv_calc_id() 333 			struct lwm2m_obj_path *path)  in put_begin_oi() 351 		      struct lwm2m_obj_path *path)  in put_end_oi() 369 			struct lwm2m_obj_path *path)  in put_begin_ri() 383 		      struct lwm2m_obj_path *path)  in put_end_ri() 403 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_s8() 423 		   struct lwm2m_obj_path *path, int16_t value)  in put_s16() 448 		   struct lwm2m_obj_path *path, int32_t value)  in put_s32() 474 		   struct lwm2m_obj_path *path, int64_t value)  in put_s64() 499 static int put_time(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, time_t value)  in put_time() [all …] 
 | 
| D | lwm2m_rw_json.c | 194 				       struct lwm2m_obj_path *path)  in init_object_name_parameters() 426 		     struct lwm2m_obj_path *path)  in put_begin() 453 		   struct lwm2m_obj_path *path)  in put_end() 466 			struct lwm2m_obj_path *path)  in put_begin_ri() 480 		      struct lwm2m_obj_path *path)  in put_end_ri() 493 static int put_s32(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, int32_t value)  in put_s32() 517 		   struct lwm2m_obj_path *path, int16_t value)  in put_s16() 522 static int put_s8(struct lwm2m_output_context *out, struct lwm2m_obj_path *path,  in put_s8() 529 		   struct lwm2m_obj_path *path, int64_t value)  in put_s64() 552 static int put_time(struct lwm2m_output_context *out, struct lwm2m_obj_path *path, time_t value)  in put_time() [all …] 
 | 
| /Zephyr-latest/tests/subsys/fs/common/ | 
| D | test_fs_basic.c | 24 	struct testfs_path path;  in create_write_hello()  local 89 	struct testfs_path path;  in verify_hello()  local 121 	struct testfs_path path;  in seek_within_hello()  local 189 	struct testfs_path path;  in truncate_hello()  local 255 	struct testfs_path path;  in unlink_hello()  local 280 	struct testfs_path path;  in sync_goodbye()  local 344 	struct testfs_path path;  in verify_goodbye()  local
  | 
| /Zephyr-latest/subsys/fs/ | 
| D | fuse_fs_access_bottom.c | 68 	const char *path;  member 82 	const char *path;  member 90 	const char *path;  member 184 static bool is_mount_point(const char *path)  in is_mount_point() 199 static int fuse_fs_access_getattr(const char *path, struct stat *st)  in fuse_fs_access_getattr() 295 static int fuse_fs_access_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t off,  in fuse_fs_access_readdir() 378 static int fuse_fs_access_mkdir(const char *path, mode_t mode)  in fuse_fs_access_mkdir() 387 static int fuse_fs_access_create(const char *path, mode_t mode, struct fuse_file_info *fi)  in fuse_fs_access_create() 406 static int fuse_fs_access_open(const char *path, struct fuse_file_info *fi)  in fuse_fs_access_open() 413 static int fuse_fs_access_release(const char *path, struct fuse_file_info *fi)  in fuse_fs_access_release() [all …] 
 | 
| D | shell.c | 89 static void create_abs_path(const char *name, char *path, size_t len)  in create_abs_path() 121 	char path[MAX_PATH_LEN];  in cmd_cd()  local 164 	char path[MAX_PATH_LEN];  in cmd_ls()  local 214 	char path[MAX_PATH_LEN];  in cmd_trunc()  local 248 	char path[MAX_PATH_LEN];  in cmd_mkdir()  local 264 	char path[MAX_PATH_LEN];  in cmd_rm()  local 353 	char path[MAX_PATH_LEN];  in cmd_read()  local 449 	char path[MAX_PATH_LEN];  in cmd_cat()  local 502 	char path[MAX_PATH_LEN];  in cmd_statvfs()  local 521 	char path[MAX_PATH_LEN];  in cmd_write()  local [all …] 
 | 
| D | fuse_fs_access.c | 47 static int ffa_stat_top(const char *path, struct ffa_dirent *entry_bottom)  in ffa_stat_top() 82 static int ffa_readdir_start(const char *path)  in ffa_readdir_start() 118 static int ffa_create_top(const char *path, uint64_t *fh)  in ffa_create_top() 182 static int ffa_truncate_top(const char *path, off_t size)  in ffa_truncate_top() 202 static int ffa_mkdir_top(const char *path)  in ffa_mkdir_top() 209 static int ffa_unlink_top(const char *path)  in ffa_unlink_top()
  | 
| D | fs_impl.c | 11 const char *fs_impl_strip_prefix(const char *path,  in fs_impl_strip_prefix()
  | 
| /Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ | 
| D | test_fat_rename.c | 11 static int delete_it(const char *path, int quiet)  in delete_it() 24 static int create_file(const char *path)  in create_file() 42 static int create_dir(const char *path)  in create_dir()
  | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | build_helpers.py | 116 def is_zephyr_build(path):  argument 145 def load_domains(path):  argument
  | 
| /Zephyr-latest/scripts/ci/ | 
| D | errno.py | 20 def parse_errno(path):  argument
  | 
| /Zephyr-latest/doc/_scripts/ | 
| D | gen_helpers.py | 11 def write_if_updated(path, s):  argument
  | 
| /Zephyr-latest/lib/libc/common/source/stdio/ | 
| D | remove.c | 20 int remove(const char *path)  in remove()
  | 
| /Zephyr-latest/tests/subsys/fs/fs_api/src/ | 
| D | test_fs.c | 64 static int temp_unlink(struct fs_mount_t *mountp, const char *path)  in temp_unlink() 200 static int temp_mkdir(struct fs_mount_t *mountp, const char *path)  in temp_mkdir() 217 static int temp_opendir(struct fs_dir_t *zdp, const char *path)  in temp_opendir() 285 		      const char *path, struct fs_dirent *entry)  in temp_stat() 295 			 const char *path, struct fs_statvfs *stat)  in temp_statvfs()
  | 
| /Zephyr-latest/scripts/ | 
| D | zephyr_module.py | 322 def get_blob_status(path, sha256):  argument 367 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, taint_blobs=False, sysbuild=False):  argument 458     def git_revision(path):  argument 485     def git_remote(path):  argument 514     def git_tags(path, revision):  argument
  | 
| D | get_maintainer.py | 212     def path2areas(self, path):  argument 384     def _contains(self, path):  argument 459 def _load_maintainers(path):  argument 585 def _ls_files(path=None):  argument
  | 
| /Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ | 
| D | common.c | 12 int check_file_dir_exists(const char *path)  in check_file_dir_exists()
  | 
| D | test_fat_fs.c | 15 static int test_statvfs(const char *path)  in test_statvfs()
  | 
| /Zephyr-latest/scripts/tests/twister/ | 
| D | test_environment.py | 317     def mocked_abspath(path):  argument 344     def mocked_abspath(path):  argument 448     def mocked_abspath(path):  argument 576     def mocked_abspath(path):  argument
  | 
| /Zephyr-latest/scripts/west_commands/fetchers/ | 
| D | http.py | 17     def fetch(self, url, path):  argument
  | 
| /Zephyr-latest/modules/openthread/platform/ | 
| D | settings.c | 43 	char path[OT_SETTINGS_MAX_PATH_LEN];  in ot_setting_delete_cb()  local 132 static bool ot_setting_exists(const char *path)  in ot_setting_exists() 224 	char path[OT_SETTINGS_MAX_PATH_LEN];  in otPlatSettingsGet()  local 257 	char path[OT_SETTINGS_MAX_PATH_LEN];  in otPlatSettingsSet()  local 281 	char path[OT_SETTINGS_MAX_PATH_LEN];  in otPlatSettingsAdd()  local
  |