OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_destroy
(Results
1 - 4
of
4
) sorted by relevancy
/src/include/rpc/
clnt.h
157
void (*
cl_destroy
)(struct __rpc_client *);
member in struct:__rpc_client::clnt_ops
284
#define CLNT_DESTROY(rh) ((*(rh)->cl_ops->
cl_destroy
)(rh))
285
#define clnt_destroy(rh) ((*(rh)->cl_ops->
cl_destroy
)(rh))
/src/lib/libc/rpc/
clnt_raw.c
309
ops.
cl_destroy
= clnt_raw_destroy;
clnt_dg.c
745
ops.
cl_destroy
= clnt_dg_destroy;
clnt_vc.c
774
ops.
cl_destroy
= clnt_vc_destroy;
Completed in 60 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025