Home
last modified time | relevance | path

Searched refs:lio_read_buffer (Results 1 – 4 of 4) sorted by relevance

/external/ltp/include/old/
Dtlibio.h131 int lio_read_buffer(int fd, int method, char *buffer, int size,
/external/ltp/lib/
Dtlibio.c1103 int lio_read_buffer(int fd, /* open file descriptor */ in lio_read_buffer() function
2066 if ((ret = lio_read_buffer(fd, method, buffer,
2127 if ((ret = lio_read_buffer(fd, Unit_info[ind].method, buffer,
/external/ltp/testcases/kernel/fs/doio/
Dgrowfiles.c2590 lio_read_buffer(fd, io_type, Buffer, Grow_incr, SIGUSR1, &errmsg, in check_write()
2775 ret = lio_read_buffer(fd, io_type, buf, rd_size, in check_file()
2868 lio_read_buffer(fd, io_type, buf, fsize, SIGUSR1, &errmsg, in check_file()
/external/ltp/testcases/kernel/ipc/pipeio/
Dpipeio.c665 nb = lio_read_buffer(read_fd, iotype, readbuf, size, in do_parent()