| /netbsd-src/sys/dev/usb/ |
| H A D | vhci.c | 784 vhci_usb_attach(vhci_fd_t *vfd) in vhci_usb_attach() argument 786 vhci_softc_t *sc = vfd->softc; in vhci_usb_attach() 791 port = &sc->sc_port[vfd->port]; in vhci_usb_attach() 814 p[0] = __BIT(vfd->port); /* TODO-bitmap */ in vhci_usb_attach() 873 vhci_usb_detach(vhci_fd_t *vfd) in vhci_usb_detach() argument 875 vhci_softc_t *sc = vfd->softc; in vhci_usb_detach() 880 port = &sc->sc_port[vfd->port]; in vhci_usb_detach() 901 p[0] = __BIT(vfd->port); /* TODO-bitmap */ in vhci_usb_detach() 914 vhci_get_info(vhci_fd_t *vfd, struct vhci_ioc_get_info *args) in vhci_get_info() argument 916 vhci_softc_t *sc = vfd->softc; in vhci_get_info() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | checkrev.c | 20 static int vfd = -1; local 30 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) { 35 if (ioctl(vfd, SIOCGETFS, &obj)) { 36 ipferror(vfd, "ioctl(SIOCGETFS)"); 37 close(vfd); 38 vfd = -1;
|
| /netbsd-src/sys/arch/mipsco/stand/installboot/ |
| H A D | installboot.c | 237 int vfd; in read_volheader() local 240 if ((vfd = open(disk, O_RDONLY)) == -1) in read_volheader() 243 len = pread(vfd, vhp, sizeof(*vhp), MIPS_VHSECTOR*DEV_BSIZE); in read_volheader() 245 (void) close(vfd); in read_volheader() 264 int vfd; in write_volheader() local 271 if ((vfd = open(disk, O_WRONLY)) == -1) in write_volheader() 277 len = pwrite(vfd, vhp, sizeof(*vhp), MIPS_VHSECTOR*512); /* XXX */ in write_volheader() 283 (void) close(vfd); in write_volheader()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | FileData.cc | 102 int64_t vfd; in FileData() local 105 if ((vfd = vfds->fetch (i)) == -1) in FileData() 106 virtualFds->append (vfd); in FileData() 168 FileData::setVirtualFds (int64_t vfd) in setVirtualFds() argument 171 if (vfd == virtualFds->fetch (i)) in setVirtualFds() 173 virtualFds->append (vfd); in setVirtualFds()
|
| H A D | FileData.h | 218 void setVirtualFds (int64_t vfd);
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | FileData.cc | 102 int64_t vfd; in FileData() local 105 if ((vfd = vfds->fetch (i)) == -1) in FileData() 106 virtualFds->append (vfd); in FileData() 168 FileData::setVirtualFds (int64_t vfd) in setVirtualFds() argument 171 if (vfd == virtualFds->fetch (i)) in setVirtualFds() 173 virtualFds->append (vfd); in setVirtualFds()
|
| H A D | FileData.h | 218 void setVirtualFds (int64_t vfd);
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipf.c | 538 int vfd; in showversion() local 548 if ((vfd = open(ipfname, O_RDONLY)) == -1) { in showversion() 553 if (ioctl(vfd, SIOCGETFS, &ipfo)) { in showversion() 554 ipferror(vfd, "ioctl(SIOCGETFS)"); in showversion() 555 close(vfd); in showversion() 558 close(vfd); in showversion()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | s390x.pm | 1942 sub vfd { subroutine 1947 vfd(@_,3,0); 1950 vfd(@_,3,8); 2207 vfd(@_,2,0); 2210 vfd(@_,2,8); 2213 vfd(@_,4,8);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrVector.td | 1134 def VFD : BinaryVRRcFloatGeneric<"vfd", 0xE7E5>;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | s390-opc.txt | 1632 e700000000e5 vfd VRR_VVV0UU "vector fp divide" z13 zarch vx
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | s390-opc.txt | 1646 e700000000e5 vfd VRR_VVV0UU "vector fp divide" z13 zarch vx
|