/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 820 formatter.field("path", Lite(&_val.path)); in fmt() 919 formatter.field("path", Lite(&_val.path)); in fmt() 1474 formatter.field("path", Lite(&self.value.path)); in fmt() 1583 formatter.field("path", Lite(&self.value.path)); in fmt() 2972 formatter.field("path", Lite(&self.value.path)); in fmt() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ublk_drv.c | 1022 /* called from ublk_abort_queue() code path */ in __ublk_complete_rq() 2700 struct path path; in ublk_char_dev_permission() local 2703 err = kern_path(dev_path, LOOKUP_FOLLOW, &path); in ublk_char_dev_permission() 2707 err = vfs_getattr(&path, &stat, STATX_TYPE, AT_STATX_SYNC_AS_STAT); in ublk_char_dev_permission() 2716 d_backing_inode(path.dentry), mask); in ublk_char_dev_permission() 2718 path_put(&path); in ublk_char_dev_permission() 2746 * User has to provide the char device path for unprivileged ublk in ublk_ctrl_uring_cmd_permission() 2748 * header->addr always points to the dev path buffer, and in ublk_ctrl_uring_cmd_permission() 2749 * header->dev_path_len records length of dev path buffe in ublk_ctrl_uring_cmd_permission() [all...] |
/third_party/elfutils/src/ |
H A D | unstrip.c | 299 make_directories (const char *path) in make_directories() 301 const char *lastslash = strrchr (path, '/'); in make_directories() 305 while (lastslash > path && lastslash[-1] == '/') in make_directories() 307 if (lastslash == path) in make_directories() 310 char *dir = strndup (path, lastslash - path); in make_directories() 298 make_directories(const char *path) make_directories() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | dashdec.c | 706 char *path = NULL; in resolve_content_path() local 747 path = av_mallocz(tmp_max_url_size); in resolve_content_path() 749 if (!tmp_str || !path) { in resolve_content_path() 754 av_strlcpy (path, url, strlen(url) - size + 1); in resolve_content_path() 769 root_url = (av_strcasecmp(baseurl, "")) ? baseurl : path; in resolve_content_path() 815 av_free(path); in resolve_content_path()
|
/third_party/nghttp2/src/ |
H A D | h2load.cc | 2254 socket path. The connection is made through that path in print_help() 2543 // UNIX domain socket path in main() 2546 auto path = StringRef{std::begin(arg) + str_size(UNIX_PATH_PREFIX), in main() local 2549 if (path.size() == 0 || path.size() + 1 > sizeof(un.sun_path)) { in main() 2550 std::cerr << "--base-uri: invalid UNIX domain socket path: " << arg in main() 2558 std::copy(std::begin(path), std::end(path), unix_addr.sun_path); in main() 2559 unix_addr.sun_path[path in main() [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 1319 /* port may be NULL, because if we use a synthesized mixer path, then the in sync_mixer() 1716 u->mixer_path = data->path; in sink_set_port_ucm_cb() 1737 pa_assert_se(u->mixer_path = data->path); in sink_set_port_cb() 2212 pa_log_debug("Probed mixer path %s:", u->mixer_path->name); in find_mixer() 2257 u->mixer_path = data->path; in setup_mixer() 2259 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->sink->muted); in setup_mixer() 2266 if (data->path) { in setup_mixer() 2267 u->mixer_path = data->path; in setup_mixer() 2277 /* Hmm, we have only a single path, then let's activate it */ in setup_mixer()
|
H A D | alsa-source.c | 1193 /* port may be NULL, because if we use a synthesized mixer path, then the in sync_mixer() 1590 u->mixer_path = data->path; in source_set_port_ucm_cb() 1611 pa_assert_se(u->mixer_path = data->path); in source_set_port_cb() 1916 pa_log_debug("Probed mixer path %s:", u->mixer_path->name); in find_mixer() 1961 u->mixer_path = data->path; in setup_mixer() 1963 pa_alsa_path_select(data->path, data->setting, u->mixer_handle, u->source->muted); in setup_mixer() 1970 if (data->path) { in setup_mixer() 1971 u->mixer_path = data->path; in setup_mixer() 1981 /* Hmm, we have only a single path, then let's activate it */ in setup_mixer()
|
/kernel/linux/common_modules/tzdriver/auth/ |
H A D | auth_base_impl.c | 22 #include <linux/path.h> 335 tloge("invalid uid path\n"); in check_proc_uid_path() 341 tloge("path kmalloc fail\n"); in check_proc_uid_path() 359 tloge("snprintf_s path uid failed, ret %d\n", ret); in check_proc_uid_path() 379 tloge("check cadaemon path failed, ret %d\n", ret); in check_cadaemon_auth() 413 tloge("check teecd path failed, ret %d\n", ret); in check_teecd_auth()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | spufs.h | 235 long spufs_create(struct path *nd, struct dentry *dentry, unsigned int flags,
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 621 * Device path specifications used by PDC. 624 struct hardware_path path; member
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 169 extern int os_stat_filesystem(char *path, long *bsize_out,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_ctrl_defs.h | 317 } path[MAX_NUMBER_OF_EXT_DISPLAY_PATH]; member
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 76 # query in hard ISR path would return false (since .IE is set) which would 174 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | spufs.h | 235 long spufs_create(const struct path *nd, struct dentry *dentry, unsigned int flags,
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 379 struct hardware_path path; member
|
/kernel/linux/linux-5.10/net/unix/ |
H A D | diag.c | 28 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.h | 262 struct node *get_node_by_path(struct node *tree, const char *path);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | qcom-geni-se.h | 37 struct icc_path *path; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-mem.c | 235 .path = input_name, in report_raw_events()
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 113 char path[PATH_MAX]; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 144 char *path; member
|
H A D | dso.h | 287 int __kmod_path__parse(struct kmod_path *m, const char *path,
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | dentry.c | 105 struct path lower_path, parent_lower_path; in hmdfs_d_revalidate()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2file.c | 48 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_cm.h | 97 * SGID attribute of the primary path. Currently only 98 * useful for RoCE. Alternate path GID attributes 464 * to the alternate path. 526 struct sa_path_rec *path; member
|