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

  /src/sys/arch/ews4800mips/stand/common/
boot_device.c 1 /* $NetBSD: boot_device.c,v 1.2 2008/04/28 20:23:18 martin Exp $ */
63 boot_device(int *type, int *unit, int *fd_format) function in typeref:typename:void
  /src/sys/arch/hppa/hppa/
autoconf.c 324 device_t boot_device = NULL; variable in typeref:typename:device_t
341 * is only available in hppa MD devices. So boot_device is used to
349 * controller's struct dev in boot_device. The SCSI device is located
358 boot_device = dev;
399 boot_device = dev;
402 if (device_is_a(dev, "ppb") && boot_device == device_parent(pdev)) {
415 boot_device = dev;
418 if (device_is_a(pdev, "pci") && boot_device == device_parent(pdev)) {
426 boot_device = dev;
431 * below the controller remembered in boot_device. If so, we compar
    [all...]

Completed in 12 milliseconds