Home
last modified time | relevance | path

Searched refs:dev_fd (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sbin/veriexec/
H A Dveriexec.c39 int dev_fd = -1; variable
71 dev_fd = open(_PATH_DEV_VERIEXEC, O_WRONLY, 0); in main()
79 if (dev_fd < 0) { in main()
82 if (ioctl(dev_fd, VERIEXEC_GETSTATE, &x)) { in main()
146 if (dev_fd < 0) { in main()
149 if (ioctl(dev_fd, ctl, &x)) { in main()
166 if (ioctl(dev_fd, VERIEXEC_GETVERSION, &VeriexecVersion)) { in main()
H A Dmanifest_parser.y64 extern int dev_fd;
293 if (ioctl(dev_fd, VERIEXEC_LABEL_LOAD, &lparams) < 0) in do_ioctl()
298 if (ioctl(dev_fd, VERIEXEC_SIGNED_LOAD, params) < 0) in do_ioctl()
H A Dveriexec.h34 extern int dev_fd;
/freebsd-13.1/usr.sbin/fwcontrol/
H A Dfwmethods.h7 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);