loadfile_zboot.c | 42 static int zboot_exec(int fd, u_long *marks, int flags); 88 rval = zboot_exec(fd, marks, flags); 101 zboot_exec(int fd, u_long *marks, int flags) function in typeref:typename:int 160 printf("zboot_exec: read error\n"); 165 printf("zboot_exec: write error\n");
|