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

  /src/sys/kern/
subr_autoconf.c 198 static void config_makeroom(int, struct cfdriver *);
1451 * The caller must hold alldevs_lock. config_makeroom() may release and
1453 * as alldevs_nwrite == 0 and alldevs_nread == 0 when config_makeroom()
1457 config_makeroom(int n, struct cfdriver *cd) function
1649 config_makeroom(unit, cd);
subr_autoconf.c 198 static void config_makeroom(int, struct cfdriver *);
1451 * The caller must hold alldevs_lock. config_makeroom() may release and
1453 * as alldevs_nwrite == 0 and alldevs_nread == 0 when config_makeroom()
1457 config_makeroom(int n, struct cfdriver *cd) function
1649 config_makeroom(unit, cd);

Completed in 155 milliseconds