/src/share/mk/ |
bsd.ioconf.mk | 6 # If IOCONF is defined, autocreate ioconf.[ch] and locators.h. 26 touch ioconf.c ioconf.h locators.h 36 locators.h: ioconf.c 39 CLEANFILES+= ioconf.c ioconf.h locators.h 40 DPSRCS+= ioconf.c ioconf.h locators.h
|
/src/sys/sys/ |
drvctlio.h | 65 int *locators; member in struct:devrescanargs
|
/src/usr.bin/config/ |
pack.c | 61 * Second, we pack locators. Given something like 71 * locators whose value is 0 and three whose value is -1. Rather than 74 * When packing locators, we would like to find sequences such as 130 locators.vec = ecalloc((size_t)locspace, sizeof(*locators.vec)); 131 locators.used = 0; 221 * the same locators. 253 samelocs, locators.used); 290 * Comparison function for locators. 297 for (p = &locators.vec[off], q = (const char * const *)ptr; --len >= 0; [all...] |
mkioconf.c | 177 * attribute's locators. 330 if (locators.used != 0) { 331 fprintf(fp, "\n/* locators */\n" 332 "static int loc[%d] = {", locators.used); 333 for (i = 0; i < locators.used; i++) 334 fprintf(fp, "%s%s,", SEP(i, 8), locators.vec[i]);
|
/src/sys/arch/alpha/mcbus/ |
mcbus.c | 55 #include "locators.h" 150 .locators = locs)); 169 .locators = locs)); 198 .locators = locs));
|
/src/sys/dev/isa/ |
spkr_pcppi.c | 129 spkr_pcppi_rescan(device_t self, const char *iattr, const int *locators) 132 return spkr_rescan(self, iattr, locators);
|
isa.c | 55 #include "locators.h" 145 isarescan(device_t self, const char *ifattr, const int *locators) 154 memcpy(locs, locators, sizeof(locs)); 169 .locators = locs)); 369 CFARGS(.locators = flocs));
|
/src/sys/dev/ |
spkr_audio.c | 122 spkr_audio_rescan(device_t self, const char *iattr, const int *locators) 125 return spkr_rescan(self, iattr, locators);
|
/src/sys/arch/mips/sibyte/dev/ |
sbsmbus.c | 51 #include "locators.h" 105 .locators = locs));
|
sbscd.c | 48 #include "locators.h" 122 .locators = locs));
|
/src/sys/arch/pmax/ibus/ |
ibus.c | 44 #include "locators.h" 71 .locators = locs));
|
/src/sys/arch/x86/pci/ |
amdpcib.c | 86 CFARGS(.locators = locs));
|
amdnb_misc.c | 156 amdnb_misc_rescan(device_t self, const char *ifattr, const int *locators)
|
/src/sys/dev/tc/ |
ioasic_subr.c | 40 #include "locators.h" 77 .locators = locs));
|
/src/sys/arch/x86/x86/ |
mainbus.c | 248 mainbus_rescan(device_t self, const char *ifattr, const int *locators) 251 return i386_mainbus_rescan(self, ifattr, locators);
|
/src/sys/arch/alpha/tlsb/ |
tlsb.c | 60 #include "locators.h" 190 .locators = locs)); 238 .locators = locs));
|
/src/sys/arch/emips/ebus/ |
ebus.c | 44 #include "locators.h" 87 .locators = locs)) == NULL) {
|
/src/sys/arch/alpha/gbus/ |
gbus.c | 55 #include "locators.h" 131 .locators = locs));
|
/src/sys/arch/sparc64/dev/ |
pci_machdep.c | 56 #include "locators.h" 269 sparc64_pci_enumerate_bus1(struct pci_softc *sc, const int *locators, 347 if ((locators[PCICF_DEV] != PCICF_DEV_DEFAULT) && 348 (locators[PCICF_DEV] != d)) 350 if ((locators[PCICF_FUNCTION] != PCICF_FUNCTION_DEFAULT) && 351 (locators[PCICF_FUNCTION] != f))
|
/src/sys/dev/pci/ |
pci.c | 60 #include "locators.h" 103 pcirescan(device_t self, const char *ifattr, const int *locators) 108 KASSERT(locators); 110 pci_enumerate_bus(sc, locators, NULL, NULL); 120 /* Check the locators */ 490 .locators = locs, 726 pci_enumerate_bus(struct pci_softc *sc, const int *locators, 732 ? pci_enumerate_bus1(sc, locators, NULL, NULL, pap) 733 : pci_enumerate_bus1(sc, locators, &pci_match_cookieless, cookie, 743 pci_enumerate_bus1(struct pci_softc *sc, const int *locators, [all...] |
/src/sys/arch/alpha/sableio/ |
sableio.c | 67 #include "locators.h" 174 .locators = locs));
|
/src/sys/arch/powerpc/ibm4xx/dev/ |
exb.c | 35 #include "locators.h" 106 .locators = locs));
|
/src/sys/dev/mca/ |
mca.c | 51 #include "locators.h" 158 .locators = locs));
|
/src/sys/dev/ic/ |
apple_smc.c | 108 const int *locators) 118 apple_smc_search(device_t parent, cfdata_t cf, const int *locators, void *aux) 154 CFARGS(.locators = locators));
|
/src/sys/arch/arm/ep93xx/ |
epsoc.c | 48 #include "locators.h" 170 .locators = locs)); 176 .locators = locs)));
|