]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/device_set_status.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / device_set_status.html
index a55a2347acbca873ec04eb3d372853692bb556d9..bc1cd92c2dd693f9f81f6901ce49bdedd7afc20e 100755 (executable)
@@ -1 +1,70 @@
-<h2>device_set_status</h2>\r<hr>\r<p>\r<strong>Function</strong> - Set device status.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>#include&lt device/device.h&gt</strong>\r\r<strong>kern_return_t   device_set_status</strong>\r                <strong>(mach_port_t</strong>                             <var>device</var>,\r                 <strong>dev_flavor_t</strong>                            <var>flavor</var>,\r                 <strong>dev_status_t</strong>                            <var>status</var>,\r                 <strong>mach_msg_type_number_t</strong>            <var>status_count</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>device</var> \r<dd>\r[in device send right]\rA device port to the device to be manipulated.\r<p>\r<dt> <var>flavor</var> \r<dd>\r[in scalar]\rThe type of status information to set.\r<p>\r<dt> <var>status</var> \r<dd>\r[pointer to in array of natural-sized units]\rThe status information to set.\r<p>\r<dt> <var>status_count</var> \r<dd>\r[in scalar]\rThe size of the status information (in natural-sized units).\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>device_set_status</strong> function sets device status.\rThe possible values of <var>flavor</var> \ras well as the corresponding meanings are device dependent.\r<h3>RETURN VALUES</h3>\r<dl>\r<p>\r<dt> <strong>D_DEVICE_DOWN</strong>\r<dd>\rDevice has been shut down\r<p>\r<dt> <strong>D_IO_ERROR</strong>\r<dd>\rHardware I/O error\r<p>\r<dt> <strong>D_NO_SUCH_DEVICE</strong>\r<dd>\rNo device with that name, or the device is not operational.\r<p>\r<dt> <strong>D_OUT_OF_BAND</strong>\r<dd>\rOut-of-band condition occurred on device (such as typing\r     <strong>&ltCtrl&gt-C</strong>).\r<p>\r<dt> <strong>D_READ_ONLY</strong>\r<dd>\rData cannot be written to this device.\r</dl>\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="device_get_status.html"><strong>device_get_status</strong></a>.\r
\ No newline at end of file
+<h2>device_set_status</h2>
+<hr>
+<p>
+<strong>Function</strong> - Set device status.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>#include&lt device/device.h&gt</strong>
+
+<strong>kern_return_t   device_set_status</strong>
+                <strong>(mach_port_t</strong>                             <var>device</var>,
+                 <strong>dev_flavor_t</strong>                            <var>flavor</var>,
+                 <strong>dev_status_t</strong>                            <var>status</var>,
+                 <strong>mach_msg_type_number_t</strong>            <var>status_count</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>device</var> 
+<dd>
+[in device send right]
+A device port to the device to be manipulated.
+<p>
+<dt> <var>flavor</var> 
+<dd>
+[in scalar]
+The type of status information to set.
+<p>
+<dt> <var>status</var> 
+<dd>
+[pointer to in array of natural-sized units]
+The status information to set.
+<p>
+<dt> <var>status_count</var> 
+<dd>
+[in scalar]
+The size of the status information (in natural-sized units).
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>device_set_status</strong> function sets device status.
+The possible values of <var>flavor</var> 
+as well as the corresponding meanings are device dependent.
+<h3>RETURN VALUES</h3>
+<dl>
+<p>
+<dt> <strong>D_DEVICE_DOWN</strong>
+<dd>
+Device has been shut down
+<p>
+<dt> <strong>D_IO_ERROR</strong>
+<dd>
+Hardware I/O error
+<p>
+<dt> <strong>D_NO_SUCH_DEVICE</strong>
+<dd>
+No device with that name, or the device is not operational.
+<p>
+<dt> <strong>D_OUT_OF_BAND</strong>
+<dd>
+Out-of-band condition occurred on device (such as typing
+     <strong>&ltCtrl&gt-C</strong>).
+<p>
+<dt> <strong>D_READ_ONLY</strong>
+<dd>
+Data cannot be written to this device.
+</dl>
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="device_get_status.html"><strong>device_get_status</strong></a>.