Home
last modified time | relevance | path

Searched defs:path_len (Results 26 - 50 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/of/
H A Doverlay.c209 int path_len; in dup_and_fixup_symbol_prop() local
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c737 mtk_drm_crtc_create(struct drm_device *drm_dev, const enum mtk_ddp_comp_id *path, unsigned int path_len) mtk_drm_crtc_create() argument
H A Dmtk_drm_ddp_comp.c419 mtk_drm_find_comp_in_ddp(struct mtk_ddp_comp ddp_comp, const enum mtk_ddp_comp_id *path, unsigned int path_len) mtk_drm_find_comp_in_ddp() argument
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode.h49 __u32 path_len; member
H A Dhmdfs_client.c36 int path_len = strlen(send_buf); in hmdfs_send_open() local
464 int path_len in hmdfs_client_start_mkdir() local
419 hmdfs_client_start_readdir(struct hmdfs_peer *con, struct file *filp, const char *path, int path_len, struct hmdfs_dcache_header *header) hmdfs_client_start_readdir() argument
513 int path_len = strlen(path); hmdfs_client_start_create() local
561 int path_len = strlen(path); hmdfs_client_start_rmdir() local
592 int path_len = strlen(path); hmdfs_client_start_unlink() local
669 int path_len = strlen(send_buf); hmdfs_send_setattr() local
727 int path_len = strlen(send_buf); hmdfs_send_getattr() local
784 int path_len = strlen(path); hmdfs_send_statfs() local
865 size_t path_len = strlen(send_buf); hmdfs_send_getxattr() local
905 size_t path_len = strlen(send_buf); hmdfs_send_setxattr() local
957 size_t path_len = strlen(send_buf); hmdfs_send_listxattr() local
1031 int path_len = strlen(path); hmdfs_send_drop_push() local
[all...]
H A Dhmdfs_server.c134 int path_len; in hmdfs_open_link() local
1009 size_t path_len = 0; in server_lower_dentry_path_raw() local
1156 int path_len = le32_to_cpu(mkdir_recv->path_len); hmdfs_server_mkdir() local
1206 int path_len = le32_to_cpu(create_recv->path_len); hmdfs_server_create() local
[all...]
H A Dstash.c59 __le32 path_len; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode.h49 __u32 path_len; member
H A Dhmdfs_client.c36 int path_len = strlen(send_buf); in hmdfs_send_open() local
463 int path_len in hmdfs_client_start_mkdir() local
418 hmdfs_client_start_readdir(struct hmdfs_peer *con, struct file *filp, const char *path, int path_len, struct hmdfs_dcache_header *header) hmdfs_client_start_readdir() argument
512 int path_len = strlen(path); hmdfs_client_start_create() local
560 int path_len = strlen(path); hmdfs_client_start_rmdir() local
591 int path_len = strlen(path); hmdfs_client_start_unlink() local
668 int path_len = strlen(send_buf); hmdfs_send_setattr() local
726 int path_len = strlen(send_buf); hmdfs_send_getattr() local
783 int path_len = strlen(path); hmdfs_send_statfs() local
864 size_t path_len = strlen(send_buf); hmdfs_send_getxattr() local
904 size_t path_len = strlen(send_buf); hmdfs_send_setxattr() local
956 size_t path_len = strlen(send_buf); hmdfs_send_listxattr() local
1030 int path_len = strlen(path); hmdfs_send_drop_push() local
[all...]
/kernel/linux/linux-6.6/drivers/of/
H A Doverlay.c207 int path_len; in dup_and_fixup_symbol_prop() local
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_drm_crtc.c902 mtk_drm_crtc_create(struct drm_device *drm_dev, const unsigned int *path, unsigned int path_len, int priv_data_index) mtk_drm_crtc_create() argument
H A Dmtk_drm_ddp_comp.c493 mtk_drm_find_comp_in_ddp(struct device *dev, const unsigned int *path, unsigned int path_len, struct mtk_ddp_comp *ddp_comp) mtk_drm_find_comp_in_ddp() argument
/third_party/gn/src/base/files/
H A Dfile_util_win.cc276 DWORD path_len = ::GetTempPath(MAX_PATH, ToWCharT(temp_path)); in GetTempDir() local
/third_party/node/deps/uv/src/win/
H A Dprocess.c1021 DWORD path_len, r; in uv_spawn() local
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp108 const auto path_len = fCurrentMeasure->length(); in getMatrix() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.c321 size_t host_len, path_len; in subscr_addr_add_url() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp.c329 size_t host_len, path_len; in subscr_addr_add_url() local
/third_party/vulkan-loader/loader/
H A Dsettings.c213 size_t path_len = base_len + suffix_len + 1; in check_if_settings_path_exists() local
/kernel/linux/common_modules/tzdriver/core/
H A Dagent.c101 char *get_proc_dpath(char *path, int path_len) in get_proc_dpath() argument
130 char *get_proc_dpath(char *path, int path_len) in get_proc_dpath() argument
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc372 size_t path_len = AbsPathLenWithNoTrailingSlash(path); in MakeAbsolutePathRelativeIfPossible() local
/third_party/libuv/src/win/
H A Dprocess.c995 DWORD path_len, r; in uv_spawn() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc635 int path_len = 0; in FindPath() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.c478 size_t path_len = strlen(path) - mount_len + 1; in perf_event__synthesize_cgroup() local
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dprotocol.h190 __le32 path_len; member
218 __le32 path_len; member
279 __le32 path_len; member
295 __le32 path_len; member
302 __le32 path_len; member
310 __le32 path_len; member
316 __le32 path_len; member
331 __le32 path_len; member
345 __le32 path_len; member
351 __le32 path_len; member
381 __le32 path_len; global() member
410 __le32 path_len; global() member
422 __le32 path_len; global() member
431 __le32 path_len; global() member
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dprotocol.h190 __le32 path_len; member
218 __le32 path_len; member
279 __le32 path_len; member
295 __le32 path_len; member
302 __le32 path_len; member
310 __le32 path_len; member
316 __le32 path_len; member
331 __le32 path_len; member
345 __le32 path_len; member
351 __le32 path_len; member
381 __le32 path_len; global() member
410 __le32 path_len; global() member
422 __le32 path_len; global() member
431 __le32 path_len; global() member
[all...]

Completed in 39 milliseconds

123