Searched refs:FDEJECT (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | fdio.h | 193 #define FDEJECT (FDIOC|53) /* Eject floppy disk */ macro
|
/titanic_50/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 390 return (ioctl(handle->sm_fd, FDEJECT)); in _m_eject()
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_cmdk.c | 474 case FDEJECT: in xdfs_c_ioctl()
|
/titanic_50/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 434 if (ioctl(fd, FDEJECT, 0)) { in main()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1233 (void) ioctl(to, FDEJECT, 0); in close_rewind()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 1717 (void) ioctl(mt, FDEJECT, 0); in closemt()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 1369 { (uint_t)FDEJECT, "FDEJECT",
|
/titanic_50/usr/src/uts/common/io/ |
H A D | fd.c | 1631 case FDEJECT: /* eject disk */ in fd_ioctl()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2587 case FDEJECT: in xdf_ioctl()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | fd.c | 2216 case FDEJECT: /* eject disk */ in fd_ioctl()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 22303 case FDEJECT: 22361 case FDEJECT: /* for eject command */ 22886 case FDEJECT: /* for eject command */
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 1051 (void) ioctl(Archive, FDEJECT, NULL); in chgreel()
|