Home | History | Annotate | Download | only in sys

Lines Matching full:interactive

278 /** Get the parameters associated with an interactive IO device.

283 @param[in] fd The file descriptor for an open interactive IO device.
285 attributes of the interactive IO device.
290 * ENOTTY - The file associated with fd is not an interactive IO device.
294 /** Set the parameters associated with an interactive IO device.
308 @param[in] fd The file descriptor for an open interactive IO device.
311 attributes to set in the interactive IO device.
316 * ENOTTY - The file associated with fd is not an interactive IO device.
323 @param[in] fd The file descriptor for an open interactive IO device.
328 * ENOTTY - The file associated with fd is not an interactive IO device.
339 @param[in] fd The file descriptor of an open interactive IO device (terminal).
353 * ENOTTY - The file associated with fd is not an interactive IO device.
362 @param[in] fd The file descriptor for an open interactive IO device.
375 * ENOTTY - The file associated with fd is not an interactive IO device.
395 console, or another interactive I/O device, the behavior will depend upon