Home
last modified time | relevance | path

Searched refs:kpath (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.c67 char *kpath, *args; in start_bootloader() local
83 kpath = "vmlinux"; in start_bootloader()
86 kpath = buffer; in start_bootloader()
98 fd = ssc((long) kpath, 1, 0, 0, SSC_OPEN); in start_bootloader()
101 cons_write(kpath); in start_bootloader()
132 cons_write(kpath); in start_bootloader()
167 ssc(0, (long) kpath, 0, 0, SSC_LOAD_SYMBOLS); in start_bootloader()
/linux-4.4.14/tools/testing/selftests/kcmp/
Dkcmp_test.c29 const char kpath[] = "kcmp-test-file"; in main() local
34 fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644); in main()
52 fd2 = open(kpath, O_RDWR, 0644); in main()
/linux-4.4.14/arch/x86/kvm/
Dassigned-dev.c662 char *kpath, *syspath; in probe_sysfs_permissions() local
670 kpath = kobject_get_path(&dev->dev.kobj, GFP_KERNEL); in probe_sysfs_permissions()
671 if (!kpath) in probe_sysfs_permissions()
675 syspath = kasprintf(GFP_KERNEL, "/sys%s/resource%d", kpath, i); in probe_sysfs_permissions()
676 kfree(kpath); in probe_sysfs_permissions()