Home
last modified time | relevance | path

Searched defs:READ (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/sys/arch/x86/include/
H A Dloadfile_machdep.h42 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
66 #define READ(f, b, c) c macro
72 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/macppc/include/
H A Dloadfile_machdep.h45 #define READ(f, b, c) macppc_read((f), (void *)LOADADDR(b), (c)) macro
49 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/x68k/include/
H A Dloadfile_machdep.h48 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
66 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
84 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/acorn32/include/
H A Dloadfile_machdep.h44 #define READ(f, b, c) boot32_read((f), (void *)LOADADDR(b), (c)) macro
68 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/sparc64/include/
H A Dloadfile_machdep.h38 #define READ(f, b, c) sparc64_read((f), (void *)LOADADDR(b), (c)) macro
62 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/sparc/include/
H A Dloadfile_machdep.h38 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
56 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/hppa/include/
H A Dloadfile_machdep.h44 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
67 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/alpha/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
63 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/amiga/include/
H A Dloadfile_machdep.h45 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
70 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/hp300/include/
H A Dloadfile_machdep.h45 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
70 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/ia64/include/
H A Dloadfile_machdep.h55 #define READ(f, b, c) pread((f), LOADADDR(b), (c)) macro
82 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/mvme68k/stand/sboot/
H A Dsboot.h59 #define READ 0 macro
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSegMem.h34 READ, enumerator
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSegMem.h34 READ, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddefparse.h70 READ = 271, /* READ */ enumerator
107 #define READ 271 macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddefparse.h70 READ = 271, /* READ */ enumerator
107 #define READ 271 macro
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffilep.h75 READ = 276, /* READ */ enumerator
111 #define READ 276 macro
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffilep.h76 READ = 277, /* READ */ enumerator
113 #define READ 277 macro
/netbsd-src/sys/arch/mvmeppc/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/prep/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/bebox/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/mmeye/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/rs6000/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/sandpoint/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/netbsd-src/sys/arch/evbmips/include/
H A Dloadfile_machdep.h40 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro

1234