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

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

Completed in 180 milliseconds