Home
last modified time | relevance | path

Searched refs:oa_base (Results 1 – 25 of 25) sorted by relevance

/openbsd/src/lib/libc/rpc/
Dauth_unix.c141 au->au_origcred.oa_base = mem_alloc((u_int) len); in authunix_create()
143 if ((au->au_origcred.oa_base = mem_alloc((u_int) len)) == NULL) in authunix_create()
146 memcpy(au->au_origcred.oa_base, mymem, (u_int)len); in authunix_create()
232 xdrmem_create(&xdrs, verf->oa_base, verf->oa_length, XDR_DECODE); in authunix_validate()
234 if (au->au_shcred.oa_base != NULL) { in authunix_validate()
235 mem_free(au->au_shcred.oa_base, in authunix_validate()
237 au->au_shcred.oa_base = NULL; in authunix_validate()
244 au->au_shcred.oa_base = NULL; in authunix_validate()
261 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) { in authunix_refresh()
270 xdrmem_create(&xdrs, au->au_origcred.oa_base, in authunix_refresh()
[all …]
Drpc_callmsg.c76 memcpy((caddr_t)buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
83 memcpy((caddr_t)buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
113 if (oa->oa_base == NULL) { in xdr_callmsg()
114 oa->oa_base = (caddr_t) in xdr_callmsg()
116 if (oa->oa_base == NULL) in xdr_callmsg()
121 if (xdr_opaque(xdrs, oa->oa_base, in xdr_callmsg()
126 memcpy(oa->oa_base, (caddr_t)buf, in xdr_callmsg()
149 if (oa->oa_base == NULL) { in xdr_callmsg()
150 oa->oa_base = (caddr_t) in xdr_callmsg()
152 if (oa->oa_base == NULL) in xdr_callmsg()
[all …]
Dsvc_auth_unix.c71 xdrmem_create(&xdrs, msg->rm_call.cb_cred.oa_base, auth_len,XDR_DECODE); in _svcauth_unix()
Dsvc_raw.c86 srp->server.xp_verf.oa_base = srp->verf_body; in svcraw_create()
Dsvc.c567 msg.rm_call.cb_cred.oa_base = cred_area; in svc_getreq_common()
568 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in svc_getreq_common()
Drpc_prot.c58 return (xdr_bytes(xdrs, &ap->oa_base, in xdr_opaque_auth()
Dclnt_raw.c201 if (msg.acpted_rply.ar_verf.oa_base != NULL) { in clntraw_call()
Dsvc_tcp.c218 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
Dclnt_tcp.c304 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnttcp_call()
Dsvc_udp.c148 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate()
Dclnt_udp.c337 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntudp_call()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ids.c175 id->oa_base != job->oa_base || in amdgpu_vmid_gds_switch_needed()
465 id->oa_base = job->oa_base; in amdgpu_vmid_grab()
552 id->oa_base = 0; in amdgpu_vmid_reset()
Damdgpu_ids.h58 uint32_t oa_base; member
Damdgpu_job.h63 uint32_t oa_base, oa_size; member
Damdgpu_job.c249 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
Damdgpu_ring.h202 uint32_t oa_base, uint32_t oa_size);
Dgfx_v7_0.c4002 uint32_t oa_base, uint32_t oa_size) in gfx_v7_0_ring_emit_gds_switch() argument
4034 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v7_0_ring_emit_gds_switch()
Dgfx_v9_4_3.c2493 uint32_t oa_base, uint32_t oa_size) in gfx_v9_4_3_ring_emit_gds_switch() argument
2515 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v9_4_3_ring_emit_gds_switch()
Dgfx_v8_0.c5161 uint32_t oa_base, uint32_t oa_size) in gfx_v8_0_ring_emit_gds_switch() argument
5193 amdgpu_ring_write(ring, (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v8_0_ring_emit_gds_switch()
Damdgpu_vm.c769 job->gws_size, job->oa_base, in amdgpu_vm_flush()
Dgfx_v9_0.c4282 uint32_t oa_base, uint32_t oa_size) in gfx_v9_0_ring_emit_gds_switch() argument
4304 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v9_0_ring_emit_gds_switch()
Dgfx_v11_0.c4973 uint32_t oa_base, uint32_t oa_size) in gfx_v11_0_ring_emit_gds_switch() argument
4995 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v11_0_ring_emit_gds_switch()
Dgfx_v10_0.c7656 uint32_t oa_base, uint32_t oa_size) in gfx_v10_0_ring_emit_gds_switch() argument
7678 (1 << (oa_size + oa_base)) - (1 << oa_base)); in gfx_v10_0_ring_emit_gds_switch()
/openbsd/src/include/rpc/
Dauth.h92 caddr_t oa_base; /* address of more auth stuff */ member
/openbsd/src/usr.sbin/amd/amd/
Dmisc_rpc.c98 reply_msg.acpted_rply.ar_verf.oa_base) { in pickup_rpc_reply()