Lines Matching defs:dev_fd
770 static int dev_fd, fcode_size;
826 if ((dev_fd = open(device, O_RDWR|O_EXCL)) < 0) {
837 if (ioctl(dev_fd, IFPIO_FCODE_DOWNLOAD, download_p) < 0) {
841 (void) close(dev_fd);
852 if (ioctl(dev_fd, FCIO_CMD, &fcio) != 0) {
856 (void) close(dev_fd);
861 (void) close(dev_fd);
979 static int dev_fd, fcode_size;
1013 if ((dev_fd = open(device, O_RDWR|O_EXCL)) < 0) {
1026 if (ioctl(dev_fd, FCIO_CMD, &fcio) != 0) {
1027 (void) close(dev_fd);
1034 (void) close(dev_fd);