Searched refs:locators (Results 1 - 25 of 110) sorted by relevance

12345

/netbsd-current/share/mk/
H A Dbsd.ioconf.mk6 # 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
/netbsd-current/sys/sys/
H A Ddrvctlio.h65 int *locators; member in struct:devrescanargs
/netbsd-current/usr.bin/config/
H A Dpack.c61 * 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
[all...]
H A Dmkioconf.c177 * 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]);
/netbsd-current/sys/arch/alpha/mcbus/
H A Dmcbus.c55 #include "locators.h"
150 .locators = locs));
169 .locators = locs));
198 .locators = locs));
/netbsd-current/sys/dev/
H A Dspkr_audio.c122 spkr_audio_rescan(device_t self, const char *iattr, const int *locators) argument
125 return spkr_rescan(self, iattr, locators);
/netbsd-current/sys/dev/isa/
H A Dspkr_pcppi.c129 spkr_pcppi_rescan(device_t self, const char *iattr, const int *locators) argument
132 return spkr_rescan(self, iattr, locators);
H A Disa.c55 #include "locators.h"
167 isarescan(device_t self, const char *ifattr, const int *locators) argument
180 memcpy(locs, locators, sizeof(locs));
195 .locators = locs));
486 CFARGS(.locators = flocs));
/netbsd-current/sys/arch/mips/sibyte/dev/
H A Dsbsmbus.c51 #include "locators.h"
105 .locators = locs));
H A Dsbscd.c48 #include "locators.h"
122 .locators = locs));
/netbsd-current/sys/arch/x86/pci/
H A Damdpcib.c86 CFARGS(.locators = locs));
H A Damdnb_misc.c156 amdnb_misc_rescan(device_t self, const char *ifattr, const int *locators) argument
H A Damdsmn.c152 CFARGS(.locators = locs));
183 amdsmn_rescan(device_t self, const char *ifattr, const int *locators) argument
/netbsd-current/sys/dev/tc/
H A Dioasic_subr.c40 #include "locators.h"
77 .locators = locs));
/netbsd-current/sys/arch/pmax/ibus/
H A Dibus.c44 #include "locators.h"
71 .locators = locs));
/netbsd-current/sys/arch/x86/x86/
H A Dmainbus.c248 mainbus_rescan(device_t self, const char *ifattr, const int *locators) argument
251 return i386_mainbus_rescan(self, ifattr, locators);
/netbsd-current/sys/arch/alpha/tlsb/
H A Dtlsb.c60 #include "locators.h"
190 .locators = locs));
238 .locators = locs));
/netbsd-current/sys/arch/emips/ebus/
H A Debus.c44 #include "locators.h"
87 .locators = locs)) == NULL) {
/netbsd-current/sys/arch/alpha/gbus/
H A Dgbus.c55 #include "locators.h"
131 .locators = locs));
/netbsd-current/sys/arch/sparc64/dev/
H A Dpci_machdep.c55 #include "locators.h"
247 sparc64_pci_enumerate_bus(struct pci_softc *sc, const int *locators, argument
322 if ((locators[PCICF_DEV] != PCICF_DEV_DEFAULT) &&
323 (locators[PCICF_DEV] != d))
325 if ((locators[PCICF_FUNCTION] != PCICF_FUNCTION_DEFAULT) &&
326 (locators[PCICF_FUNCTION] != f))
/netbsd-current/sys/arch/alpha/sableio/
H A Dsableio.c67 #include "locators.h"
174 .locators = locs));
/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dexb.c35 #include "locators.h"
106 .locators = locs));
/netbsd-current/sys/dev/mca/
H A Dmca.c51 #include "locators.h"
158 .locators = locs));
/netbsd-current/sys/dev/ic/
H A Dapple_smc.c108 const int *locators)
118 apple_smc_search(device_t parent, cfdata_t cf, const int *locators, void *aux)
154 CFARGS(.locators = locators));
106 apple_smc_rescan(struct apple_smc_tag *smc, const char *ifattr, const int *locators) argument
117 apple_smc_search(device_t parent, cfdata_t cf, const int *locators, void *aux) argument
/netbsd-current/sys/arch/arm/ep93xx/
H A Depsoc.c48 #include "locators.h"
170 .locators = locs));
176 .locators = locs)));

Completed in 164 milliseconds

12345