Home
last modified time | relevance | path

Searched defs:clnt (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/crypto/krb5/src/lib/kadm5/clnt/
H A Dclient_rpc.c17 create_principal_2(cprinc_arg *argp, generic_ret *res, CLIENT *clnt) in create_principal_2()
25 create_principal3_2(cprinc3_arg *argp, generic_ret *res, CLIENT *clnt) in create_principal3_2()
33 delete_principal_2(dprinc_arg *argp, generic_ret *res, CLIENT *clnt) in delete_principal_2()
41 modify_principal_2(mprinc_arg *argp, generic_ret *res, CLIENT *clnt) in modify_principal_2()
49 rename_principal_2(rprinc_arg *argp, generic_ret *res, CLIENT *clnt) in rename_principal_2()
57 get_principal_2(gprinc_arg *argp, gprinc_ret *res, CLIENT *clnt) in get_principal_2()
65 get_princs_2(gprincs_arg *argp, gprincs_ret *res, CLIENT *clnt) in get_princs_2()
73 chpass_principal_2(chpass_arg *argp, generic_ret *res, CLIENT *clnt) in chpass_principal_2()
81 chpass_principal3_2(chpass3_arg *argp, generic_ret *res, CLIENT *clnt) in chpass_principal3_2()
89 setkey_principal_2(setkey_arg *argp, generic_ret *res, CLIENT *clnt) in setkey_principal_2()
[all …]
H A Dclient_internal.h74 CLIENT * clnt; member
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c11 nlm_test_1(argp, clnt) in nlm_test_1() argument
26 nlm_lock_1(argp, clnt) in nlm_lock_1() argument
44 nlm_cancel_1(argp, clnt) in nlm_cancel_1() argument
59 nlm_unlock_1(argp, clnt) in nlm_unlock_1() argument
74 nlm_granted_1(argp, clnt) in nlm_granted_1() argument
89 nlm_test_msg_1(argp, clnt) in nlm_test_msg_1() argument
104 nlm_lock_msg_1(argp, clnt) in nlm_lock_msg_1() argument
120 nlm_cancel_msg_1(argp, clnt) in nlm_cancel_msg_1() argument
135 nlm_unlock_msg_1(argp, clnt) in nlm_unlock_msg_1() argument
150 nlm_granted_msg_1(argp, clnt) in nlm_granted_msg_1() argument
[all …]
/freebsd/sys/nlm/
H A Dnlm_prot_clnt.c17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
62 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
71 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
80 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
89 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
98 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
/freebsd/sys/fs/p9fs/
H A Dp9_client.c69 p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl()
76 p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
84 p9_parse_opts(struct mount *mp, struct p9_client *clnt) in p9_parse_opts()
133 p9_free_req(struct p9_client *clnt, struct p9_req_t *req) in p9_free_req()
150 p9_get_request(struct p9_client *clnt, int *error) in p9_get_request()
175 p9_parse_receive(struct p9_buffer *buf, struct p9_client *clnt) in p9_parse_receive()
263 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
270 void p9_client_begin_disconnect(struct p9_client *clnt) in p9_client_begin_disconnect()
381 p9_tag_create(struct p9_client *clnt) in p9_tag_create()
397 p9_tag_destroy(struct p9_client *clnt, uint16_t tag) in p9_tag_destroy()
[all …]
H A Dp9_protocol.c542 p9stat_read(struct p9_client *clnt, char *buf, size_t len, struct p9_wstat *st) in p9stat_read()
576 p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf) in p9_buf_finalize()
606 p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len, in p9_dirent_read()
H A Dp9fs_vfsops.c507 struct p9_client *clnt; in p9fs_root() local
548 struct p9_client *clnt; in p9fs_statfs() local
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c11 sm_stat_1(argp, clnt) in sm_stat_1() argument
27 sm_mon_1(argp, clnt) in sm_mon_1() argument
43 sm_unmon_1(argp, clnt) in sm_unmon_1() argument
59 sm_unmon_all_1(argp, clnt) in sm_unmon_all_1() argument
75 sm_simu_crash_1(argp, clnt) in sm_simu_crash_1() argument
/freebsd/crypto/krb5/src/kprop/
H A Dkpropd_rpc.c19 iprop_null_1(void *argp, CLIENT *clnt) in iprop_null_1()
34 iprop_get_updates_1(kdb_last_t *argp, CLIENT *clnt) in iprop_get_updates_1()
49 iprop_full_resync_1(void *argp, CLIENT *clnt) in iprop_full_resync_1()
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c69 CLIENT *clnt = NULL; in ypclnt_havepasswdd() local
143 CLIENT *clnt = NULL; in yppasswd_local() local
241 CLIENT *clnt = NULL; in yppasswd_remote() local
/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c150 CLIENT *clnt; in ypxfr_get_master() local
215 CLIENT *clnt; in ypxfr_get_order() local
260 CLIENT *clnt; in ypxfr_match() local
H A Dypxfr_getmap.c64 CLIENT *clnt; in ypxfr_get_map() local
H A Dypxfrd_getmap.c105 CLIENT *clnt; in ypxfrd_get_map() local
/freebsd/usr.sbin/ypbind/
H A Dyp_ping.c144 ypproc_domain_nonack_2_send(domainname *argp, CLIENT *clnt) in ypproc_domain_nonack_2_send()
163 ypproc_domain_nonack_2_recv(domainname *argp, CLIENT *clnt) in ypproc_domain_nonack_2_recv()
217 CLIENT *clnt; in __yp_ping() local
H A Dypbind.c155 ypbindproc_null_2_yp(SVCXPRT *transp, void *argp, CLIENT *clnt) in ypbindproc_null_2_yp()
164 ypbindproc_domain_2_yp(SVCXPRT *transp, domainname *argp, CLIENT *clnt) in ypbindproc_domain_2_yp()
239 ypbindproc_setdom_2_yp(SVCXPRT *transp, ypbind_setdom *argp, CLIENT *clnt) in ypbindproc_setdom_2_yp()
/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Drpc_test_clnt.c8 rpc_test_echo_1(char **argp, CLIENT *clnt) in rpc_test_echo_1()
H A Dclient.c27 CLIENT *clnt; member
56 CLIENT *clnt; in main() local
/freebsd/lib/libc/rpc/
H A Dcrypt_client.c47 CLIENT *clnt; in _des_crypt_call() local
H A Dclnt_generic.c93 CLIENT *clnt; in clnt_create_vers_timed() local
177 CLIENT *clnt = NULL; in clnt_create_timed() local
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c66 CLIENT *clnt; in onehost() local
151 CLIENT *clnt; in rawtest() local
187 CLIENT *clnt; in regtest() local
/freebsd/crypto/krb5/src/lib/rpc/
H A Dauth_gssapi.c63 CLIENT *clnt; member
83 AUTH *auth_gssapi_create_default(CLIENT *clnt, char *service_name) in auth_gssapi_create_default()
128 CLIENT *clnt, in auth_gssapi_create()
H A Dauth_gss.c148 CLIENT *clnt; /* client handle */ member
161 authgss_create(CLIENT *clnt, gss_name_t name, struct rpc_gss_sec *sec) in authgss_create()
219 authgss_create_default(CLIENT *clnt, char *service, struct rpc_gss_sec *sec) in authgss_create_default()
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c193 rpc_gss_secfind(CLIENT *clnt, struct ucred *cred, const char *principal, in rpc_gss_secfind()
291 rpc_gss_secpurge(CLIENT *clnt) in rpc_gss_secpurge()
310 rpc_gss_seccreate(CLIENT *clnt, struct ucred *cred, const char *clnt_principal, in rpc_gss_seccreate()
355 rpc_gss_seccreate_int(CLIENT *clnt, struct ucred *cred, in rpc_gss_seccreate_int()
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c72 CLIENT *clnt = NULL; /* Silence warnings */ in main() local
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_tcp.c76 int srvr = -1, clnt = -1, as = -1; in paccept_block() local

12