Searched refs:vfd (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dcheckrev.c20 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-current/sys/dev/usb/
H A Dvhci.c784 vhci_usb_attach(vhci_fd_t *vfd) argument
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) argument
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) argument
916 vhci_softc_t *sc = vfd
932 vhci_set_port(vhci_fd_t *vfd, struct vhci_ioc_set_port *args) argument
945 vhci_set_addr(vhci_fd_t *vfd, struct vhci_ioc_set_addr *args) argument
996 vhci_fd_t *vfd; local
1019 vhci_fd_t *vfd = fp->f_data; local
1034 vhci_fd_t *vfd = fp->f_data; local
1108 vhci_fd_t *vfd = fp->f_data; local
1185 vhci_fd_t *vfd = fp->f_data; local
[all...]
/netbsd-current/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c237 int vfd; local
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
271 if ((vfd = open(disk, O_WRONLY)) == -1)
277 len = pwrite(vfd, vhp, sizeof(*vhp), MIPS_VHSECTOR*512); /* XXX */
283 (void) close(vfd);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.cc102 int64_t vfd; local
105 if ((vfd = vfds->fetch (i)) == -1)
106 virtualFds->append (vfd);
168 FileData::setVirtualFds (int64_t vfd) argument
171 if (vfd == virtualFds->fetch (i))
173 virtualFds->append (vfd);
H A DFileData.h218 void setVirtualFds (int64_t vfd);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.cc102 int64_t vfd; local
105 if ((vfd = vfds->fetch (i)) == -1)
106 virtualFds->append (vfd);
168 FileData::setVirtualFds (int64_t vfd) argument
171 if (vfd == virtualFds->fetch (i))
173 virtualFds->append (vfd);
H A DFileData.h218 void setVirtualFds (int64_t vfd);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipf.c538 int vfd; local
548 if ((vfd = open(ipfname, O_RDONLY)) == -1) {
553 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
554 ipferror(vfd, "ioctl(SIOCGETFS)");
555 close(vfd);
558 close(vfd);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Ds390x.pm85 vcgdb wcgdb vclgd vclgdb wclgdb vfd vfddb wfddb vfi vfidb wfidb
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-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dzarch-z13.s500 vfd %v15,%v17,%v20,13,12
H A Dzarch-z13.d506 .*: e7 f1 40 0c d6 e5 [ ]*vfd %v15,%v17,%v20,13,12

Completed in 321 milliseconds