HomeSort by: relevance | last modified time | path
    Searched defs:config_match (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/faithd/
prefix.c 323 config_match(struct sockaddr *sa1, struct sockaddr *sa2) function in typeref:typename:const struct config *
  /src/sys/kern/
subr_autoconf.c 790 pri = config_match(m->parent, cf, m->aux);
819 return config_match(parent, cf, aux);
1049 config_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
1072 * This is currently a synonym for config_match(), but this
1082 return config_match(parent, cf, aux);

Completed in 14 milliseconds