Searched refs:noerr (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ofppc/isa/
H A Disa_machdep.c59 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);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobjc-lang.h61 int noerr);
H A Dobjc-lang.c86 lookup_struct_typedef (char *name, struct block *block, int noerr) argument
94 if (noerr)
101 if (noerr)
H A Dgdbtypes.c1115 const struct block *block, int noerr)
1128 else if (!tmp && noerr)
1278 lookup_struct_elt_type (struct type *type, char *name, int noerr) argument
1344 if (noerr)
1113 lookup_typename(const struct language_defn *language, struct gdbarch *gdbarch, char *name, const struct block *block, int noerr) argument
H A Dada-lang.c6497 int noerr, int *dispp)
6518 if (noerr)
6601 if (!noerr)
6486 ada_lookup_struct_elt_type(struct type *type, char *name, int refok, int noerr, int *dispp) argument

Completed in 220 milliseconds