Home | History | Annotate | Download | only in kern

Lines Matching refs:cfargs

173  * Internal version of the cfargs structure; all versions are
1087 cfargs_canonicalize(const struct cfargs * const cfargs,
1095 if (cfargs == NULL) {
1102 if (cfargs->cfargs_version != CFARGS_VERSION) {
1104 (unsigned long)cfargs->cfargs_version);
1110 if (cfargs->submatch != NULL && cfargs->search != NULL) {
1114 if (cfargs->submatch != NULL) {
1115 args->submatch = cfargs->submatch;
1116 } else if (cfargs->search != NULL) {
1117 args->search = cfargs->search;
1120 args->iattr = cfargs->iattr;
1121 args->locators = cfargs->locators;
1122 args->devhandle = cfargs->devhandle;
1205 config_search(device_t parent, void *aux, const struct cfargs *cfargs)
1211 cfargs_canonicalize(cfargs, &store));
1264 const struct cfargs * const cfargs)
1269 cfargs_canonicalize(cfargs, &store);
1298 * config_found(parent, aux, print, cfargs)
1312 const struct cfargs * const cfargs)
1318 dev = config_found_acquire(parent, aux, print, cfargs);
1875 const struct cfargs *cfargs)
1882 cfargs_canonicalize(cfargs, &store));
1889 * config_attach(parent, cf, aux, print, cfargs)
1903 const struct cfargs *cfargs)
1909 dev = config_attach_acquire(parent, cf, aux, print, cfargs);