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

  /src/sys/arch/mvme68k/stand/libsa/
bugdev.c 122 struct mvmeprom_dskio dio; local
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/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_queue.c 649 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
688 while (t != NULL && (dio = AVL_PREV(t, first)) != NULL &&
689 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
690 IO_SPAN(dio, last) <= zfs_vdev_aggregation_limit &&
691 IO_GAP(dio, first) <= maxgap) {
692 first = dio;
708 while ((dio = AVL_NEXT(t, last)) != NULL &&
709 (dio->io_flags & ZIO_FLAG_AGG_INHERIT) == flags &&
710 IO_SPAN(first, dio) <= zfs_vdev_aggregation_limit &&
711 IO_GAP(last, dio) <= maxgap)
    [all...]
zio.c 2639 zio_t *dio = NULL; local
2699 dio = zio_write(zio, spa, txg, bp, zio->io_orig_data,
2704 zio_push_transform(dio, zio->io_data, zio->io_size, 0, NULL);
2705 dde->dde_lead_zio[DDT_PHYS_DITTO] = dio;
2735 if (dio)
2736 zio_nowait(dio);
  /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
506 &DiskIoProtocol, (void **)&dio);
508 dio = NULL;
514 bdev->dio = dio;
  /src/external/bsd/tcpdump/dist/
print-icmp6.c 508 * DIO: Updated to RFC6550, as published in 2012: section 6. (page 30)
557 /* section 6.3.1, DODAG Information Object (DIO) */
616 /* section 6.4.1, DODAG Information Object (DIO) */
843 opts + RPL_GENOPTION_LEN, /* content of DIO option */
859 const struct nd_rpl_dio *dio = (const struct nd_rpl_dio *)bp; local
863 GET_IP6ADDR_STRING(dio->rpl_dagid),
864 GET_U_1(dio->rpl_dtsn),
865 GET_U_1(dio->rpl_instanceid),
866 GET_BE_U_2(dio->rpl_dagrank),
867 RPL_DIO_GROUNDED(GET_U_1(dio->rpl_mopprf)) ? "grounded,":""
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
gnu.ver 1002 _ZThn8_NS[dio]*;
1010 _ZThn16_NS[dio]*;
1018 _ZTv0_n12_NS[dio]*;
1028 _ZTv0_n24_NS[dio]*;
1705 _ZNS[dio]4swapERS[dio];
1706 _ZNS[dio]aSEOS[dio];
1707 _ZNS[dio]C[12]EOS[dio];
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
gnu.ver 974 _ZThn8_NS[dio]*;
982 _ZThn16_NS[dio]*;
990 _ZTv0_n12_NS[dio]*;
1000 _ZTv0_n24_NS[dio]*;
1677 _ZNS[dio]4swapERS[dio];
1678 _ZNS[dio]aSEOS[dio];
1679 _ZNS[dio]C[12]EOS[dio];
    [all...]
  /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 89 milliseconds