Home
last modified time | relevance | path

Searched refs:CLIENT (Results 1 – 25 of 66) sorted by relevance

123

/openbsd/src/usr.sbin/amd/rpcx/
Dnfs_prot.h481 extern "C" void * nfsproc_null_2(void *, CLIENT *);
484 extern "C" attrstat * nfsproc_getattr_2(nfs_fh *, CLIENT *);
487 extern "C" attrstat * nfsproc_setattr_2(sattrargs *, CLIENT *);
490 extern "C" void * nfsproc_root_2(void *, CLIENT *);
493 extern "C" diropres * nfsproc_lookup_2(diropargs *, CLIENT *);
496 extern "C" readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
499 extern "C" readres * nfsproc_read_2(readargs *, CLIENT *);
502 extern "C" void * nfsproc_writecache_2(void *, CLIENT *);
505 extern "C" attrstat * nfsproc_write_2(writeargs *, CLIENT *);
508 extern "C" diropres * nfsproc_create_2(createargs *, CLIENT *);
[all …]
Damq.h167 extern "C" void * amqproc_null_57(void *, CLIENT *);
170 extern "C" amq_mount_tree_p * amqproc_mnttree_57(amq_string *, CLIENT *);
173 extern "C" void * amqproc_umnt_57(amq_string *, CLIENT *);
176 extern "C" amq_mount_stats * amqproc_stats_57(void *, CLIENT *);
179 extern "C" amq_mount_tree_list * amqproc_export_57(void *, CLIENT *);
182 extern "C" int * amqproc_setopt_57(amq_setopt *, CLIENT *);
185 extern "C" amq_mount_info_list * amqproc_getmntfs_57(void *, CLIENT *);
188 extern "C" amq_string * amqproc_getvers_57(void *, CLIENT *);
193 extern void * amqproc_null_57(void *, CLIENT *);
196 extern amq_mount_tree_p * amqproc_mnttree_57(amq_string *, CLIENT *);
[all …]
Damq_clnt.c13 amqproc_null_57(void *argp, CLIENT *clnt) in amqproc_null_57()
25 amqproc_mnttree_57(amq_string *argp, CLIENT *clnt) in amqproc_mnttree_57()
37 amqproc_umnt_57(amq_string *argp, CLIENT *clnt) in amqproc_umnt_57()
49 amqproc_stats_57(void *argp, CLIENT *clnt) in amqproc_stats_57()
61 amqproc_export_57(void *argp, CLIENT *clnt) in amqproc_export_57()
73 amqproc_setopt_57(amq_setopt *argp, CLIENT *clnt) in amqproc_setopt_57()
85 amqproc_getmntfs_57(void *argp, CLIENT *clnt) in amqproc_getmntfs_57()
97 amqproc_getvers_57(void *argp, CLIENT *clnt) in amqproc_getvers_57()
Dmount.h107 extern void *mountproc_null_1(void *, CLIENT *);
109 extern fhstatus *mountproc_mnt_1(void *, CLIENT *);
111 extern mountlist *mountproc_dump_1(void *, CLIENT *);
113 extern void *mountproc_umnt_1(void *, CLIENT *);
115 extern void *mountproc_umntall_1(void *, CLIENT *);
117 extern exports *mountproc_export_1(void *, CLIENT *);
119 extern exports *mountproc_exportall_1(void *, CLIENT *);
/openbsd/src/usr.sbin/ypserv/common/
Dyplib_host.h32 int yp_match_host(CLIENT *client, char *indomain, char *inmap,
34 int yp_first_host(CLIENT *client, char *indomain, char *inmap,
36 int yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
39 int yp_master_host(CLIENT *client, char *indomain, char *inmap,
41 int yp_order_host(CLIENT *client, char *indomain, char *inmap,
43 int yp_all_host(CLIENT *client, char *indomain, char *inmap,
45 int yp_maplist_host(CLIENT *client, char *indomain,
47 CLIENT *yp_bind_local(u_long program, u_long version);
48 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
Dyplib_host.c45 CLIENT *
50 static CLIENT *client; in yp_bind_host()
96 CLIENT *
100 static CLIENT *client; in yp_bind_local()
122 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host()
158 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
195 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host()
293 yp_all_host(CLIENT *client, char *indomain, char *inmap, in yp_all_host()
316 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host()
341 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host()
[all …]
/openbsd/src/lib/libc/rpc/
Dclnt_raw.c54 CLIENT client_object;
61 static enum clnt_stat clntraw_call(CLIENT *, u_long, xdrproc_t, caddr_t,
63 static void clntraw_abort(CLIENT *);
64 static void clntraw_geterr(CLIENT *, struct rpc_err *);
65 static bool_t clntraw_freeres(CLIENT *, xdrproc_t, caddr_t);
66 static bool_t clntraw_control(CLIENT *, u_int, void *);
67 static void clntraw_destroy(CLIENT *);
83 CLIENT *
89 CLIENT *client; in clntraw_create()
135 clntraw_call(CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in clntraw_call()
[all …]
Dclnt_tcp.c63 static enum clnt_stat clnttcp_call(CLIENT *, u_long, xdrproc_t, caddr_t,
65 static void clnttcp_abort(CLIENT *);
66 static void clnttcp_geterr(CLIENT *, struct rpc_err *);
67 static bool_t clnttcp_freeres(CLIENT *, xdrproc_t, caddr_t);
68 static bool_t clnttcp_control(CLIENT *, u_int, void *);
69 static void clnttcp_destroy(CLIENT *);
112 CLIENT *
116 CLIENT *h; in clnttcp_create()
120 h = (CLIENT *)mem_alloc(sizeof(*h)); in clnttcp_create()
140 mem_free((caddr_t)h, sizeof(CLIENT)); in clnttcp_create()
[all …]
Dclnt_udp.c52 static enum clnt_stat clntudp_call(CLIENT *, u_long, xdrproc_t, caddr_t,
54 static void clntudp_abort(CLIENT *);
55 static void clntudp_geterr(CLIENT *, struct rpc_err *);
56 static bool_t clntudp_freeres(CLIENT *, xdrproc_t, caddr_t);
57 static bool_t clntudp_control(CLIENT *, u_int, void *);
58 static void clntudp_destroy(CLIENT *);
72 args->cl = (CLIENT *)mem_alloc(sizeof(CLIENT)); in clntudp_bufcreate1()
148 CLIENT *
176 mem_free((caddr_t)args.cl, sizeof(CLIENT)); in clntudp_bufcreate_simple()
181 clntudp_call(CLIENT *cl, /* client handle */ in clntudp_call()
[all …]
Dclnt_udp_bufcreate.c69 CLIENT *
117 mem_free((caddr_t)args.cl, sizeof(CLIENT)); in clntudp_bufcreate()
122 CLIENT *
Dclnt_generic.c45 CLIENT *
53 CLIENT *client; in clnt_create()
Dpmap_clnt.c57 CLIENT *client; in pmap_set()
95 CLIENT *client; in pmap_unset()
/openbsd/src/usr.sbin/rpc.lockd/
Dtest.c10 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_1()
24 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_1()
41 nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_1()
55 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_1()
69 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_1()
83 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_msg_1()
97 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_msg_1()
111 nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_msg_1()
125 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_msg_1()
139 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_msg_1()
[all …]
Dprocs.c110 static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE];
115 CLIENT *
118 CLIENT *client; in get_client()
202 CLIENT *cli; in transmit_result()
230 CLIENT *cli; in transmit4_result()
331 CLIENT *cli; in nlm_test_msg_1_svc()
766 CLIENT *cli; in nlm4_test_msg_4_svc()
/openbsd/src/include/rpc/
Dclnt.h141 } CLIENT; typedef
259 extern CLIENT *clntraw_create(unsigned long, unsigned long);
273 extern CLIENT *clnt_create(char *, unsigned long, unsigned long, char *);
289 extern CLIENT *clnttcp_create(struct sockaddr_in *, unsigned long,
316 extern CLIENT *clntudp_create(struct sockaddr_in *, unsigned long,
318 extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, unsigned long,
343 extern void clnt_perror(CLIENT *, char *); /* stderr */
344 extern char *clnt_sperror(CLIENT *, char *); /* string */
/openbsd/src/usr.sbin/rpc.statd/
Dtest.c14 CLIENT *clnt;
29 CLIENT *clnt;
44 CLIENT *clnt;
59 CLIENT *clnt;
74 CLIENT *clnt;
91 CLIENT *cli;
/openbsd/src/usr.sbin/rbootd/
Ddefs.h95 } CLIENT; typedef
127 extern CLIENT *Clients; /* list of addrs we'll accept */
147 CLIENT *NewClient(u_int8_t *);
152 void ProcessPacket(RMPCONN *, CLIENT *);
Drbootd.c78 CLIENT *FindClient(RMPCONN *);
230 CLIENT *client; in main()
309 CLIENT *
312 CLIENT *ctmp; in FindClient()
Dutils.c252 CLIENT *
255 CLIENT *ctmp; in NewClient()
257 if ((ctmp = malloc(sizeof(CLIENT))) == NULL) { in NewClient()
263 bzero(ctmp, sizeof(CLIENT)); in NewClient()
287 CLIENT *ctmp; in FreeClients()
/openbsd/src/usr.sbin/ypserv/ypxfr/
Dypxfr.c137 get_remote_ordernum(CLIENT *client, char *domain, char *map, in get_remote_ordernum()
154 get_map(CLIENT *client, char *domain, char *map, in get_map()
209 add_master(CLIENT *client, char *domain, char *map, DBM *db) in add_master()
235 add_interdomain(CLIENT *client, char *domain, char *map, DBM *db) in add_interdomain()
264 add_secure(CLIENT *client, char *domain, char *map, DBM *db) in add_secure()
293 send_clear(CLIENT *client) in send_clear()
312 send_reply(CLIENT *client, u_long status, u_long tid) in send_reply()
352 CLIENT *client = NULL; in main()
/openbsd/src/regress/sys/nfs/
Dmmap-sysctl-copyin.c24 #define CLIENT "/mnt/regress-nfs-client" macro
57 snprintf(path, sizeof(path), "%s/%s", CLIENT, FILE); in main()
Dmmap-sysctl-copyout.c24 #define CLIENT "/mnt/regress-nfs-client" macro
56 snprintf(path, sizeof(path), "%s/%s", CLIENT, FILE); in main()
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h166 extern enum clnt_stat clnt_call(CLIENT *, unsigned long, xdrproc_t, char *, xdrproc_t, char…
167 extern bool_t clnt_control(CLIENT *, int, char *);
168 extern CLIENT * clnt_create(char *, unsigned long, unsigned long, char *);
169 extern void clnt_destroy(CLIENT *);
170 extern int clnt_freeres(CLIENT *, xdrproc_t, char *);
171 extern void clnt_geterr(CLIENT *, struct rpc_err *);
174 extern void clnt_perror(CLIENT *, char *);
177 extern char * clnt_sperror(CLIENT *, char *);
178 extern CLIENT * clnt_tli_create(/* ??? */);
179 extern CLIENT * clnt_tp_create(/* ??? */);
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h166 extern enum clnt_stat clnt_call(CLIENT *, unsigned long, xdrproc_t, char *, xdrproc_t, char…
167 extern bool_t clnt_control(CLIENT *, int, char *);
168 extern CLIENT * clnt_create(char *, unsigned long, unsigned long, char *);
169 extern void clnt_destroy(CLIENT *);
170 extern int clnt_freeres(CLIENT *, xdrproc_t, char *);
171 extern void clnt_geterr(CLIENT *, struct rpc_err *);
174 extern void clnt_perror(CLIENT *, char *);
177 extern char * clnt_sperror(CLIENT *, char *);
178 extern CLIENT * clnt_tli_create(/* ??? */);
179 extern CLIENT * clnt_tp_create(/* ??? */);
[all …]
/openbsd/src/usr.sbin/ypserv/yppush/
Dyppush.c107 req_xfr(pid_t pid, u_int prog, SVCXPRT *transp, char *host, CLIENT *client) in req_xfr()
144 CLIENT *client; in push()
223 CLIENT *client; in main()

123