<dec f='src/src/sys/sys/device.h' l='451' type='cfdata_t config_search_loc(cfsubmatch_t , device_t , const char * , const int * , void * )'/>
<use f='src/src/sys/arch/x86/pci/amdnb_misc.c' l='134' u='c' c='amdnb_misc_attach'/>
<use f='src/src/sys/arch/x86/pci/amdnb_misc.c' l='161' u='c' c='amdnb_misc_rescan'/>
<use f='src/src/sys/dev/gpio/gpio.c' l='195' u='c' c='gpio_rescan'/>
<use f='src/src/sys/dev/gpio/gpio.c' l='734' u='c' c='gpio_ioctl'/>
<use f='src/src/sys/dev/isa/isa.c' l='189' u='c' c='isarescan'/>
<use f='src/src/sys/dev/isa/pcppi.c' l='249' u='c' c='pcppi_rescan'/>
<use f='src/src/sys/dev/scsipi/scsiconf.c' l='1021' u='c' c='scsi_probe_device'/>
<def f='src/src/sys/kern/subr_autoconf.c' l='985' ll='1034' type='cfdata_t config_search_loc(cfsubmatch_t fn, device_t parent, const char * ifattr, const int * locs, void * aux)'/>
<use f='src/src/sys/kern/subr_autoconf.c' l='1041' u='c' c='config_search_ia'/>
<use f='src/src/sys/kern/subr_autoconf.c' l='1093' u='c' c='config_found_sm_loc'/>
<doc f='src/src/sys/kern/subr_autoconf.c' l='974'>/*
 * Iterate over all potential children of some device, calling the given
 * function (default being the child&apos;s match function) for each one.
 * Nonzero returns are matches; the highest value returned is considered
 * the best match.  Return the `found child&apos; if we got a match, or NULL
 * otherwise.  The `aux&apos; pointer is simply passed on through.
 *
 * Note that this function is designed so that it can be used to apply
 * an arbitrary function to all potential children (its return value
 * can be ignored).
 */</doc>
