Searched defs:proc (Results 1 - 7 of 7) sorted by path

/hardware/libhardware_legacy/wifi/
H A Dwifi.c109 static const char MODULE_FILE[] = "/proc/modules";
193 FILE *proc; local
208 if ((proc = fopen(MODULE_FILE, "r")) == NULL) {
213 while ((fgets(line, sizeof(line), proc)) != NULL) {
215 fclose(proc);
219 fclose(proc);
/hardware/msm7k/librpc/
H A Dclnt.c299 u_long proc,
326 proc, &cred, &verf)) {
297 clnt_call( CLIENT * client, u_long proc, xdrproc_t xdr_args, caddr_t args_ptr, xdrproc_t xdr_results, caddr_t rets_ptr, struct timeval timeout) argument
H A Drpc.c11 uint32 proc,
18 xdr->x_proc = proc;
24 XDR_SEND_UINT32(xdr, &proc) &&
151 void xdr_free(xdrproc_t proc, char *objp) argument
155 (*proc)(&x, objp);
7 xdr_call_msg_start( xdr_s_type *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf) argument
H A Dsvc.c350 5 00000001 proc num
376 uint32 proc = ntohl(((uint32 *)(svc->xdr->in_msg))[RPC_OFFSET+5]); local
397 req.rq_proc = proc;
401 (uint32_t)prog, (int)vers, proc);
403 version, proc number) is 6 long words; the default credentials are 4
414 (uint32_t)prog, (int)vers, proc);
H A Dxdr.c139 * same as xdr_hyper - open coded to save a proc call!
251 * proc is the routine to handle the referenced structure.
257 xdrproc_t proc) /* xdr routine to handle the object */
276 stat = (*proc) (xdrs, *pp, LASTUNSIGNED);
254 xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) argument
/hardware/msm7k/librpc/rpc/
H A Dtypes.h196 xdrproc_t proc; member in struct:xdr_discrim
/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.h177 const hwc_procs_t* proc; member in struct:hwc_context_t

Completed in 102 milliseconds