Home
last modified time | relevance | path

Searched refs:vfd (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDcheckrev.c19 static int vfd = -1; in checkrev() local
29 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) { in checkrev()
34 if (ioctl(vfd, SIOCGETFS, &obj)) { in checkrev()
35 ipferror(vfd, "ioctl(SIOCGETFS)"); in checkrev()
36 close(vfd); in checkrev()
37 vfd = -1; in checkrev()
/freebsd-14-stable/sbin/ipf/ipf/
HDipf.c517 int vfd; in showversion() local
527 if ((vfd = open(ipfname, O_RDONLY)) == -1) { in showversion()
532 if (ioctl(vfd, SIOCGETFS, &ipfo)) { in showversion()
533 ipferror(vfd, "ioctl(SIOCGETFS)"); in showversion()
534 close(vfd); in showversion()
537 close(vfd); in showversion()
/freebsd-14-stable/crypto/openssl/crypto/perlasm/
HDs390x.pm1942 sub vfd { subroutine
1947 vfd(@_,3,0);
1950 vfd(@_,3,8);
2207 vfd(@_,2,0);
2210 vfd(@_,2,8);
2213 vfd(@_,4,8);
/freebsd-14-stable/usr.sbin/mptutil/
HDmpt_config.c96 int error, vfd; in mpt_lock_volume() local
111 vfd = open(path, O_RDWR); in mpt_lock_volume()
112 if (vfd < 0) { in mpt_lock_volume()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrVector.td1150 def VFD : BinaryVRRcFloatGeneric<"vfd", 0xE7E5>;