HomeSort by: relevance | last modified time | path
    Searched defs:slt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
pci.c 102 int slt, r; local in function:scanPCI
104 for (slt = 0; slt < NSLOTS; slt++) {
105 pslot = &PCI_slots[slt];
117 int slt; local in function:findPCIVga
119 for (slt = 0; slt < NSLOTS; slt++) {
120 pslot = &PCI_slots[slt];
    [all...]
pci.c 102 int slt, r; local in function:scanPCI
104 for (slt = 0; slt < NSLOTS; slt++) {
105 pslot = &PCI_slots[slt];
117 int slt; local in function:findPCIVga
119 for (slt = 0; slt < NSLOTS; slt++) {
120 pslot = &PCI_slots[slt];
    [all...]
pci.c 102 int slt, r; local in function:scanPCI
104 for (slt = 0; slt < NSLOTS; slt++) {
105 pslot = &PCI_slots[slt];
117 int slt; local in function:findPCIVga
119 for (slt = 0; slt < NSLOTS; slt++) {
120 pslot = &PCI_slots[slt];
    [all...]

Completed in 33 milliseconds