• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/vfs/

Lines Matching defs:spacetype

3841 	int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
3856 auio = uio_createwithbuffer(1, 0, spacetype, UIO_READ,
5627 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32;
5668 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ, &uio_buf[0], sizeof(uio_buf));
5926 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
5985 auio = uio_createwithbuffer(1, loff, spacetype, UIO_READ,
6192 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6260 auio = uio_createwithbuffer(1, 0, spacetype, UIO_READ,
6457 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6468 NDINIT(&nd, LOOKUP, nameiflags, spacetype, uap->path, ctx);
6483 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
6510 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6534 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_READ,
6563 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6582 NDINIT(&nd, LOOKUP, nameiflags, spacetype, uap->path, ctx);
6589 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,
6615 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6639 auio = uio_createwithbuffer(1, uap->position, spacetype, UIO_WRITE,
6667 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6683 NDINIT(&nd, LOOKUP, nameiflags, spacetype, uap->path, ctx);
6758 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6768 NDINIT(&nd, LOOKUP, nameiflags, spacetype, uap->path, ctx);
6776 auio = uio_createwithbuffer(1, 0, spacetype,
6801 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32;
6818 auio = uio_createwithbuffer(1, 0, spacetype,