HomeSort by: relevance | last modified time | path
    Searched defs:config_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_autoconf.c 1336 dev = config_attach(ROOT, cf, aux, NULL, CFARGS_NONE);
1763 panic("config_attach: allocation of device softc failed");
1875 * config_attach(parent, cf, aux, print, cfargs)
1888 config_attach(device_t parent, cfdata_t cf, void *aux, cfprint_t print, function in typeref:typename:device_t
subr_autoconf.c 1336 dev = config_attach(ROOT, cf, aux, NULL, CFARGS_NONE);
1763 panic("config_attach: allocation of device softc failed");
1875 * config_attach(parent, cf, aux, print, cfargs)
1888 config_attach(device_t parent, cfdata_t cf, void *aux, cfprint_t print, function in typeref:typename:device_t

Completed in 27 milliseconds