Home
last modified time | relevance | path

Searched refs:ar (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/wlan/mac80211/ti-utils/
Dcalibrator.h57 #define ARRAY_SIZE(ar) (sizeof(ar)/sizeof(ar[0])) argument
/hardware/msm7k/librpc/
Dsvc.c526 reply.u.ar.verf = serv->xdr->verf; in svcerr_decode()
527 reply.u.ar.stat = RPC_GARBAGE_ARGS; in svcerr_decode()
541 reply.u.ar.verf = serv->xdr->verf; in svcerr_systemerr()
542 reply.u.ar.stat = RPC_SYSTEM_ERR; in svcerr_systemerr()
556 reply.u.ar.verf = serv->xdr->verf; in svcerr_noproc()
557 reply.u.ar.stat = RPC_PROC_UNAVAIL; in svcerr_noproc()
Dclnt.c387 } else if (reply_header.u.ar.stat != RPC_ACCEPT_SUCCESS) { in clnt_call()
389 ret = reply_header.u.ar.stat + RPC_AUTHERROR; in clnt_call()
521 if (!xdr_recv_accepted_reply_header(xdr, &reply->u.ar)) in xdr_recv_reply_header()
Drpc.c111 if (!xdr_send_accepted_reply_header(xdr, &reply->u.ar)) in xdr_send_reply_header()
/hardware/ti/omap4xxx/domx/make/
Dstart.mk97 AR := $(CROSS)ar
/hardware/msm7k/librpc/rpc/
Dtypes.h313 struct rpc_accepted_reply_header ar; member