Searched refs:pslot (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dpci.c101 struct PCI_ConfigInfo *pslot; local
105 pslot = &PCI_slots[slt];
107 pslot->regs[r] = bswap32(pslot->config_addr[r]);
114 struct PCI_ConfigInfo *pslot; local
120 pslot = &PCI_slots[slt];
121 if (pslot->regs[DEVID] != 0xffffffff) { /* card in slot ? */
122 if (PCI_CLASS(pslot->regs[CLASS]) ==
125 if ((pslot->regs[CMD] & 0x03)) { /* did firmware enable it ? */
159 struct PCI_ConfigInfo *pslot; local
170 struct PCI_ConfigInfo *pslot; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dio.c116 struct PCI_cinfo *pslot; local
121 pslot = &PCI_slots[slot];
123 pslot->regs[r] = bswap32(pslot->config_addr[r]);
124 if (pslot->regs[PCI_DEVID] != 0xffffffff) {
126 if (((pslot->regs[PCI_CLASS] & 0xffffff00) ==
128 ((pslot->regs[PCI_CLASS] & 0xffffff00) ==
132 if ((pslot->regs[PCI_CMD] & 0x03)) {
146 struct PCI_cinfo *pslot = &PCI_slots[slotnum]; local
148 return (pslot
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dplatform.c70 struct smbios_slot *pslot; local
108 pslot = smbios.tblhdr;
109 switch (pslot->type) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dieee.c81 debug_type *pslot; member in struct:ieee_var
104 debug_type *pslot; member in struct:ieee_type
810 t->pslot = (debug_type *) xmalloc (sizeof *t->pslot);
811 *t->pslot = DEBUG_TYPE_NULL;
812 t->type = debug_make_indirect_type (info->dhandle, t->pslot,
1789 pv->pslot = (debug_type *) xmalloc (sizeof *pv->pslot);
1790 *pv->pslot = rtype;
1791 rtype = debug_make_indirect_type (dhandle, pv->pslot,
3310 debug_type *pslot; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.c4026 variable_post_merge_perm_vals (void **pslot, void *info) argument
4030 variable pvar = (variable)*pslot, var;

Completed in 140 milliseconds