Searched refs:a_offset (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | uio.h | 143 off_t a_offset, /* current offset */ 155 off_t a_offset, /* current offset */ 220 void uio_setoffset( uio_t a_uio, off_t a_offset );
|
| H A D | uio_internal.h | 111 __private_extern__ uio_t uio_createwithbuffer( int a_iovcount, off_t a_offset, int a_spacetype, in… 123 off_t a_offset, /* current offset */
|
| H A D | vnode_if.h | 1227 off_t a_offset; member 1541 off_t *a_offset; member 1561 off_t a_offset; member
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_subr.c | 792 uio_setoffset( uio_t a_uio, off_t a_offset ) in uio_setoffset() argument 797 a_uio->uio_offset = a_offset; in uio_setoffset() 849 off_t a_offset, /* current offset */ in uio_init() argument 880 uio->uio_offset = a_offset; in uio_init() 915 off_t a_offset, /* current offset */ in uio_create() argument 929 uio_init(uio, a_iovcount, a_offset, a_spacetype, a_iodirection, iovecs); in uio_create() 972 uio_init(uio, a_iovcount, a_offset, a_spacetype, a_iodirection, iovecs); in uio_createwithbuffer() 996 off_t a_offset, /* current offset */ in _uio_reset() argument 1008 a_uio->uio_offset = a_offset; in _uio_reset() 1020 _uio_reset(a_uio, a_offset, a_iodirection); in uio_reset_fast() [all …]
|
| /xnu-11215/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 367 *ap->a_offset = (off_t)-1; /* failure */ in dead_blktooff()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_support.c | 855 *ap->a_offset = (off_t)-1; /* failure */ in nop_blktooff()
|
| H A D | kpi_vfs.c | 5738 off_t a_offset; 5754 a.a_offset = offset; in VNOP_ALLOCATE() 6104 off_t *a_offset; 6116 a.a_offset = offset; in VNOP_BLKTOOFF() 6133 off_t a_offset; 6145 a.a_offset = offset; in VNOP_OFFTOBLK()
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2946 *ap->a_offset = (off_t)-1; /* failure */ in spec_blktooff() 2951 *ap->a_offset = (off_t)-1; /* failure */ in spec_blktooff()
|