• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOStorageFamily-172/

Lines Matching defs:ioctl

640 int IOMediaBSDClient::ioctl( dev_t   dev,
647 // Process a foreign ioctl.
1070 // to a DKIOCEJECT ioctl -- this close resets the flux state to normal.
1199 // Process the ioctl.
1207 // This ioctl returns the preferred block size of the media object.
1218 // This ioctl returns the size of the media object in blocks. The
1234 // This ioctl returns the size of the media object in blocks. The
1249 // This ioctl returns the maximum block count for reads.
1267 // This ioctl returns the maximum block count for writes.
1285 // This ioctl returns the maximum byte count for reads.
1303 // This ioctl returns the maximum byte count for writes.
1321 // This ioctl returns the maximum segment count for reads.
1339 // This ioctl returns the maximum segment count for writes.
1357 // This ioctl returns the maximum segment byte count for reads.
1375 // This ioctl returns the maximum segment byte count for writes.
1393 // This ioctl returns the minimum segment alignment in bytes.
1411 // This ioctl returns the maximum segment width in bits.
1429 // This ioctl returns the preferred block size of the device.
1447 // This ioctl returns the maximum queue depth of the device.
1465 // This ioctl returns truth if the media object is formatted.
1475 // This ioctl returns truth if the media object is writable.
1485 // This ioctl asks that the media object be ejected from the device.
1565 // This ioctl asks that the media object be formatted.
1660 // This ioctl returns the feasible format capacities for this media
1760 // This ioctl asks that the media object be flushed onto the device.
1775 // This ioctl asks that the media object delete unused data.
1841 // This ioctl asks that the device enter an idle state.
1864 // This ioctl returns the BSD unit of the media object.
1881 // This ioctl returns the open firmware path for this media object.
1897 // This ioctl returns truth if the device is solid state.
1924 // This ioctl returns truth if the device is virtual.
1951 // This ioctl returns the base of the media object.
1961 // This ioctl returns the features of the media object.
1998 // This ioctl returns the throttle mask for the media object.
2008 // Call the foreign ioctl handler for all other ioctls.
2011 error = minor->client->ioctl(dev, cmd, data, flags, proc);
2032 // Process the ioctl.
2040 // This ioctl returns the preferred (or overrided) block size of the
2051 // This ioctl overrides the block size for the media object, for the
2066 // This ioctl returns the size of the media object in blocks. The
2082 // This ioctl returns the size of the media object in blocks. The
2168 // This ioctl returns the maximum priority depth of the device.
2186 // Call the common ioctl handler for all other ioctls.
2210 // Process the ioctl.
2226 // Call the common ioctl handler for all other ioctls.