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

/freebsd-9.3-release/share/examples/scsi_target/
H A Dscsi_target.c71 static int targ_fd; variable
112 targ_fd = file_fd = kq_fd = -1;
290 targ_fd = open(targname, O_RDWR);
291 } while (targ_fd < 0 && errno == EBUSY);
293 if (targ_fd < 0)
311 if (ioctl(targ_fd, TARGIOCENABLE, &ioc_enlun) != 0)
316 if (ioctl(targ_fd, TARGIOCDEBUG, &debug) != 0)
347 ioctl(targ_fd, TARGIOCDEBUG, &debug);
349 ioctl(targ_fd, TARGIOCDISABLE, NULL);
350 close(targ_fd);
[all...]

Completed in 89 milliseconds