Home
last modified time | relevance | path

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

/freebsd/sbin/veriexec/
H A Dveriexec.c41 int dev_fd = -1; variable
187 dev_fd = open(_PATH_DEV_VERIEXEC, O_WRONLY, 0); in main()
203 if (dev_fd < 0) { in main()
206 if (ioctl(dev_fd, VERIEXEC_GETSTATE, &x)) { in main()
268 if (dev_fd < 0) in main()
270 if (ioctl(dev_fd, state, &x)) in main()
292 if (dev_fd < 0) in main()
299 if (ioctl(dev_fd, VERIEXEC_GETVERSION, &VeriexecVersion)) { in main()
H A Dmanifest_parser.y63 extern int dev_fd;
291 if (ioctl(dev_fd, VERIEXEC_LABEL_LOAD, &lparams) < 0) in do_ioctl()
296 if (ioctl(dev_fd, VERIEXEC_SIGNED_LOAD, params) < 0) in do_ioctl()
H A Dveriexec.h34 extern int dev_fd;
/freebsd/usr.sbin/fwcontrol/
H A Dfwmethods.h5 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
/freebsd/sys/dev/enic/
H A Denic.h218 int dev_fd; member