| /trueos/sys/mips/mips/ |
| HD | swtch.S | 71 #define SAVE_U_PCB_REG(reg, offs, base) \ argument 74 #define RESTORE_U_PCB_REG(reg, offs, base) \ argument 77 #define SAVE_U_PCB_FPREG(reg, offs, base) \ argument 80 #define RESTORE_U_PCB_FPREG(reg, offs, base) \ argument 83 #define SAVE_U_PCB_FPSR(reg, offs, base) \ argument 86 #define RESTORE_U_PCB_FPSR(reg, offs, base) \ argument 89 #define SAVE_U_PCB_CONTEXT(reg, offs, base) \ argument 92 #define RESTORE_U_PCB_CONTEXT(reg, offs, base) \ argument
|
| HD | exception.S | 237 #define SAVE_REG(reg, offs, base) \ argument 327 #define RESTORE_REG(reg, offs, base) \ argument 414 #define SAVE_U_PCB_REG(reg, offs, base) \ argument 417 #define RESTORE_U_PCB_REG(reg, offs, base) \ argument
|
| /trueos/sys/sparc64/pci/ |
| HD | sbbc.c | 165 #define SBBC_READ_N(wdth, offs) \ argument 167 #define SBBC_WRITE_N(wdth, offs, val) \ argument 170 #define SBBC_READ_1(offs) \ argument 172 #define SBBC_READ_2(offs) \ argument 174 #define SBBC_READ_4(offs) \ argument 176 #define SBBC_READ_8(offs) \ argument 178 #define SBBC_WRITE_1(offs, val) \ argument 180 #define SBBC_WRITE_2(offs, val) \ argument 182 #define SBBC_WRITE_4(offs, val) \ argument 184 #define SBBC_WRITE_8(offs, val) \ argument [all …]
|
| HD | schizo.c | 185 #define SCHIZO_SPC_BARRIER(spc, sc, offs, len, flags) \ argument 187 #define SCHIZO_SPC_READ_8(spc, sc, offs) \ argument 189 #define SCHIZO_SPC_WRITE_8(spc, sc, offs, v) \ argument 193 #define SCHIZO_SPC_SET(spc, sc, offs, reg, v) \ argument 196 #define SCHIZO_SPC_SET(spc, sc, offs, reg, v) do { \ argument 204 #define SCHIZO_PCI_READ_8(sc, offs) \ argument 206 #define SCHIZO_PCI_WRITE_8(sc, offs, v) \ argument 208 #define SCHIZO_CTRL_READ_8(sc, offs) \ argument 210 #define SCHIZO_CTRL_WRITE_8(sc, offs, v) \ argument 212 #define SCHIZO_PCICFG_READ_8(sc, offs) \ argument [all …]
|
| HD | fire.c | 209 #define FIRE_SPC_BARRIER(spc, sc, offs, len, flags) \ argument 211 #define FIRE_SPC_READ_8(spc, sc, offs) \ argument 213 #define FIRE_SPC_WRITE_8(spc, sc, offs, v) \ argument 217 #define FIRE_SPC_SET(spc, sc, offs, reg, v) \ argument 220 #define FIRE_SPC_SET(spc, sc, offs, reg, v) do { \ argument 228 #define FIRE_PCI_BARRIER(sc, offs, len, flags) \ argument 230 #define FIRE_PCI_READ_8(sc, offs) \ argument 232 #define FIRE_PCI_WRITE_8(sc, offs, v) \ argument 234 #define FIRE_CTRL_BARRIER(sc, offs, len, flags) \ argument 236 #define FIRE_CTRL_READ_8(sc, offs) \ argument [all …]
|
| /trueos/sys/dev/gem/ |
| HD | if_gemvar.h | 182 #define GEM_BANKN_BARRIER(n, sc, offs, len, flags) \ argument 184 #define GEM_BANK1_BARRIER(sc, offs, len, flags) \ argument 186 #define GEM_BANK2_BARRIER(sc, offs, len, flags) \ argument 189 #define GEM_BANKN_READ_M(n, m, sc, offs) \ argument 191 #define GEM_BANK1_READ_1(sc, offs) \ argument 193 #define GEM_BANK1_READ_2(sc, offs) \ argument 195 #define GEM_BANK1_READ_4(sc, offs) \ argument 197 #define GEM_BANK2_READ_1(sc, offs) \ argument 199 #define GEM_BANK2_READ_2(sc, offs) \ argument 201 #define GEM_BANK2_READ_4(sc, offs) \ argument [all …]
|
| HD | if_gem_pci.c | 254 #define GEM_ROM_READ_1(sc, offs) \ in gem_pci_attach() argument 256 #define GEM_ROM_READ_2(sc, offs) \ in gem_pci_attach() argument 258 #define GEM_ROM_READ_4(sc, offs) \ in gem_pci_attach() argument
|
| /trueos/sys/dev/hme/ |
| HD | if_hme.c | 142 #define HME_SPC_READ_4(spc, sc, offs) \ argument 145 #define HME_SPC_WRITE_4(spc, sc, offs, v) \ argument 148 #define HME_SPC_BARRIER(spc, sc, offs, l, f) \ argument 152 #define HME_SEB_READ_4(sc, offs) HME_SPC_READ_4(seb, (sc), (offs)) argument 153 #define HME_SEB_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(seb, (sc), (offs), (v)) argument 154 #define HME_SEB_BARRIER(sc, offs, l, f) \ argument 156 #define HME_ERX_READ_4(sc, offs) HME_SPC_READ_4(erx, (sc), (offs)) argument 157 #define HME_ERX_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(erx, (sc), (offs), (v)) argument 158 #define HME_ERX_BARRIER(sc, offs, l, f) \ argument 160 #define HME_ETX_READ_4(sc, offs) HME_SPC_READ_4(etx, (sc), (offs)) argument [all …]
|
| HD | if_hme_pci.c | 240 #define HME_ROM_READ_N(n, offs) bus_space_read_ ## n (memt, memh, (offs)) in hme_pci_attach() argument 241 #define HME_ROM_READ_1(offs) HME_ROM_READ_N(1, (offs)) in hme_pci_attach() argument 242 #define HME_ROM_READ_2(offs) HME_ROM_READ_N(2, (offs)) in hme_pci_attach() argument 243 #define HME_ROM_READ_4(offs) HME_ROM_READ_N(4, (offs)) in hme_pci_attach() argument
|
| /trueos/contrib/libexecinfo/ |
| HD | backtrace.c | 78 rasprintf(char **buf, size_t *bufsiz, size_t offs, const char *fmt, ...) in rasprintf() 115 format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() 157 format_address(symtab_t *st, char **buf, size_t *bufsiz, size_t offs, in format_address() 195 size_t offs = len * sizeof(char *); in backtrace_symbols_fmt() local
|
| /trueos/usr.sbin/dumpcis/ |
| HD | readcis.c | 197 off_t offs; in read_tuples() local 247 read_one_tuplelist(int fd, int flags, off_t offs) in read_one_tuplelist() 322 ck_linktarget(int fd, off_t offs, int flag) in ck_linktarget()
|
| HD | readcis.h | 39 off_t offs; member
|
| /trueos/sys/dev/cas/ |
| HD | if_casvar.h | 204 #define CAS_BARRIER(sc, offs, len, flags) \ argument 207 #define CAS_READ_N(n, sc, offs) \ argument 209 #define CAS_READ_1(sc, offs) CAS_READ_N(1, (sc), (offs)) argument 210 #define CAS_READ_2(sc, offs) CAS_READ_N(2, (sc), (offs)) argument 211 #define CAS_READ_4(sc, offs) CAS_READ_N(4, (sc), (offs)) argument 213 #define CAS_WRITE_N(n, sc, offs, v) \ argument 215 #define CAS_WRITE_1(sc, offs, v) CAS_WRITE_N(1, (sc), (offs), (v)) argument 216 #define CAS_WRITE_2(sc, offs, v) CAS_WRITE_N(2, (sc), (offs), (v)) argument 217 #define CAS_WRITE_4(sc, offs, v) CAS_WRITE_N(4, (sc), (offs), (v)) argument
|
| /trueos/lib/libusbhid/ |
| HD | data.c | 47 int i, end, offs; in hid_get_data() local 92 int offs; in hid_set_data() local
|
| /trueos/contrib/mdocml/ |
| HD | man.c | 127 man_parseln(struct man *m, int ln, char *buf, int offs) in man_parseln() 395 man_descope(struct man *m, int line, int offs) in man_descope() 419 man_ptext(struct man *m, int line, char *buf, int offs) in man_ptext() 481 man_pmacro(struct man *m, int ln, char *buf, int offs) in man_pmacro()
|
| HD | mdoc.c | 284 mdoc_parseln(struct mdoc *m, int ln, char *buf, int offs) in mdoc_parseln() 709 mdoc_ptext(struct mdoc *m, int line, char *buf, int offs) in mdoc_ptext() 832 mdoc_pmacro(struct mdoc *m, int ln, char *buf, int offs) in mdoc_pmacro()
|
| HD | tbl.c | 33 tbl_read(struct tbl_node *tbl, int ln, const char *p, int offs) in tbl_read()
|
| /trueos/sys/dev/ct/ |
| HD | ct_machdep.h | 153 ct_cr_read_1(struct ct_bus_access_handle *chp, bus_addr_t offs) in ct_cr_read_1() 167 ct_cr_write_1(struct ct_bus_access_handle *chp, bus_addr_t offs, u_int8_t val) in ct_cr_write_1()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Edit/ |
| HD | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
|
| /trueos/contrib/llvm/tools/clang/lib/Edit/ |
| HD | EditedSource.cpp | 270 SourceLocation Loc, FileOffset offs, in adjustRemoval() 307 StringRef text, FileOffset offs, unsigned len, in applyRewrite() 348 FileOffset offs = I->first; in applyRewrites() local
|
| /trueos/sys/sparc64/isa/ |
| HD | ofw_isa.c | 102 uint64_t offs, cstart, cend; in ofw_isa_range_map() local
|
| /trueos/sys/mips/nlm/ |
| HD | board_eeprom.c | 94 nlm_board_eeprom_read(int node, int bus, int addr, int offs, uint8_t *buf, in nlm_board_eeprom_read()
|
| /trueos/sys/sparc64/include/ |
| HD | in_cksum.h | 127 #define __LD_ADD(addr, tmp, sum, offs, mod) \ in in_cksum_hdr() argument
|
| /trueos/sys/ofed/include/linux/ |
| HD | bitops.h | 128 int offs; in find_last_bit() local 154 int offs; in find_next_bit() local 194 int offs; in find_next_zero_bit() local
|
| /trueos/lib/libz/ |
| HD | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
|