HomeSort by: relevance | last modified time | path
    Searched defs:noerr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ofppc/isa/
isa_machdep.c 59 int err, noerr; local in function:map_isa_ioregs
71 noerr = bus_space_map(&genppc_isa_io_space_tag, IO_ELCR1, 2, 0,
73 if (noerr != 0)
74 aprint_error("Can't map IO_ELCR error %d\n", noerr);
isa_machdep.c 59 int err, noerr; local in function:map_isa_ioregs
71 noerr = bus_space_map(&genppc_isa_io_space_tag, IO_ELCR1, 2, 0,
73 if (noerr != 0)
74 aprint_error("Can't map IO_ELCR error %d\n", noerr);

Completed in 21 milliseconds