Searched refs:nbyte (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/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-11215/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-11215/bsd/kern/ |
| H A D | sys_generic.c | 168 user_addr_t bufp, user_size_t nbyte, 171 user_addr_t bufp, user_size_t nbyte, 300 user_addr_t bufp, user_size_t nbyte, off_t offset, int flags, in dofileread() argument 307 if (nbyte > INT_MAX) { in dofileread() 316 if (uio_addiov(uio, bufp, nbyte) != 0) { in dofileread() 354 if (nbyte > INT_MAX) { in read_internal() 362 if (uio_addiov(uio, buf, nbyte) != 0) { in read_internal() 635 if (nbyte > INT_MAX) { in dofilewrite() 644 if (uio_addiov(uio, bufp, nbyte) != 0) { in dofilewrite() 682 if (nbyte > INT_MAX) { in write_internal() [all …]
|
| H A D | kern_guarded.c | 68 user_size_t nbyte, off_t offset, int flags, guardid_t *puguard, 713 return write_internal(p, uap->fd, uap->cbuf, uap->nbyte, 0, 0, &uguard, retval); in guarded_write_np() 735 uap->fd, uap->nbyte, (unsigned int)((uap->offset >> 32)), (unsigned int)(uap->offset), 0); in guarded_pwrite_np() 737 return write_internal(p, uap->fd, uap->buf, uap->nbyte, uap->offset, FOF_OFFSET, 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,
|
| /xnu-11215/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);
|