Searched defs:Slot (Results 1 – 2 of 2) sorted by relevance
692 typedef struct Slot Slot; typedef693 struct Slot { struct694 uchar bus; /* Pci bus number */695 uchar dev; /* Pci device number */696 uchar maps[12]; /* Avoid structs! Link and mask. */697 uchar slot; /* Add-in/built-in slot */721 Slot *e; in pcirouting() argument
100 typedef ulong Slot; typedef