/src/sys/dev/isa/ |
isa.c | 88 static const int wildcard[ISACF_NLOCS] = { local in function:isaattach 139 isarescan(self, NULL, wildcard);
|
/src/usr.bin/make/unit-tests/ |
archive.mk | 23 @${MAKE} -f ${MAKEFILE} list-archive-wildcard 55 list-archive-wildcard: ${ARCHIVE}([at]*.mk) pre post
|
/src/sys/dev/pcmcia/ |
pcmcia.c | 161 static const int wildcard[PCMCIACF_NLOCS] = { local in function:pcmcia_card_attach 210 error = pcmcia_rescan(dev, NULL, wildcard);
|
/src/sys/netinet/ |
in_pcb.c | 472 * If the address is not a wildcard, verify that it corresponds to a 961 int wildcard; local in function:inpcb_lookup_local 976 * count the number of wildcard matches. (0 - 2) 979 * A null wildcard match 980 * null B wildcard match 984 wildcard = 0; 986 wildcard++; 989 wildcard++; 992 wildcard++; 998 if (wildcard && !lookup_wildcard [all...] |
/src/sys/dev/cardbus/ |
cardbus.c | 413 static int wildcard[CARDBUSCF_NLOCS] = { local in function:cardbus_attach_card 431 cardbus_rescan(sc->sc_dev, "cardbus", wildcard);
|
/src/sys/netinet6/ |
in6_pcb.c | 838 int matchwild = 3, wildcard; local in function:in6pcb_lookup_local 851 wildcard = 0; 857 wildcard++; 865 wildcard = 0; 868 wildcard++; 871 wildcard++; 874 wildcard++; 887 wildcard++; 894 wildcard++; 901 if (wildcard && !lookup_wildcard [all...] |
/src/sys/dev/acpi/ |
acpi_mcfg.c | 530 static const int wildcard[PCICF_NLOCS] = { local in function:acpimcfg_scan_bus 537 pci_enumerate_bus(sc, wildcard, acpimcfg_device_probe, NULL);
|
/src/sys/dev/pci/ |
pci.c | 143 static const int wildcard[PCICF_NLOCS] = { local in function:pciattach 207 pcirescan(sc->sc_dev, "pci", wildcard); 710 static const int wildcard[2] = { local in function:pci_find_device1 718 pci_enumerate_bus1(device_private(pcidev), wildcard,
|
/src/usr.bin/make/ |
dir.c | 90 * be wildcard-expanded. 592 * See if the given name has any wildcard characters in it and all braces and 755 * expanded word contains wildcard characters, it is expanded further, 837 * The wildcard isn't in the first component. 838 * Find all the components up to the one with the wildcard. 892 const char *brace, *slash, *wildcard, *wildcardComponent; local in function:SearchPath_Expand 914 /* Find the first wildcard in the pattern. */ 915 for (wildcard = pattern; *wildcard != '\0'; wildcard++ [all...] |