Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Wed May 30 4:31:07 2012 from 38.107.179.229
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Pciconfig_iobase en anglais

PCICONFIG_READ(2) Linux Programmer's Manual PCICONFIG_READ(2)
 
NAME


pciconfig_read, pciconfig_write, pciconfig_iobase - pci device informa- tion handling
 
SYNOPSIS


#include int pciconfig_read(unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void *buf); int pciconfig_write(unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, void *buf); int pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
 
DESCRIPTION


Most of the interaction with PCI devices is already handled by the ker- nel PCI layer, and thus these calls should not normally need to be accessed from userspace. pciconfig_read() Reads to buf from device dev at offset off value. pciconfig_write() Writes from buf to device dev at offset off value. pciconfig_iobase() You pass it a bus/devfn pair and get a physical address for either the memory offset (for things like prep, this is 0xc0000000), the IO base for PIO cycles, or the ISA holes if any.
 
RETURN VALUE


pciconfig_read() On success zero is returned. On error, -1 is returned and errno is set appropriately. pciconfig_write() On success zero is returned. On error, -1 is returned and errno is set appropriately. pciconfig_iobase() Returns information on locations of various I/O regions in phys- ical memory according to the which value. Values for which are: IOBASE_BRIDGE_NUMBER, IOBASE_MEMORY, IOBASE_IO, IOBASE_ISA_IO, IOBASE_ISA_MEM.
 
ERRORS


EINVAL len value is invalid. This does not apply to pcicon- fig_iobase(). EIO I/O error. ENODEV For pciconfig_iobase(), "hose" value is NULL. For the other calls, could not find a slot. ENOSYS The system has not implemented these calls (CONFIG_PCI not defined).
 
EOPNOTSUPP


This return value is only valid for pciconfig_iobase(). It is returned if the value for which is invalid. EPERM User does not have the CAP_SYS_ADMIN capability. This does not apply to pciconfig_iobase().
 
CONFORMING TO


These calls are Linux-specific, available since Linux 2.0.26/2.1.11.
 
SEE ALSO


capabilities(7)
 
COLOPHON


This page is part of release 3.05 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2003-07-14 PCICONFIG_READ(2)


 Dernières recherches
Man  en anglais Man pciconfig_iobase en anglaisMan  en français Man pciconfig_iobase en français
Man  en anglais Man patch en anglaisMan  en français Man patch en français
Man  en anglais Man paste en anglaisMan  en français Man paste en français
Man  en anglais Man pam en anglaisMan  en français Man pam en français
Man  en anglais Man oqmgr en anglaisMan  en français Man oqmgr en français
Man  en anglais Man operator en anglaisMan  en français Man operator en français
Man  en anglais Man openvt en anglaisMan  en français Man openvt en français
Man  en anglais Man openssl en anglaisMan  en français Man openssl en français
Man  en anglais Man openpty en anglaisMan  en français Man openpty en français
Man  en anglais Man openat en anglaisMan  en français Man openat en français
Man  en anglais Man on_exit en anglaisMan  en français Man on_exit en français
Man  en anglais Man olduname en anglaisMan  en français Man olduname en français
Man  en anglais Man oldstat en anglaisMan  en français Man oldstat en français
Man  en anglais Man oldolduname en anglaisMan  en français Man oldolduname en français
Man  en anglais Man oldlstat en anglaisMan  en français Man oldlstat en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher