HomeSort by relevance Sort by last modified time
    Searched refs:largefile (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
filemicro_create.f 36 define file name=largefile,path=$dir,size=0,prealloc
42 flowop appendfile name=append-file,filename=largefile,dsync=$sync,iosize=$iosize
filemicro_seqread.f 35 define file name=largefile,path=$dir,size=$filesize,prealloc,reuse,cached=$cached
41 flowop read name=seqread-file,filename=largefile,iosize=$iosize
filemicro_createrand.f 39 define file name=largefile,path=$dir,size=0,prealloc
45 flowop appendfilerand name=append-file,filename=largefile,dsync=$sync,iosize=$iosize,iters=$iters
  /onnv/onnv-gate/usr/src/lib/libc/port/stdio/
_endopen.c 56 _endopen(const char *name, const char *type, FILE *iop, int largefile)
89 if (largefile) {
  /onnv/onnv-gate/usr/src/ucblib/libucb/port/stdio/
fopen.c 55 _endopen(const char *file, const char *mode, FILE *iop, int largefile)
76 if (largefile) {
  /onnv/onnv-gate/usr/src/lib/libc/port/aio/
posix_aio.c 341 __aio_suspend(void **list, int nent, const timespec_t *timo, int largefile)
361 if (largefile)
362 aio_panic("__aio_suspend: largefile set when _LP64 defined");
390 if (largefile) {
443 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
500 if (largefile) {
563 kerr = (int)_kaio(largefile? AIOSUSPEND64 : AIOSUSPEND,
    [all...]

Completed in 240 milliseconds