OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026