Searched refs:config_match (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/usr.sbin/faithd/
H A Dprefix.h52 extern const struct config *config_match(struct sockaddr *, struct sockaddr *);
H A Dprefix.c323 config_match(struct sockaddr *sa1, struct sockaddr *sa2) function
/netbsd-current/sys/arch/sbmips/sbmips/
H A Dzbbus.c119 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/evbmips/sbmips/
H A Dzbbus.c121 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/evbmips/alchemy/
H A Dobio.c106 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_bootbus.c109 return config_match(parent, cf, aux);
H A Docteon_iobus.c125 return config_match(parent, cf, aux);
H A Dmainbus.c161 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/epoc32/windermere/
H A Dwindermere.c184 return config_match(parent, cf, aux);
188 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/arm/clps711x/
H A Dclpssoc.c182 return config_match(parent, cf, aux);
186 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/evbppc/pmppc/
H A Dmainbus.c79 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/mips/adm5120/
H A Dadm5120_obio.c177 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/x68k/dev/
H A Dneptune.c138 return config_match(parent, cf, na);
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_mainbus.c166 return config_match(parent, cf, ma);
/netbsd-current/sys/arch/algor/dev/
H A Dmainbus.c250 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/evbmips/malta/dev/
H A Dmainbus.c172 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/acorn32/podulebus/
H A Dpodulebus.c136 return(config_match(parent, cf, aux));
141 return(config_match(parent, cf, aux) * 8);
/netbsd-current/sys/arch/arm/imx/
H A Dimx31_ahb.c225 return config_match(parent, cf, &ahba0);
/netbsd-current/sys/arch/sun3/sun3/
H A Dobio.c218 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/sun3/sun3x/
H A Dobio.c250 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/mips/alchemy/dev/
H A Daupsc.c161 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/powerpc/ibm4xx/dev/
H A Dopb.c213 return config_match(parent, cf, aux);
/netbsd-current/sys/arch/arm/ep93xx/
H A Depsoc.c191 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/sparc/dev/
H A Dbootbus.c147 return (config_match(parent, cf, aux));
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_ccb.c162 return config_match(parent, cf, ccbaa);

Completed in 153 milliseconds

123