HomeSort by: relevance | last modified time | path
    Searched refs:dio (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mvme68k/stand/libsa/
bugdev.c 122 struct mvmeprom_dskio dio; local in function:bugscstrategy
128 dio.ctrl_lun = pp->ctrl;
129 dio.dev_lun = pp->dev;
130 dio.status = 0;
131 dio.pbuffer = buf;
132 dio.blk_num = blk * BUG_SCALE;
133 dio.blk_cnt = size / BUG_BLOCK_SIZE; /* assumed size in bytes */
134 dio.flag = 0;
135 dio.addr_mod = 0;
138 printf("ctrl %d dev %d\n", dio.ctrl_lun, dio.dev_lun)
    [all...]
  /src/share/man/man4/man4.hp300/
Makefile 4 MAN= autoconf.4 cons.4 ct.4 dio.4 dcm.4 dnkbd.4 \
  /src/sys/stand/efiboot/
efiblock.h 46 EFI_DISK_IO *dio; member in struct:efi_block_dev
efiblock.c 175 return uefi_call_wrapper(bdev->dio->ReadDisk, 5, bdev->dio,
187 if (bdev->dio != NULL) {
475 EFI_DISK_IO *dio; local in function:efi_block_probe
506 &DiskIoProtocol, (void **)&dio);
508 dio = NULL;
514 bdev->dio = dio;
  /src/sys/arch/hp300/dev/
dio.c 1 /* $NetBSD: dio.c,v 1.43 2024/01/16 07:06:59 thorpej Exp $ */
33 * Autoconfiguration and mapping support for the DIO bus.
37 __KERNEL_RCSID(0, "$NetBSD: dio.c,v 1.43 2024/01/16 07:06:59 thorpej Exp $");
78 CFATTACH_DECL_NEW(dio, sizeof(struct dio_softc),
245 * Return a reasonable description of a DIO device.
307 * Establish an interrupt handler for a DIO device.
325 * Remove an interrupt handler for a DIO device.
345 * DIO specific bus_space(9) support functions.
  /src/sys/arch/hp300/hp300/
locore.s 243 * on-board VRX framebuffer which has secid 0x11 at dio scode 132.
245 movl #DIOII_BASE,%a0 | probe dio scode 132

Completed in 14 milliseconds