Symbol: os_error
sys/arch/acorn32/stand/boot32/boot32.c
771
os_error *e;
sys/arch/acorn32/stand/lib/riscoscalls.h
117
extern os_error *xos_cli(char *);
sys/arch/acorn32/stand/lib/riscoscalls.h
148
extern os_error *xosargs_read(int, int, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
149
extern os_error *xosargs_set(int, int, int);
sys/arch/acorn32/stand/lib/riscoscalls.h
169
extern os_error *xosgbpb_write(int, char const *, int, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
170
extern os_error *xosgbpb_read(int, char *, int, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
187
extern os_error *xosfind_close(int);
sys/arch/acorn32/stand/lib/riscoscalls.h
188
extern os_error *xosfind_open(int, char const *, char const *, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
268
extern os_error *xosmemory_read_arrangement_table_size(int *size, int *nbpp);
sys/arch/acorn32/stand/lib/riscoscalls.h
270
extern os_error *xosmemory_read_arrangement_table(unsigned char *block);
sys/arch/acorn32/stand/lib/riscoscalls.h
278
extern void os_exit(os_error const *, int) __attribute__((noreturn));
sys/arch/acorn32/stand/lib/riscoscalls.h
291
extern os_error *xosmodule_alloc(int, void **);
sys/arch/acorn32/stand/lib/riscoscalls.h
292
extern os_error *xosmodule_free(void *);
sys/arch/acorn32/stand/lib/riscoscalls.h
293
extern os_error *xosmodule_lookup(char const *, int *, int *, void **, void **,
sys/arch/acorn32/stand/lib/riscoscalls.h
295
extern os_error *xosmodule_enumeratewithversion(int *, int *, char **, int *,
sys/arch/acorn32/stand/lib/riscoscalls.h
347
extern os_error *xosfscontrol_shutdown(void);
sys/arch/acorn32/stand/lib/riscoscalls.h
367
extern os_error *xos_swi_number_from_string(char const *, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
384
extern os_error xcache_control(u_int, u_int, u_int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
420
extern os_error *xfilecorediscop_read_sectors(uint32_t, uint32_t, void *,
sys/arch/acorn32/stand/lib/riscoscalls.h
422
extern os_error *xfilecoresectorop_read_sectors(uint32_t, uint32_t, void *,
sys/arch/acorn32/stand/lib/riscoscalls.h
424
extern os_error *xfilecorediscop64_read_sectors(uint32_t,
sys/arch/acorn32/stand/lib/riscoscalls.h
427
extern os_error *xfilecore_drives(void *, int *, int *, int *);
sys/arch/acorn32/stand/lib/riscoscalls.h
438
extern int riscos_errno(os_error *);
sys/arch/acorn32/stand/lib/riscosdisk.c
123
os_error *err;
sys/arch/acorn32/stand/lib/riscosdisk.c
49
os_error *err;
sys/arch/acorn32/stand/lib/riscoserrors.c
34
riscos_errno(os_error *error)
sys/arch/acorn32/stand/lib/riscosfile.c
118
os_error *error;
sys/arch/acorn32/stand/lib/riscosfile.c
137
os_error *error;
sys/arch/acorn32/stand/lib/riscosfile.c
160
os_error *error;
sys/arch/acorn32/stand/lib/riscosfile.c
43
os_error *error;
sys/arch/acorn32/stand/lib/riscosfile.c
80
struct os_error *error;
sys/arch/acorn32/stand/lib/riscosfile.c
98
os_error *error;
sys/arch/acorn32/stand/lib/rmreloc.c
101
static struct os_error bad_reloc = {
sys/arch/acorn32/stand/lib/rmreloc.c
105
os_error *
sys/arch/acorn32/stand/lib/rmreloc.c
58
os_error *relocate_self(Elf_Dyn *, void *, void *);
sys/arch/acorn32/stand/nbfs/nbfs.c
175
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
218
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
236
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
239
static os_error const err = {0, "nbfs_putbytes"};
sys/arch/acorn32/stand/nbfs/nbfs.c
244
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
247
static os_error const err = {0, "nbfs_args"};
sys/arch/acorn32/stand/nbfs/nbfs.c
252
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
268
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
341
static os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
438
os_error const *
sys/arch/acorn32/stand/nbfs/nbfs.c
441
static os_error error = {0, "nbfs_func"};
sys/arch/acorn32/stand/nbfs/nbfs.c
462
os_error roerr;
sys/arch/acorn32/stand/nbfs/nbfs.c
476
static os_error const *maperr(int err)
sys/arch/acorn32/stand/nbfs/nbfs.c
479
static const os_error defaulterr = { FSERR(0), "Unknown NBFS error" };
sys/arch/acorn32/stand/nbfs/nbfs.c
87
static os_error const *maperr(int saerr);
sys/arch/acorn32/stand/nbfs/nbfs.h
11
extern os_error const *nbfs_open (struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
12
extern os_error const *nbfs_getbytes(struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
13
extern os_error const *nbfs_putbytes(struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
14
extern os_error const *nbfs_args (struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
15
extern os_error const *nbfs_close (struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
16
extern os_error const *nbfs_file (struct nbfs_reg *);
sys/arch/acorn32/stand/nbfs/nbfs.h
17
extern os_error const *nbfs_func (struct nbfs_reg *);