1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
\section{System-dependent interfaces}
\label{group__sysdeps}\index{System-dependent interfaces@{System-dependent interfaces}}
\subsection*{Functions}
\begin{CompactItemize}
\item
{\bf discover\_\-sysdep\_\-data\_\-t} $\ast$ {\bf \_\-discover\_\-get\_\-ata\_\-raw} (void)
\item
{\bf discover\_\-sysdep\_\-data\_\-t} $\ast$ {\bf \_\-discover\_\-get\_\-pci\_\-raw} (void)
\item
{\bf discover\_\-sysdep\_\-data\_\-t} $\ast$ {\bf \_\-discover\_\-get\_\-pcmcia\_\-raw} (void)
\item
{\bf discover\_\-sysdep\_\-data\_\-t} $\ast$ {\bf \_\-discover\_\-get\_\-scsi\_\-raw} (void)
\item
{\bf discover\_\-sysdep\_\-data\_\-t} $\ast$ {\bf \_\-discover\_\-get\_\-usb\_\-raw} (void)
\end{CompactItemize}
\subsection{Function Documentation}
\index{sysdeps@{sysdeps}!_discover_get_ata_raw@{\_\-discover\_\-get\_\-ata\_\-raw}}
\index{_discover_get_ata_raw@{\_\-discover\_\-get\_\-ata\_\-raw}!sysdeps@{sysdeps}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-data\_\-t}$\ast$ \_\-discover\_\-get\_\-ata\_\-raw (void)}\label{group__sysdeps_ga0}
Get the list of ATA devices, scanning the bus if necessary.
Definition at line 51 of file stubs.c.\index{sysdeps@{sysdeps}!_discover_get_pci_raw@{\_\-discover\_\-get\_\-pci\_\-raw}}
\index{_discover_get_pci_raw@{\_\-discover\_\-get\_\-pci\_\-raw}!sysdeps@{sysdeps}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-data\_\-t}$\ast$ \_\-discover\_\-get\_\-pci\_\-raw (void)}\label{group__sysdeps_ga1}
Get the list of PCI devices, scanning the bus if necessary.
Definition at line 60 of file stubs.c.\index{sysdeps@{sysdeps}!_discover_get_pcmcia_raw@{\_\-discover\_\-get\_\-pcmcia\_\-raw}}
\index{_discover_get_pcmcia_raw@{\_\-discover\_\-get\_\-pcmcia\_\-raw}!sysdeps@{sysdeps}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-data\_\-t}$\ast$ \_\-discover\_\-get\_\-pcmcia\_\-raw (void)}\label{group__sysdeps_ga2}
Get the list of PCMCIA devices, scanning the bus if necessary.
Definition at line 69 of file stubs.c.\index{sysdeps@{sysdeps}!_discover_get_scsi_raw@{\_\-discover\_\-get\_\-scsi\_\-raw}}
\index{_discover_get_scsi_raw@{\_\-discover\_\-get\_\-scsi\_\-raw}!sysdeps@{sysdeps}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-data\_\-t}$\ast$ \_\-discover\_\-get\_\-scsi\_\-raw (void)}\label{group__sysdeps_ga3}
Get the list of SCSI devices, scanning the bus if necessary.
Definition at line 78 of file stubs.c.\index{sysdeps@{sysdeps}!_discover_get_usb_raw@{\_\-discover\_\-get\_\-usb\_\-raw}}
\index{_discover_get_usb_raw@{\_\-discover\_\-get\_\-usb\_\-raw}!sysdeps@{sysdeps}}
\subsubsection{\setlength{\rightskip}{0pt plus 5cm}{\bf discover\_\-sysdep\_\-data\_\-t}$\ast$ \_\-discover\_\-get\_\-usb\_\-raw (void)}\label{group__sysdeps_ga4}
Get the list of USB devices, scanning the bus if necessary.
Definition at line 87 of file stubs.c.
|