parport_find_number(9) suse man page | unix.com

Man Page: parport_find_number

Operating Environment: suse

Section: 9

PARPORT_FIND_NUMBER(9)					       Parallel Port Devices					    PARPORT_FIND_NUMBER(9)

NAME
parport_find_number - find a parallel port by number
SYNOPSIS
struct parport * parport_find_number(int number);
ARGUMENTS
number parallel port number
DESCRIPTION
This returns the parallel port with the specified number, or NULL if there is none. There is an implicit parport_get_port done already; to throw away the reference to the port that parport_find_number gives you, use parport_put_port.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PARPORT_FIND_NUMBER(9)
Related Man Pages
parport_register_device(9) - centos
parport_register_port(9) - centos
ieee1284_wait_data(3) - debian
ieee1284_write_data(3) - centos
ieee1284_read_data(3) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!