N_HDLC_TTY_POLL
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
n_hdlc_tty_poll - TTY callback for poll system call
SYNOPSIS
"SYNOPSIS"
unsigned int n_hdlc_tty_poll (struct tty_struct * tty, struct file * filp, poll_table * wait);
ARGUMENTS
- tty
-
-- undescribed --
- filp
-
-- undescribed --
- wait
-
-- undescribed --
DESCRIPTION
tty - pointer to tty instance data
filp - pointer to open file object for device
poll_table - wait queue for operations
Determine which operations (read/write) will not block and return info
to caller.
Returns a bit mask containing info on which ops will not block.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:31 GMT, October 09, 2005