<dec f='src/src/sys/sys/device.h' l='456' type='device_t config_found_sm_loc(device_t , const char * , const int * , void * , cfprint_t , cfsubmatch_t )'/>
<def f='src/src/sys/kern/subr_autoconf.c' l='1086' ll='1110' type='device_t config_found_sm_loc(device_t parent, const char * ifattr, const int * locs, void * aux, cfprint_t print, cfsubmatch_t submatch)'/>
<use f='src/src/sys/kern/subr_autoconf.c' l='1117' u='c' c='config_found_ia'/>
<use f='src/src/sys/kern/subr_autoconf.c' l='1124' u='c' c='config_found'/>
<doc f='src/src/sys/kern/subr_autoconf.c' l='1078'>/*
 * The given `aux&apos; argument describes a device that has been found
 * on the given parent, but not necessarily configured.  Locate the
 * configuration data for that device (using the submatch function
 * provided, or using candidates&apos; cd_match configuration driver
 * functions) and attach it, and return its device_t.  If the device was
 * not configured, call the given `print&apos; function and return NULL.
 */</doc>
