Searched defs:READ (Results 1 - 25 of 65) sorted by relevance

123

/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
/src/sys/arch/sun68k/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/vax/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/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
/src/sys/arch/bebox/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/cobalt/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/emips/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/epoc32/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/zaurus/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/prep/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/riscv/include/
H A Dloadfile_machdep.h23 #define READ(f, b, c) read((f), (void*)LOADADDR(b), (c)) macro
/src/sys/arch/rs6000/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/sandpoint/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/sbmips/include/
H A Dloadfile_machdep.h40 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/sgimips/include/
H A Dloadfile_machdep.h44 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/shark/include/
H A Dloadfile_machdep.h40 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/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
/src/sys/arch/evbarm/include/
H A Dloadfile_machdep.h22 #define READ(f, b, c) read((f), (void*)LOADADDR(b), (c)) macro
/src/sys/arch/evbcf/include/
H A Dloadfile_machdep.h42 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/evbmips/include/
H A Dloadfile_machdep.h40 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/evbppc/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/ews4800mips/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/hpcmips/include/
H A Dloadfile_machdep.h38 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/mipsco/include/
H A Dloadfile_machdep.h43 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro
/src/sys/arch/mmeye/include/
H A Dloadfile_machdep.h39 #define READ(f, b, c) read((f), (void *)LOADADDR(b), (c)) macro

Completed in 7 milliseconds

123