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

  /src/sys/kern/
subr_autoconf.c 1567 config_devalloc(const device_t parent, const cfdata_t cf, function in typeref:typename:device_t
1621 panic("config_devalloc: device name too long");
1775 dev = config_devalloc(parent, cf, args);
1934 dev = config_devalloc(ROOT, cf, &args);
subr_autoconf.c 1567 config_devalloc(const device_t parent, const cfdata_t cf, function in typeref:typename:device_t
1621 panic("config_devalloc: device name too long");
1775 dev = config_devalloc(parent, cf, args);
1934 dev = config_devalloc(ROOT, cf, &args);

Completed in 46 milliseconds