PARPORT_CLAIM_OR_BLOCK
Section: (9)
Updated: 06 August 2003
Index
Return to Main Contents
NAME
parport_claim_or_block - claim access to a parallel port device
SYNOPSIS
int parport_claim_or_block (struct pardevice * dev);
ARGUMENTS
- dev
-
pointer to structure representing a device on the port
DESCRIPTION
This behaves like parport_claim, but will block if necessary
to wait for the port to be free. A return value of 1
indicates that it slept; 0 means that it succeeded without
needing to sleep. A negative error code indicates failure.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 08:41:27 GMT, April 09, 2004