Searched defs:largefile (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A D_endopen.c56 _endopen(const char *name, const char *type, FILE *iop, int largefile) argument
89 if (largefile) {
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c346 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile) argument
366 if (largefile)
367 aio_panic("__aio_suspend: largefile set when _LP64 defined");
395 if (largefile) {
448 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
505 if (largefile) {
568 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,

Completed in 83 milliseconds