Home
last modified time | relevance | path

Searched refs:error (Results 1 – 4 of 4) sorted by relevance

/init/
Ddo_mounts_initrd.c56 int error; in handle_initrd() local
97 error = sys_mount("/old", "/root/initrd", NULL, MS_MOVE, NULL); in handle_initrd()
98 if (!error) in handle_initrd()
102 if (error == -ENOENT) in handle_initrd()
110 error = fd; in handle_initrd()
112 error = sys_ioctl(fd, BLKFLSBUF, 0); in handle_initrd()
115 printk(!error ? "okay\n" : "failed\n"); in handle_initrd()
Dinitramfs.c47 static void __init error(char *x) in error() function
255 error("incorrect cpio method used: use -H newc option"); in do_header()
259 error("no cpio magic"); in do_header()
299 error("broken padding"); in do_reset()
374 error("write error"); in do_copy()
383 error("write error"); in do_copy()
441 error("junk in compressed archive"); in flush_buffer()
487 &my_inptr, error); in unpack_to_rootfs()
489 error("decompressor failed"); in unpack_to_rootfs()
498 error("junk in compressed archive"); in unpack_to_rootfs()
[all …]
Ddo_mounts_dm.c278 goto error; in dm_parse_args()
290 goto error; in dm_parse_args()
294 goto error; in dm_parse_args()
297 error: in dm_parse_args()
Ddo_mounts_rd.c338 static void __init error(char *x) in error() function
357 result = deco(NULL, 0, compr_fill, compr_flush, NULL, NULL, error); in crd_load()