/openbsd/usr.sbin/amd/rpcx/ |
H A D | nfs_prot.h | 481 extern "C" void * nfsproc_null_2(void *, CLIENT *); 490 extern "C" void * nfsproc_root_2(void *, CLIENT *); 517 extern "C" int * nfsproc_link_2(linkargs *, CLIENT *); 537 extern void * nfsproc_null_2(void *, CLIENT *); 546 extern void * nfsproc_root_2(void *, CLIENT *); 555 extern readres * nfsproc_read_2(readargs *, CLIENT *); 558 extern void * nfsproc_writecache_2(void *, CLIENT *); 567 extern int * nfsproc_remove_2(diropargs *, CLIENT *); 570 extern int * nfsproc_rename_2(renameargs *, CLIENT *); 573 extern int * nfsproc_link_2(linkargs *, CLIENT *); [all …]
|
H A D | amq.h | 167 extern "C" void * amqproc_null_57(void *, CLIENT *); 173 extern "C" void * amqproc_umnt_57(amq_string *, CLIENT *); 176 extern "C" amq_mount_stats * amqproc_stats_57(void *, CLIENT *); 182 extern "C" int * amqproc_setopt_57(amq_setopt *, CLIENT *); 188 extern "C" amq_string * amqproc_getvers_57(void *, CLIENT *); 193 extern void * amqproc_null_57(void *, CLIENT *); 199 extern void * amqproc_umnt_57(amq_string *, CLIENT *); 202 extern amq_mount_stats * amqproc_stats_57(void *, CLIENT *); 205 extern amq_mount_tree_list * amqproc_export_57(void *, CLIENT *); 208 extern int * amqproc_setopt_57(amq_setopt *, CLIENT *); [all …]
|
H A D | amq_clnt.c | 13 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()
|
H A D | mount.h | 107 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/usr.sbin/ypserv/common/ |
H A D | yplib_host.h | 32 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,
|
H A D | yplib_host.c | 45 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/lib/libc/rpc/ |
H A D | clnt_raw.c | 54 CLIENT client_object; 63 static void clntraw_abort(CLIENT *); 64 static void clntraw_geterr(CLIENT *, struct rpc_err *); 66 static bool_t clntraw_control(CLIENT *, u_int, void *); 67 static void clntraw_destroy(CLIENT *); 83 CLIENT * 89 CLIENT *client; in clntraw_create() 211 clntraw_geterr(CLIENT *clnt, struct rpc_err *err) in clntraw_geterr() 232 clntraw_abort(CLIENT *clnt) in clntraw_abort() 237 clntraw_control(CLIENT *clnt, u_int i, void *v) in clntraw_control() [all …]
|
H A D | clnt_tcp.c | 65 static void clnttcp_abort(CLIENT *); 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() 221 mem_free((caddr_t)h, sizeof(CLIENT)); in clnttcp_create() 318 clnttcp_geterr(CLIENT *h, struct rpc_err *errp) in clnttcp_geterr() 337 clnttcp_abort(CLIENT *clnt) in clnttcp_abort() 368 clnttcp_destroy(CLIENT *h) in clnttcp_destroy() [all …]
|
H A D | clnt_udp.c | 54 static void clntudp_abort(CLIENT *); 55 static void clntudp_geterr(CLIENT *, struct rpc_err *); 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() 362 clntudp_geterr(CLIENT *cl, struct rpc_err *errp) in clntudp_geterr() 381 clntudp_abort(CLIENT *clnt) in clntudp_abort() 416 clntudp_destroy(CLIENT *cl) in clntudp_destroy() [all …]
|
H A D | clnt_udp_bufcreate.c | 69 CLIENT * 117 mem_free((caddr_t)args.cl, sizeof(CLIENT)); in clntudp_bufcreate() 122 CLIENT *
|
H A D | clnt_generic.c | 45 CLIENT * 53 CLIENT *client; in clnt_create()
|
H A D | pmap_clnt.c | 57 CLIENT *client; in pmap_set() 95 CLIENT *client; in pmap_unset()
|
/openbsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 10 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() 153 nlm_test_res_1(nlm_testres *argp, CLIENT *clnt) in nlm_test_res_1() 167 nlm_lock_res_1(nlm_res *argp, CLIENT *clnt) in nlm_lock_res_1() 181 nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt) in nlm_cancel_res_1() 195 nlm_unlock_res_1(nlm_res *argp, CLIENT *clnt) in nlm_unlock_res_1() 209 nlm_granted_res_1(nlm_res *argp, CLIENT *clnt) in nlm_granted_res_1() 223 nlm_share_3(nlm_shareargs *argp, CLIENT *clnt) in nlm_share_3() 251 nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt) in nlm_nm_lock_3() 265 nlm_free_all_3(nlm_notify *argp, CLIENT *clnt) in nlm_free_all_3() [all …]
|
H A D | procs.c | 110 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/include/rpc/ |
H A D | clnt.h | 141 } 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/usr.sbin/rpc.statd/ |
H A D | test.c | 14 CLIENT *clnt; 29 CLIENT *clnt; 44 CLIENT *clnt; 59 CLIENT *clnt; 74 CLIENT *clnt; 91 CLIENT *cli;
|
/openbsd/usr.sbin/rbootd/ |
H A D | defs.h | 95 } CLIENT; typedef 127 extern CLIENT *Clients; /* list of addrs we'll accept */ 147 CLIENT *NewClient(u_int8_t *); 152 void ProcessPacket(RMPCONN *, CLIENT *);
|
H A D | rbootd.c | 78 CLIENT *FindClient(RMPCONN *); 230 CLIENT *client; in main() 309 CLIENT * 312 CLIENT *ctmp; in FindClient()
|
H A D | utils.c | 252 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/usr.sbin/ypserv/ypxfr/ |
H A D | ypxfr.c | 137 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/regress/sys/nfs/ |
H A D | mmap-sysctl-copyin.c | 24 #define CLIENT "/mnt/regress-nfs-client" macro 57 snprintf(path, sizeof(path), "%s/%s", CLIENT, FILE); in main()
|
H A D | mmap-sysctl-copyout.c | 24 #define CLIENT "/mnt/regress-nfs-client" macro 56 snprintf(path, sizeof(path), "%s/%s", CLIENT, FILE); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 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(/* ??? */); 180 extern CLIENT * clnt_vc_create(/* ??? */); [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 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(/* ??? */); 180 extern CLIENT * clnt_vc_create(/* ??? */); [all …]
|
/openbsd/usr.sbin/ypserv/yppush/ |
H A D | yppush.c | 107 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()
|