Searched refs:os_error (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/arch/acorn32/stand/nbfs/
H A Dnbfs.h11 extern os_error const *nbfs_open (struct nbfs_reg *);
12 extern os_error const *nbfs_getbytes(struct nbfs_reg *);
13 extern os_error const *nbfs_putbytes(struct nbfs_reg *);
14 extern os_error const *nbfs_args (struct nbfs_reg *);
15 extern os_error const *nbfs_close (struct nbfs_reg *);
16 extern os_error const *nbfs_file (struct nbfs_reg *);
17 extern os_error const *nbfs_func (struct nbfs_reg *);
H A Dnbfs.c87 static os_error const *maperr(int saerr);
175 os_error const *
218 os_error const *
236 os_error const *
239 static os_error const err = {0, "nbfs_putbytes"};
244 os_error const *
247 static os_error const err = {0, "nbfs_args"};
252 os_error const *
268 os_error const *
341 static os_error cons
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dmemory.c41 os_error ("Memory allocation failed");
58 os_error ("Integer overflow in xmallocarray");
64 os_error ("Memory allocation failed in xmallocarray");
80 os_error ("Allocating cleared memory failed");
94 os_error ("Memory allocation failure in xrealloc");
H A Dstring.c132 os_error ("Memory allocation failed in fc_strdup");
146 os_error ("Memory allocation failed in fc_strdup");
H A Dminimal.c205 /* os_error()-- Operating system error. We get a message from the
210 os_error (const char *message) function
218 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported variable
222 /* Improved version of os_error with a printf style format string and
H A Derror.c383 /* os_error()-- Operating system error. We get a message from the
388 os_error (const char *message) function
406 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported variable
410 /* Improved version of os_error with a printf style format string and
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dmemory.c41 os_error ("Memory allocation failed");
58 os_error ("Integer overflow in xmallocarray");
64 os_error ("Memory allocation failed in xmallocarray");
80 os_error ("Allocating cleared memory failed");
94 os_error ("Memory allocation failure in xrealloc");
H A Dminimal.c205 /* os_error()-- Operating system error. We get a message from the
210 os_error (const char *message) function
218 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported variable
222 /* Improved version of os_error with a printf style format string and
H A Dstring.c133 os_error ("Memory allocation failed in fc_strdup");
147 os_error ("Memory allocation failed in fc_strdup");
H A Derror.c352 /* os_error()-- Operating system error. We get a message from the
357 os_error (const char *message) function
375 iexport(os_error); /* TODO, DEPRECATED, ABI: Should not be exported variable
379 /* Improved version of os_error with a printf style format string and
/netbsd-current/sys/arch/acorn32/stand/lib/
H A Driscoscalls.h101 typedef struct os_error { struct
104 } os_error; typedef in typeref:struct:os_error
117 extern os_error *xos_cli(char *);
148 extern os_error *xosargs_read(int, int, int *);
149 extern os_error *xosargs_set(int, int, int);
169 extern os_error *xosgbpb_write(int, char const *, int, int *);
170 extern os_error *xosgbpb_read(int, char *, int, int *);
187 extern os_error *xosfind_close(int);
188 extern os_error *xosfind_open(int, char const *, char const *, int *);
268 extern os_error *xosmemory_read_arrangement_table_siz
[all...]
H A Driscoserrors.c34 riscos_errno(os_error *error)
H A Driscosfile.c43 os_error *error;
80 struct os_error *error;
98 os_error *error;
118 os_error *error;
137 os_error *error;
160 os_error *error;
H A Drmreloc.c58 os_error *relocate_self(Elf_Dyn *, void *, void *);
101 static struct os_error bad_reloc = {
105 os_error *
H A Driscosdisk.c49 os_error *err;
123 os_error *err;
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcallback.c685 os_error (host_callback *p ATTRIBUTE_UNUSED, const char *format, ...) function
736 os_error,
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcallback.c704 os_error (host_callback *p ATTRIBUTE_UNUSED, const char *format, ...) function
758 os_error,
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunit.c893 os_error ("Completing record after ADVANCE_NO failed");
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dunit.c892 os_error ("Completing record after ADVANCE_NO failed");
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h728 extern _Noreturn void os_error (const char *);
729 iexport_proto(os_error); variable
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h767 extern _Noreturn void os_error (const char *);
768 iexport_proto(os_error); variable
/netbsd-current/sys/arch/acorn32/stand/boot32/
H A Dboot32.c771 os_error *e;

Completed in 155 milliseconds