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

  /src/sys/arch/sandpoint/pci/
pci_machdep.c 90 static int brdtype; variable in typeref:typename:int
118 brdtype = BRD_SANDPOINTX3;
125 brdtype = BRD_ENCOREPP1;
132 brdtype = BRD_KUROBOX;
139 brdtype = BRD_SYNOLOGY;
146 brdtype = BRD_STORCENTER;
153 brdtype = BRD_DLINKDSM;
158 brdtype = BRD_NH230NAS;
164 brdtype = BRD_QNAPTS;
168 brdtype = BRD_UNKNOWN
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
main.c 112 int brdtype; variable in typeref:typename:int
139 brdprop = brd_lookup(brdtype);
368 if (brdtype == BRD_SYNOLOGY || brdtype == BRD_DLINKDSM) {
globals.h 15 extern int brdtype;
31 int brdtype; member in struct:brdprop

Completed in 13 milliseconds