Searched refs:nbyte (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/libkern/libkern/apple_encrypted_archive/ |
| H A D | apple_encrypted_archive.h | 41 size_t nbyte, 47 size_t nbyte, 109 size_t nbyte);
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | guarded.h | 57 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 D | panic.c | 64 extern int write(int fd, const char* cbuf, int nbyte);
|
| H A D | fprintf_stderr.c | 41 int write(int fd, const char* cbuf, int nbyte);
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_generic.c | 179 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 D | kern_guarded.c | 61 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 D | kern_aio.c | 272 user_addr_t bufp, user_size_t nbyte, 275 user_addr_t bufp, user_size_t nbyte, off_t offset,
|