Searched refs:res_ptr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/lib/libdevinfo/ |
| HD | devinfo.c | 274 int rman_ptr, res_ptr; in devinfo_init_resources() local 301 res_ptr = oidlen++; in devinfo_init_resources() 315 oid[res_ptr] = -1; in devinfo_init_resources() 344 oid[res_ptr] = res_idx; in devinfo_init_resources()
|
| /freebsd-14-stable/lib/libc/rpc/ |
| HD | clnt_raw.c | 241 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_raw_freeres() argument 255 return ((*xdr_res)(xdrs, res_ptr)); in clnt_raw_freeres()
|
| HD | clnt_vc.c | 469 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() argument 489 dummy = (*xdr_res)(xdrs, res_ptr); in clnt_vc_freeres()
|
| HD | clnt_dg.c | 616 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres() argument 631 dummy = (*xdr_res)(xdrs, res_ptr); in clnt_dg_freeres()
|
| /freebsd-14-stable/sys/rpc/ |
| HD | clnt_bck.c | 498 clnt_bck_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_bck_freeres() argument 504 dummy = (*xdr_res)(&xdrs, res_ptr); in clnt_bck_freeres()
|
| HD | clnt_rc.c | 399 clnt_reconnect_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_reconnect_freeres() argument 403 return (CLNT_FREERES(rc->rc_client, xdr_res, res_ptr)); in clnt_reconnect_freeres()
|
| HD | clnt_dg.c | 794 clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_dg_freeres() argument 800 dummy = (*xdr_res)(&xdrs, res_ptr); in clnt_dg_freeres()
|
| HD | clnt_vc.c | 622 clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr) in clnt_vc_freeres() argument 628 dummy = (*xdr_res)(&xdrs, res_ptr); in clnt_vc_freeres()
|