Searched refs:FDGETCHANGE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fdio.h | 192 #define FDGETCHANGE (FDIOC|54) /* Get diskchng stat */ macro
|
/illumos-gate/usr/src/cmd/eject/ |
H A D | eject.c | 425 if (ioctl(fd, FDGETCHANGE, &ival) >= 0) { in floppy_in_drive() 569 if (ioctl(fd, FDGETCHANGE, &rval) >= 0) { in query()
|
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 205 if (ioctl(handle->sm_fd, FDGETCHANGE, &j)) { in _m_get_media_status()
|
H A D | f_format.c | 349 if (ioctl(fd, FDGETCHANGE, &chgd) == 0) { in format_floppy()
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 270 if ((ioctl(fd, FDGETCHANGE, &chg) == 0) && !(chg & FDGC_CURRENT)) { in check_floppy()
|
/illumos-gate/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 508 if (ioctl(rfd, FDGETCHANGE, &fdc) == 0) { in main()
|
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 593 FDGETCHANGE, (intptr_t)&fdstatus, FNATIVE | FKIOCTL, in pc_verify()
|
/illumos-gate/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 827 if (ioctl(fd, FDGETCHANGE, &chgd) == 0) { in format_diskette()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | fd.c | 1643 case FDGETCHANGE: /* disk changed */ in fd_ioctl()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 1539 { (uint_t)FDGETCHANGE, "FDGETCHANGE",
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | fd.c | 2265 case FDGETCHANGE: /* disk changed */ in fd_ioctl()
|