Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/libkern/apple_encrypted_archive/
H A Dapple_encrypted_archive.h41 size_t nbyte,
47 size_t nbyte,
109 size_t nbyte);
/xnu-8020.140.41/bsd/sys/
H A Dguarded.h57 extern ssize_t guarded_write_np(int fd, const guardid_t *guard, const void *buf, size_t nbyte);
58 extern ssize_t guarded_pwrite_np(int fd, const guardid_t *guard, const void *buf, size_t nbyte, off…
/xnu-8020.140.41/libsyscall/mach/
H A Dpanic.c64 extern int write(int fd, const char* cbuf, int nbyte);
H A Dfprintf_stderr.c41 int write(int fd, const char* cbuf, int nbyte);
/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c179 user_addr_t bufp, user_size_t nbyte,
182 user_addr_t bufp, user_size_t nbyte,
252 error = dofileread(&context, fp, uap->cbuf, uap->nbyte, in read_nocancel()
292 error = dofileread(&context, fp, uap->buf, uap->nbyte, in pread_nocancel()
298 uap->fd, uap->nbyte, (unsigned int)((uap->offset >> 32)), (unsigned int)(uap->offset), 0); in pread_nocancel()
362 user_addr_t bufp, user_size_t nbyte, off_t offset, int flags, in dofileread() argument
370 if (nbyte > INT_MAX) { in dofileread()
381 if (uio_addiov(auio, bufp, nbyte) != 0) { in dofileread()
386 bytecnt = nbyte; in dofileread()
533 error = dofilewrite(&context, fp, uap->cbuf, uap->nbyte, in write_nocancel()
[all …]
H A Dkern_guarded.c61 user_addr_t bufp, user_size_t nbyte, off_t offset,
697 error = dofilewrite(&context, fp, uap->cbuf, uap->nbyte, in guarded_write_np()
756 error = dofilewrite(&context, fp, uap->buf, uap->nbyte, in guarded_pwrite_np()
763 uap->fd, uap->nbyte, (unsigned int)((uap->offset >> 32)), (unsigned int)(uap->offset), 0); in guarded_pwrite_np()
H A Dkern_aio.c272 user_addr_t bufp, user_size_t nbyte,
275 user_addr_t bufp, user_size_t nbyte, off_t offset,