Man Page: parport_wait_event
Operating Environment: centos
Section: 9
PARPORT_WAIT_EVENT(9) Parallel Port Devices PARPORT_WAIT_EVENT(9)NAMEparport_wait_event - wait for an event on a parallel portSYNOPSISint parport_wait_event(struct parport * port, signed long timeout);ARGUMENTSport port to wait on timeout time to wait (in jiffies)DESCRIPTIONThis function waits for up to timeout jiffies for an interrupt to occur on a parallel port. If the port timeout is set to zero, it returns immediately. If an interrupt occurs before the timeout period elapses, this function returns zero immediately. If it times out, it returns one. An error code less than zero indicates an error (most likely a pending signal), and the calling code should finish what it's doing as soon as it can.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PARPORT_WAIT_EVENT(9)
| Related Man Pages |
|---|
| parport_register_port(9) - centos |
| ieee1284_read_data(3) - debian |
| ieee1284_data_dir(3) - centos |
| ieee1284_wait_data(3) - centos |
| ieee1284_read_data(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Tar Command |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |