Home
last modified time | relevance | path

Searched refs:write_internal (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dkern_guarded.c67 extern int write_internal(struct proc *p, int fd, user_addr_t buf,
713 return write_internal(p, uap->fd, uap->cbuf, uap->nbyte, 0, 0, &uguard, retval); in guarded_write_np()
737 return write_internal(p, uap->fd, uap->buf, uap->nbyte, uap->offset, FOF_OFFSET, in guarded_pwrite_np()
H A Dsys_generic.c176 int write_internal(struct proc *p, int fd, user_addr_t buf, user_size_t nbyte,
679 write_internal(struct proc *p, int fd, user_addr_t buf, user_size_t nbyte, in write_internal() function
705 return write_internal(p, uap->fd, uap->cbuf, uap->nbyte, (off_t)-1, 0, in write_nocancel()
735 return write_internal(p, uap->fd, uap->buf, uap->nbyte, uap->offset, in pwrite_nocancel()