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
  /src/sys/kern/
subr_autoconf.c 841 pri = config_match(m->parent, cf, m->aux);
871 return config_match(parent, cf, aux);
1140 config_match(device_t parent, cfdata_t cf, void *aux) function
1163 * This is currently a synonym for config_match(), but this
1173 return config_match(parent, cf, aux);

Completed in 23 milliseconds