ieee1284_find_ports (3)
Leading comments
Title: ieee1284_find_ports Author: Tim Waugh <twaugh@redhat.com> Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> Date: 09/18/2007 Manual: Functions Source:
NAME
ieee1284_find_ports - find ports on the systemSYNOPSIS
#include <ieee1284.h>
- int ieee1284_find_ports(struct parport_list *list, int flags);
DESCRIPTION
The list is a pointer to a parport_list structure that will be filled in on success.
There are no flags defined; use zero for this parameter.
RETURN VALUE
E1284_OK
- Success. list is filled in and must be destroyed using ieee1284_free_ports(3).
E1284_NOMEM
- There is not enough memory available.
E1284_NOTIMPL
- One or more of the supplied flags is not supported in this implementation.
AUTHOR
Tim Waugh <twaugh@redhat.com>
- Author.