Home
last modified time | relevance | path

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

/src/sbin/ipf/libipf/
H A Dcheckrev.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()
/src/sbin/ipf/ipf/
H A Dipf.c513 int vfd; in showversion() local
523 if ((vfd = open(ipfname, O_RDONLY)) == -1) { in showversion()
528 if (ioctl(vfd, SIOCGETFS, &ipfo)) { in showversion()
529 ipferror(vfd, "ioctl(SIOCGETFS)"); in showversion()
530 close(vfd); in showversion()
533 close(vfd); in showversion()
/src/crypto/openssl/crypto/perlasm/
H A Ds390x.pm1942 sub vfd { subroutine
1947 vfd(@_,3,0);
1950 vfd(@_,3,8);
2207 vfd(@_,2,0);
2210 vfd(@_,2,8);
2213 vfd(@_,4,8);
/src/usr.sbin/mptutil/
H A Dmpt_config.c95 int error, vfd; in mpt_lock_volume() local
110 vfd = open(path, O_RDWR); in mpt_lock_volume()
111 if (vfd < 0) { in mpt_lock_volume()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1150 def VFD : BinaryVRRcFloatGeneric<"vfd", 0xE7E5>;