| /src/sys/arch/x86/pci/ |
| pci_ranges.c | 76 int r_ofs; member in struct:pci_alloc::pci_alloc_reg 150 r->r_ofs = ofs; 172 .r_ofs = PCI_COMMAND_STATUS_REG 175 .r_ofs = PCI_BRIDGE_CONTROL_REG 227 r[0].r_ofs = ofs; 237 r[1].r_ofs = ofshigh; 280 r[0].r_ofs = ofs; 282 r[1].r_ofs = ofs + 4; 400 r->r_ofs = ofs; 441 .r_ofs = PCI_COMMAND_STATUS_RE [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| go32-nat.c | 233 #define r_ofs(x) (offsetof(TSS,x)) macro 242 {r_ofs (tss_eax), 4}, /* normal registers, from a_tss */ 243 {r_ofs (tss_ecx), 4}, 244 {r_ofs (tss_edx), 4}, 245 {r_ofs (tss_ebx), 4}, 246 {r_ofs (tss_esp), 4}, 247 {r_ofs (tss_ebp), 4}, 248 {r_ofs (tss_esi), 4}, 249 {r_ofs (tss_edi), 4}, 250 {r_ofs (tss_eip), 4} [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go32-nat.c | 233 #define r_ofs(x) (offsetof(TSS,x)) macro 242 {r_ofs (tss_eax), 4}, /* normal registers, from a_tss */ 243 {r_ofs (tss_ecx), 4}, 244 {r_ofs (tss_edx), 4}, 245 {r_ofs (tss_ebx), 4}, 246 {r_ofs (tss_esp), 4}, 247 {r_ofs (tss_ebp), 4}, 248 {r_ofs (tss_esi), 4}, 249 {r_ofs (tss_edi), 4}, 250 {r_ofs (tss_eip), 4} [all...] |