Lines Matching refs:locs
162 fdt_rescan(device_t self, const char *ifattr, const int *locs)
359 fdt_scan_submatch(device_t parent, cfdata_t cf, const int *locs, void *aux)
361 if (locs[FDTCF_PASS] != FDTCF_PASS_DEFAULT &&
362 locs[FDTCF_PASS] != cf->cf_loc[FDTCF_PASS])
365 return config_stdsubmatch(parent, cf, locs, aux);
380 const int locs[FDTCF_NLOCS] = {
387 .locators = locs));
407 const int locs[FDTCF_NLOCS] = {
435 CFARGS(.locators = locs,
447 .locators = locs,