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

  /src/sys/arch/mipsco/stand/installboot/
installboot.c 237 int vfd; local in function:read_volheader
240 if ((vfd = open(disk, O_RDONLY)) == -1)
243 len = pread(vfd, vhp, sizeof(*vhp), MIPS_VHSECTOR*DEV_BSIZE);
245 (void) close(vfd);
264 int vfd; local in function:write_volheader
271 if ((vfd = open(disk, O_WRONLY)) == -1)
277 len = pwrite(vfd, vhp, sizeof(*vhp), MIPS_VHSECTOR*512); /* XXX */
283 (void) close(vfd);
  /src/sys/dev/usb/
vhci.c 784 vhci_usb_attach(vhci_fd_t *vfd)
786 vhci_softc_t *sc = vfd->softc;
791 port = &sc->sc_port[vfd->port];
814 p[0] = __BIT(vfd->port); /* TODO-bitmap */
873 vhci_usb_detach(vhci_fd_t *vfd)
875 vhci_softc_t *sc = vfd->softc;
880 port = &sc->sc_port[vfd->port];
901 p[0] = __BIT(vfd->port); /* TODO-bitmap */
914 vhci_get_info(vhci_fd_t *vfd, struct vhci_ioc_get_info *args)
916 vhci_softc_t *sc = vfd->softc
996 vhci_fd_t *vfd; local in function:vhci_fd_open
1019 vhci_fd_t *vfd = fp->f_data; local in function:vhci_fd_close
1034 vhci_fd_t *vfd = fp->f_data; local in function:vhci_fd_read
1108 vhci_fd_t *vfd = fp->f_data; local in function:vhci_fd_write
1185 vhci_fd_t *vfd = fp->f_data; local in function:vhci_fd_ioctl
    [all...]

Completed in 12 milliseconds