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 1566 config_devalloc(const device_t parent, const cfdata_t cf, function in typeref:typename:device_t
1620 panic("config_devalloc: device name too long");
1761 dev = config_devalloc(parent, cf, args);
1920 dev = config_devalloc(ROOT, cf, &args);
subr_autoconf.c 1566 config_devalloc(const device_t parent, const cfdata_t cf, function in typeref:typename:device_t
1620 panic("config_devalloc: device name too long");
1761 dev = config_devalloc(parent, cf, args);
1920 dev = config_devalloc(ROOT, cf, &args);

Completed in 24 milliseconds