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

  /src/sys/arch/ews4800mips/ews4800mips/
autoconf.c 62 const char *bootdev_name, *netdev_name; local in function:cpu_rootconf
74 bootdev_name = 0;
99 bootdev_name = __boot_kernel_name;
102 bootdev_name = netdev_name;
106 bootdev_name = "sd0";
108 bootdev_name = netdev_name;
110 bootdev_name = 0;
113 if (bootdev_name &&
114 (dv = device_find_by_xname(bootdev_name)) != NULL) {
autoconf.c 62 const char *bootdev_name, *netdev_name; local in function:cpu_rootconf
74 bootdev_name = 0;
99 bootdev_name = __boot_kernel_name;
102 bootdev_name = netdev_name;
106 bootdev_name = "sd0";
108 bootdev_name = netdev_name;
110 bootdev_name = 0;
113 if (bootdev_name &&
114 (dv = device_find_by_xname(bootdev_name)) != NULL) {

Completed in 24 milliseconds