pci_mux_init()
QNX SDP8.0PCI Server User's GuideAPIConfiguration
Initiate and allocate connection structure
Synopsis:
#include <pci/pci_mux.h>
pci_mux_connection_t * pci_mux_init( const char* const pathname );
Arguments:
- pathname
- A string indicating the path to the PCI connector resource manager.
Library:
libpci
Use the -l pci option to qcc to link against this library.
Description:
The pci_mux_init() function initializes and allocates the connection context structure.
Returns:
A pointer to a new pci_mux_connection_t* or NULL.
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | No |
Thread | Yes |
Page updated: