Searched refs:kpath (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ia64/boot/ |
D | bootloader.c | 93 char *kpath, *args; in _start() local 113 kpath = "vmlinux"; in _start() 116 kpath = buffer; in _start() 128 fd = ssc((long) kpath, 1, 0, 0, SSC_OPEN); in _start() 131 cons_write(kpath); in _start() 162 cons_write(kpath); in _start() 197 ssc(0, (long) kpath, 0, 0, SSC_LOAD_SYMBOLS); in _start()
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | sys_hpux.c | 176 char *kpath; in hpux_statfs() local 180 kpath = (char *) kmalloc(len+1, GFP_KERNEL); in hpux_statfs() 181 if ( !kpath ) { in hpux_statfs() 186 if ( copy_from_user(kpath, (char *)path, len+1) ) { in hpux_statfs() 188 kfree(kpath); in hpux_statfs() 192 printk(KERN_DEBUG "hpux_statfs(\"%s\",-)\n", kpath); in hpux_statfs() 194 kfree(kpath); in hpux_statfs()
|