Lines Matching refs:error
1240 int error; in vga_port_handler() local
1246 error = vga_port_in_handler(ctx, in, port, 1, in vga_port_handler()
1248 if (!error) { in vga_port_handler()
1253 error = vga_port_out_handler(ctx, in, port, 1, in vga_port_handler()
1260 error = vga_port_in_handler(ctx, in, port, 1, in vga_port_handler()
1262 if (!error) { in vga_port_handler()
1265 error = vga_port_in_handler(ctx, in, port + 1, 1, in vga_port_handler()
1267 if (!error) { in vga_port_handler()
1272 error = vga_port_out_handler(ctx, in, port, 1, in vga_port_handler()
1275 error =vga_port_out_handler(ctx, in, port + 1, 1, in vga_port_handler()
1283 return (error); in vga_port_handler()
1291 int port, error; in vga_init() local
1308 error = register_inout(&iop); in vga_init()
1309 if (error == -1) { in vga_init()
1327 error = register_mem_fallback(&vd->mr); in vga_init()
1328 if (error == -1) { in vga_init()