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

/freebsd-current/sbin/ipf/libipf/
H A Dcheckrev.c19 static int vfd = -1; local
29 if ((vfd == -1) && ((vfd = open(ipfname, O_RDONLY)) == -1)) {
34 if (ioctl(vfd, SIOCGETFS, &obj)) {
35 ipferror(vfd, "ioctl(SIOCGETFS)");
36 close(vfd);
37 vfd = -1;
/freebsd-current/sbin/ipf/ipf/
H A Dipf.c513 int vfd; local
523 if ((vfd = open(ipfname, O_RDONLY)) == -1) {
528 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
529 ipferror(vfd, "ioctl(SIOCGETFS)");
530 close(vfd);
533 close(vfd);
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_config.c95 int error, vfd; local
110 vfd = open(path, O_RDWR);
111 if (vfd < 0) {
/freebsd-current/crypto/openssl/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);

Completed in 191 milliseconds