Searched refs:cardtype (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/games/canfield/canfield/ |
| H A D | canfield.c | 142 struct cardtype { struct 148 struct cardtype *next; argument 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 **, int, int); 206 static void initdeck(struct cardtype *[]); [all …]
|
| /netbsd-src/sys/external/bsd/drm/dist/scripts/ |
| H A D | create_linux_pci_lists.sh | 27 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 D | create_bsd_pci_lists.sh | 27 cardtype=`echo "$pcivend" | cut -s -f2 -d'[' | cut -s -f1 -d']'` 28 if [ "x$cardtype" = "x" ]; 32 echo "#define "$cardtype"_PCI_IDS \\" >> $OUTFILE
|
| /netbsd-src/sys/arch/mac68k/nubus/ |
| H A D | if_sm_nubus.c | 107 const char *cardtype; in sm_nubus_attach() local 121 cardtype = nubus_get_card_name(bst, bsh, na->fmt); in sm_nubus_attach() 154 printf(": %s\n", cardtype); in sm_nubus_attach()
|
| H A D | if_sn_nubus.c | 109 const char *cardtype; in sn_nubus_attach() local 121 cardtype = nubus_get_card_name(bst, bsh, na->fmt); in sn_nubus_attach() 246 aprint_error(": %s\n", cardtype); in sn_nubus_attach()
|
| H A D | if_ae_nubus.c | 132 const char *cardtype; in ae_nubus_attach() local 145 cardtype = nubus_get_card_name(bst, bsh, na->fmt); in ae_nubus_attach() 373 aprint_normal(": %s, %dKB memory\n", cardtype, sc->mem_size / 1024); in ae_nubus_attach()
|
| H A D | if_netdock_nubus.c | 232 const char *cardtype; in netdock_nubus_attach() local 242 cardtype = nubus_get_card_name(bst, bsh, na->fmt); in netdock_nubus_attach() 260 printf(": %s\n", cardtype); in netdock_nubus_attach()
|
| /netbsd-src/sbin/amrctl/ |
| H A D | amrctl.c | 218 uint32_t cardtype; in describe_card() local 262 cardtype = ae->ae_signature; in describe_card() 265 cardtype = 0; in describe_card() 276 if (cardtype == prodtable[i].signature) { in describe_card() 306 if (cardtype == AMR_SIG_438) { in describe_card()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | radiotrack.c | 109 u_int8_t cardtype; member 196 sc->cardtype = CARD_RADIOTRACK; in rt_attach() 202 sc->cardtype = CARD_SF16FMI; in rt_attach() 206 sc->cardtype = CARD_UNKNOWN; in rt_attach()
|
| /netbsd-src/sys/dev/sdmmc/ |
| H A D | ld_sdmmc.c | 250 const char *cardtype; in ld_sdmmc_attach() local 261 cardtype = "SD card"; in ld_sdmmc_attach() 263 cardtype = "MMC"; in ld_sdmmc_attach() 266 cardtype, sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm); in ld_sdmmc_attach()
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | hopf6039.h | 137 int cardtype; member
|