Home
last modified time | relevance | path

Searched refs:ct_request (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/rpc/
H A Dkrpc.h50 struct ct_request { struct
51 TAILQ_ENTRY(ct_request) cr_link;
58 TAILQ_HEAD(ct_request_list, ct_request); argument
H A Dclnt_bck.c202 struct ct_request *cr; in clnt_bck_call()
208 cr = malloc(sizeof(struct ct_request), M_RPC, M_WAITOK); in clnt_bck_call()
571 struct ct_request *cr; in clnt_bck_svccall()
H A Dclnt_vc.c305 struct ct_request *cr; in clnt_vc_call()
311 cr = malloc(sizeof(struct ct_request), M_RPC, M_WAITOK); in clnt_vc_call()
806 struct ct_request *cr; in clnt_vc_close()
945 struct ct_request *cr; in clnt_vc_soupcall()