#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fcntl.h"
#include "cio.h"
#include "task.h"
Go to the source code of this file.
Functions | |
int | CioGetC (IOCB *I) |
int | CioRead (IOCB *I, char *b, int n) |
int CioGetC | ( | IOCB * | I | ) |
Definition at line 36 of file cioread.c.
References CIO_WRONLY, FCNTL_RDONLY, H_JVEC::getv, htabs, HTABS::HtabsEntry, _iocb::ichid, and _iocb::mode.
Referenced by _get().
int CioRead | ( | IOCB * | I, | |
char * | b, | |||
int | n | |||
) |
Definition at line 50 of file cioread.c.
References CIO_WRONLY, FCNTL_RDONLY, htabs, HTABS::HtabsEntry, _iocb::ichid, _iocb::mode, and H_JVEC::readv.
Referenced by _read().