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

  /src/sys/arch/ofppc/isa/
isa_machdep.c 59 int err, noerr; local
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
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);
  /src/external/bsd/ntp/dist/libntp/
ntp_intres.c 487 int again, noerr; local
515 noerr = !!(gai_req->qflags & GAIR_F_IGNDNSERR);
516 again = noerr || should_retry_dns(
549 noerr);
ntp_intres.c 487 int again, noerr; local
515 noerr = !!(gai_req->qflags & GAIR_F_IGNDNSERR);
516 again = noerr || should_retry_dns(
549 noerr);

Completed in 45 milliseconds