/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | config.c | 679 const char *home = NULL; in perf_config_set__init() local 691 home = getenv("HOME"); in perf_config_set__init() 698 if (!home || !*home || !perf_config_global()) in perf_config_set__init() 701 user_config = strdup(mkpath("%s/.perfconfig", home)); in perf_config_set__init() 703 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.", home); in perf_config_set__init() 853 char *home = getenv("HOME"); in set_buildid_dir() local 855 if (home) { in set_buildid_dir() 857 home, DEBUG_CACHE_DIR); in set_buildid_dir()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | config.c | 542 const char *home = NULL; in home_perfconfig() local 547 home = getenv("HOME"); in home_perfconfig() 554 if (!home || !*home || !perf_config_global()) in home_perfconfig() 557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig() 559 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.\n", home); in home_perfconfig() 898 char *home = getenv("HOME"); in set_buildid_dir() local 900 if (home) { in set_buildid_dir() 902 home, DEBUG_CACHE_DIR); in set_buildid_dir()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | umid.c | 34 char *home = getenv("HOME"); in make_uml_dir() local 37 if (home == NULL) { in make_uml_dir() 43 strlcpy(dir, home, sizeof(dir)); in make_uml_dir()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | umid.c | 34 char *home = getenv("HOME"); in make_uml_dir() local 37 if (home == NULL) { in make_uml_dir() 43 strscpy(dir, home, sizeof(dir)); in make_uml_dir()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-plugin.c | 562 * - In user's home: ~/.local/lib/traceevent/plugins/ 574 char *home; in tep_load_plugins_hook() local 610 * Now let the home directory override the environment in tep_load_plugins_hook() 613 home = getenv("HOME"); in tep_load_plugins_hook() 614 if (!home) in tep_load_plugins_hook() 617 ret = asprintf(&path, "%s/%s", home, LOCAL_PLUGIN_DIR); in tep_load_plugins_hook()
|
/kernel/linux/linux-6.6/drivers/auxdisplay/ |
H A D | charlcd.h | 64 * @home: Set cursor to 0, 0. The values in addr.x and addr.y are set to 0, 0 by 82 int (*home)(struct charlcd *lcd); member
|
H A D | hd44780.c | 131 .home = hd44780_common_home, 187 .home = hd44780_common_home,
|
H A D | lcd2s.c | 277 .home = lcd2s_home,
|
H A D | charlcd.c | 109 lcd->ops->home(lcd); in charlcd_home() 443 /* cursor to home */ in charlcd_write_char()
|
H A D | panel.c | 815 .home = hd44780_common_home,
|
/kernel/linux/linux-5.10/drivers/perf/hisilicon/ |
H A D | hisi_uncore_hha_pmu.c | 302 HISI_PMU_EVENT_ATTR(sdir-home-migrate, 0x4c), 303 HISI_PMU_EVENT_ATTR(edir-home-migrate, 0x4d),
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | namei.c | 29 e->ref.high = fname->home.high = 0; in fill_name_de() 466 ntfs_iget5(inode->i_sb, &fname->home, NULL)); in ntfs3_get_parent()
|
H A D | frecord.c | 1668 if (home_dir && memcmp(home_dir, &fname->home, sizeof(*home_dir))) in ni_fname_name() 2915 mi_get_ref(&dir_ni->mi, &de_name->home); in ni_remove_name() 2918 &de_name->home, &mi, &le); in ni_remove_name() 3038 mi_get_ref(&dir_ni->mi, &de_name->home); in ni_add_name() 3212 if (ino_get(&fname->home) == ni->vfs_inode.i_ino) { in ni_update_parent() 3218 dir = ntfs_iget5(sb, &fname->home, NULL); in ni_update_parent() 3223 (long)ino_get(&fname->home)); in ni_update_parent()
|
H A D | dir.c | 289 if (!mi_is_ref(&ni->mi, &fname->home)) in ntfs_filldir()
|
H A D | inode.c | 462 } else if (fname && fname->home.low == cpu_to_le32(MFT_REC_EXTEND) && in ntfs_read_mft() 463 fname->home.seq == cpu_to_le16(MFT_REC_EXTEND)) { in ntfs_read_mft() 1403 mi_get_ref(&dir_ni->mi, &fname->home); in ntfs_create_inode()
|
H A D | ntfs.h | 573 struct MFT_REF home; // 0x00: MFT record for directory. member
|
H A D | ntfs_fs.h | 549 const struct MFT_REF *home,
|
/kernel/linux/linux-6.6/drivers/perf/hisilicon/ |
H A D | hisi_uncore_hha_pmu.c | 386 HISI_PMU_EVENT_ATTR(sdir-home-migrate, 0x4c), 387 HISI_PMU_EVENT_ATTR(edir-home-migrate, 0x4d),
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 337 .quad 0 # cr13: home space segment table
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 289 .quad 0 # cr13: home space segment table
|