Searched refs:submatch (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/arm/mainbus/
H A Dmainbus.c157 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) argument
210 if (submatch == NULL)
211 submatch = mainbus_match_status;
212 config_found_sm(self, &fa, NULL, submatch);
/openbsd-current/sys/arch/powerpc64/dev/
H A Dmainbus.c201 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) argument
273 if (submatch == NULL && sc->sc_early == 0)
275 if (submatch == NULL)
276 submatch = mainbus_match_status;
278 child = config_found_sm(self, &fa, print, submatch);
/openbsd-current/sys/arch/arm64/dev/
H A Dmainbus.c208 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) argument
280 if (submatch == NULL && sc->sc_early == 0)
282 if (submatch == NULL)
283 submatch = mainbus_match_status;
285 child = config_found_sm(self, &fa, print, submatch);
/openbsd-current/sys/arch/riscv64/dev/
H A Dmainbus.c185 mainbus_attach_node(struct device *self, int node, cfmatch_t submatch) argument
260 if (submatch == NULL && sc->sc_early == 0)
262 if (submatch == NULL)
263 submatch = mainbus_match_status;
265 child = config_found_sm(self, &fa, print, submatch);
/openbsd-current/bin/ksh/
H A Demacs.c279 int at = 0, ntries = 0, submatch, ret; local
331 submatch = 0;
333 submatch = 0;
341 submatch++;
347 if (submatch > 1)
352 if (submatch == 1 && kmatch) {
361 if (submatch)
/openbsd-current/sys/kern/
H A Dsubr_autoconf.c315 * configuration data for that device (using the submatch function
322 cfmatch_t submatch)
326 if ((match = config_search(submatch, parent, aux)) != NULL)
321 config_found_sm(struct device *parent, void *aux, cfprint_t print, cfmatch_t submatch) argument

Completed in 127 milliseconds