Searched refs:cardtype (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
28 if [ "x$cardtype" = "x" ];
32 echo "#define "$cardtype"_PCI_IDS \\" >> $OUTFILE
H A Dcreate_bsd_pci_lists.sh27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'`
28 if [ "x$cardtype" = "x" ];
32 echo "#define "$cardtype"_PCI_IDS \\" >> $OUTFILE
/netbsd-current/games/canfield/canfield/
H A Dcanfield.c142 struct cardtype { struct
148 struct cardtype *next;
151 #define NIL ((struct cardtype *) -1)
153 static struct cardtype *deck[decksize];
154 static struct cardtype cards[decksize];
155 static struct cardtype *bottom[4], *found[4], *tableau[4];
156 static struct cardtype *talon, *hand, *stock, *basecard;
200 static bool diffcolor(const struct cardtype *, const struct cardtype *);
203 static void fndbase(struct cardtype **, in
[all...]
/netbsd-current/sys/arch/mac68k/nubus/
H A Dif_sm_nubus.c107 const char *cardtype; local
121 cardtype = nubus_get_card_name(bst, bsh, na->fmt);
154 printf(": %s\n", cardtype);
H A Dif_sn_nubus.c109 const char *cardtype; local
121 cardtype = nubus_get_card_name(bst, bsh, na->fmt);
246 aprint_error(": %s\n", cardtype);
H A Dif_ae_nubus.c132 const char *cardtype; local
145 cardtype = nubus_get_card_name(bst, bsh, na->fmt);
373 aprint_normal(": %s, %dKB memory\n", cardtype, sc->mem_size / 1024);
H A Dif_netdock_nubus.c232 const char *cardtype; local
242 cardtype = nubus_get_card_name(bst, bsh, na->fmt);
260 printf(": %s\n", cardtype);
/netbsd-current/external/bsd/ntp/dist/include/
H A Dhopf6039.h137 int cardtype; member in struct:cardparams
/netbsd-current/sbin/amrctl/
H A Damrctl.c218 uint32_t cardtype; local
262 cardtype = ae->ae_signature;
265 cardtype = 0;
276 if (cardtype == prodtable[i].signature) {
306 if (cardtype == AMR_SIG_438) {
/netbsd-current/sys/dev/isa/
H A Dradiotrack.c109 u_int8_t cardtype; member in struct:rt_softc
196 sc->cardtype = CARD_RADIOTRACK;
202 sc->cardtype = CARD_SF16FMI;
206 sc->cardtype = CARD_UNKNOWN;
/netbsd-current/sys/dev/sdmmc/
H A Dld_sdmmc.c250 const char *cardtype; local
261 cardtype = "SD card";
263 cardtype = "MMC";
266 cardtype, sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm);

Completed in 141 milliseconds