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

/freebsd-9.3-release/contrib/ipfilter/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, &ipfo)) {
37 close(vfd);
38 vfd = -1;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf.c510 int vfd; local
520 if ((vfd = open(ipfname, O_RDONLY)) == -1) {
525 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
527 close(vfd);
530 close(vfd);
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_config.c92 int error, vfd; local
107 vfd = open(path, O_RDWR);
108 if (vfd < 0) {
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h94 void (*release)(struct video_device *vfd);
126 void video_device_release(struct video_device *vfd);

Completed in 118 milliseconds