Home
last modified time | relevance | path

Searched refs:path_name (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/interconnect/
H A Dtrace.h25 __string(path_name, p->name)
35 __assign_str(path_name, p->name);
45 __get_str(path_name),
61 __string(path_name, p->name)
67 __assign_str(path_name, p->name);
73 __get_str(path_name),
/openbmc/linux/tools/hv/
H A Dhv_fcopy_daemon.c34 p = (char *)smsg->path_name; in hv_start_fcopy()
36 (char *)smsg->path_name, (char *)smsg->file_name); in hv_start_fcopy()
49 if (access((char *)smsg->path_name, F_OK)) { in hv_start_fcopy()
51 if (mkdir((char *)smsg->path_name, 0755)) { in hv_start_fcopy()
53 (char *)smsg->path_name); in hv_start_fcopy()
58 (char *)smsg->path_name); in hv_start_fcopy()
/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c268 ref->ref_flag, ref->path_name, ref->node_name, in dump_refs()
429 ce->path = refs[0].path_name; in alloc_cache_entry()
430 refs[0].path_name = NULL; in alloc_cache_entry()
490 rc = cache_entry_hash(refs[0].path_name, strlen(refs[0].path_name), &hash); in add_cache_entry_locked()
667 convert_delimiter(ref[i].path_name, '\\'); in get_dfs_referral()
765 ref->path_name = kstrdup(path, GFP_ATOMIC); in setup_referral()
766 if (!ref->path_name) in setup_referral()
784 kfree(ref->path_name); in setup_referral()
785 ref->path_name = NULL; in setup_referral()
H A Dcifsglob.h1796 char *path_name; member
1817 kfree(param->path_name); in __free_dfs_info_param()
1843 kfree(param[i].path_name); in free_dfs_info_array()
H A Dmisc.c967 node->path_name = cifs_strndup_from_utf16(temp, max_len, in parse_dfs_referrals()
969 if (!node->path_name) { in parse_dfs_referrals()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c712 GString *path_name; in locate_fuzz_objects() local
734 path_name = g_string_new(object_get_canonical_path_component(child)); in locate_fuzz_objects()
735 g_string_ascii_down(path_name); in locate_fuzz_objects()
736 if (g_pattern_match_simple(pattern, path_name->str)) { in locate_fuzz_objects()
745 g_string_free(path_name, true); in locate_fuzz_objects()
/openbmc/linux/drivers/hv/
H A Dhv_fcopy.c155 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
157 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
/openbmc/linux/security/apparmor/
H A Dfile.c160 static int path_name(const char *op, const struct cred *subj_cred, in path_name() function
261 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm()
341 error = path_name(OP_LINK, subj_cred, &profile->label, link, in profile_path_link()
348 error = path_name(OP_LINK, subj_cred, &profile->label, target, in profile_path_link()
/openbmc/linux/include/uapi/linux/
H A Dhyperv.h143 __u16 path_name[W_MAX_PATH]; member
/openbmc/linux/include/video/
H A Dmmp_disp.h316 const char *path_name; member
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py739 path_name = output_dir_name + "/" + file_name
740 file = open(path_name, "wb+")
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c565 fbi->path = mmp_get_path(mi->path_name); in mmpfb_probe()
567 dev_err(&pdev->dev, "can't get the path %s\n", mi->path_name); in mmpfb_probe()