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 791 pri = config_match(m->parent, cf, m->aux);
820 return config_match(parent, cf, aux);
1050 config_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
1073 * This is currently a synonym for config_match(), but this
1083 return config_match(parent, cf, aux);

Completed in 15 milliseconds