Searched refs:uio_iovsaddr (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio_internal.h99 __private_extern__ struct user_iovec * uio_iovsaddr( uio_t a_uio );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c699 * uio_iovsaddr - get the address of the iovec array for the given uio_t.
705 __private_extern__ struct user_iovec * uio_iovsaddr( uio_t a_uio ) function
719 panic("uio_iovsaddr called for UIO_SYSSPACE request");
H A Dsys_generic.c418 iovp = uio_iovsaddr(auio);
634 iovp = uio_iovsaddr(auio);
H A Duipc_syscalls.c1056 iovp = uio_iovsaddr(auio);
1484 iovp = uio_iovsaddr(auio);

Completed in 29 milliseconds