Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtlibio.c544 int listio_cmd; /* Holds the listio/lio_listio cmd */ in lio_write_buffer() local
820 listio_cmd = LC_WAIT; in lio_write_buffer()
833 if (listio(listio_cmd, &request, 1) == -1) { in lio_write_buffer()
853 listio_cmd = LIO_WAIT; in lio_write_buffer()
867 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) { in lio_write_buffer()
898 listio_cmd = LC_START; in lio_write_buffer()
911 if (listio(listio_cmd, &request, 1) == -1) { in lio_write_buffer()
922 listio_cmd = LIO_NOWAIT; in lio_write_buffer()
936 if (lio_listio(listio_cmd, aiolist, 1, NULL) == -1) { in lio_write_buffer()
1113 int listio_cmd; /* Holds the listio/lio_listio cmd */ in lio_read_buffer() local
[all …]