Searched refs:lio_read_buffer (Results 1 – 4 of 4) sorted by relevance
/external/ltp/include/old/ |
D | tlibio.h | 131 int lio_read_buffer(int fd, int method, char *buffer, int size,
|
/external/ltp/lib/ |
D | tlibio.c | 1103 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/ipc/pipeio/ |
D | pipeio.c | 665 nb = lio_read_buffer(read_fd, iotype, readbuf, size, in do_parent()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | growfiles.c | 2590 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()
|