Lines Matching refs:pra
749 int remote_handle_invoke_domain(int domain, remote_handle handle, uint32_t sc, remote_arg* pra) { in remote_handle_invoke_domain() argument
775 args[i].length = pra[i].buf.nLen; in remote_handle_invoke_domain()
776 args[i].ptr = (__u64)(uintptr_t)pra[i].buf.pv; in remote_handle_invoke_domain()
779 if (pra[i].buf.nLen) in remote_handle_invoke_domain()
781 FARF(HIGH,"debug:sc:%x,handle:%x,len:%llx\n",sc,pra[i].buf.nLen); in remote_handle_invoke_domain()
782 args[i].fd = fdlist_fd_to_buf(pra[i].buf.pv); in remote_handle_invoke_domain()
802 int remote_handle_invoke(remote_handle handle, uint32_t sc, remote_arg* pra) { in remote_handle_invoke() argument
815 VERIFY(AEE_SUCCESS == (nErr = remote_handle_invoke_domain(domain, handle, sc, pra))); in remote_handle_invoke()
818 …emote handle invoke failed. domain %d, handle %x, sc %x, pra %p\n", nErr, domain, handle, sc, pra); in remote_handle_invoke()
823 int remote_handle64_invoke(remote_handle64 local, uint32_t sc, remote_arg* pra) { in remote_handle64_invoke() argument
830 VERIFY(AEE_SUCCESS == (nErr = remote_handle_invoke_domain(domain, remote, sc, pra))); in remote_handle64_invoke()
833 …ote handle64 invoke failed. domain %d, handle %p, sc %x, pra %p\n", nErr, domain, &local, sc, pra); in remote_handle64_invoke()