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: Thu May 24 21:01:43 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 Aio_cancel en anglais

AIO_CANCEL(3) Linux Programmer's Manual AIO_CANCEL(3)
 
NAME


aio_cancel - cancel an outstanding asynchronous I/O request
 
SYNOPSIS


#include int aio_cancel(int fd, struct aiocb *aiocbp); Link with -lrt.
 
DESCRIPTION


The aio_cancel() function attempts to cancel outstanding asynchronous I/O requests for the file descriptor fd. If aiocbp is NULL, all such requests are canceled. Otherwise, only the request described by the control block pointed to by aiocbp is canceled. Normal asynchronous notification occurs for canceled requests. The request return status is set to -1, and the request error status is set to ECANCELED. The control block of requests that cannot be canceled is not changed. If aiocbp is not NULL, and fd differs from the file descriptor with which the asynchronous operation was initiated, unspecified results occur. Which operations are cancellable is implementation-defined.
 
RETURN VALUE


This function returns AIO_CANCELED if all requests were successfully canceled. It returns AIO_NOTCANCELED when at least one of the requests specified was not canceled because it was in progress. In this case one may check the status of individual requests using aio_error(3). This function returns AIO_ALLDONE when all requests had been completed already before this call. When some error occurs, -1 is returned, and errno is set appropriately.
 
ERRORS


EBADF fd is not a valid file descriptor.
 
CONFORMING TO


POSIX.1-2001.
 
SEE ALSO


aio_error(3), aio_fsync(3), aio_read(3), aio_return(3), aio_suspend(3), aio_write(3)
 
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/. 2003-11-14 AIO_CANCEL(3)


 Dernières recherches
Man  en anglais Man aio_cancel en anglaisMan  en français Man aio_cancel en français
Man  en anglais Man agetty en anglaisMan  en français Man agetty en français
Man  en anglais Man afs_syscall en anglaisMan  en français Man afs_syscall en français
Man  en anglais Man getline en anglaisMan  en français Man getline en français
Man  en anglais Man adjtime en anglaisMan  en français Man adjtime en français
Man  en anglais Man addgroup en anglaisMan  en français Man addgroup en français
Man  en anglais Man chgrp en anglaisMan  en français Man chgrp en français
Man  en anglais Man acos en anglaisMan  en français Man acos en français
Man  en anglais Man telnet en anglaisMan  en français Man telnet en français
Man  en anglais Man chage en anglaisMan  en français Man chage en français
Man  en anglais Man sem_close en anglaisMan  en français Man sem_close en français
Man  en anglais Man pidof en anglaisMan  en français Man pidof en français
Man  en anglais Man abs en anglaisMan  en français Man abs en français
Man  en anglais Man _sysctl en anglaisMan  en français Man _sysctl en français
Man  en anglais Man truncate en anglaisMan  en français Man truncate 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