/netbsd-src/external/bsd/am-utils/dist/amq/ |
H A D | amq_clnt.c | 53 amqproc_null_1(voidp argp, CLIENT *clnt) in amqproc_null_1() 69 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) in amqproc_mnttree_1() 85 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_umnt_1() 101 amqproc_sync_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_sync_umnt_1() 118 amqproc_stats_1(voidp argp, CLIENT *clnt) in amqproc_stats_1() 135 amqproc_export_1(voidp argp, CLIENT *clnt) in amqproc_export_1() 151 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) in amqproc_setopt_1() 166 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) in amqproc_getmntfs_1() 180 amqproc_getmapinfo_1(voidp argp, CLIENT *clnt) in amqproc_getmapinfo_1() 195 amqproc_mount_1(voidp argp, CLIENT *clnt) in amqproc_mount_1() [all …]
|
H A D | pawd.c | 179 CLIENT *clnt; in transform_dir() local
|
H A D | amq.c | 398 clnt_failed(CLIENT *clnt, char *server) in clnt_failed() 416 CLIENT *clnt = NULL; in main() local
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_prot_clnt.c | 23 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() 32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() 41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() 50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() 59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() 68 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1() 77 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1() 86 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1() 95 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1() 104 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1() [all …]
|
/netbsd-src/usr.sbin/rpc.lockd/ |
H A D | test.c | 23 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_1() 38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_1() 56 nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_1() 72 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_1() 88 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_1() 104 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_msg_1() 120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_msg_1() 137 nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_msg_1() 153 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_msg_1() 169 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_msg_1() [all …]
|
/netbsd-src/usr.sbin/rpc.statd/ |
H A D | test.c | 17 sm_stat_1(struct sm_name *argp, CLIENT *clnt) in sm_stat_1() 30 sm_mon_1(struct mon *argp, CLIENT *clnt) in sm_mon_1() 43 sm_unmon_1(struct mon_id *argp, CLIENT *clnt) in sm_unmon_1() 56 sm_unmon_all_1(struct my_id *argp, CLIENT *clnt) in sm_unmon_all_1() 69 sm_simu_crash_1(void *argp, CLIENT *clnt) in sm_simu_crash_1()
|
/netbsd-src/lib/libc/rpc/ |
H A D | clnt_generic.c | 87 CLIENT *clnt; in __weak_alias() local 159 CLIENT *clnt = NULL; in clnt_create() local
|
H A D | rpc_generic.c | 480 rpc_nullproc(CLIENT *clnt) in rpc_nullproc()
|
/netbsd-src/lib/libc/yp/ |
H A D | yp_all.c | 54 CLIENT *clnt; in __weak_alias() local
|
/netbsd-src/usr.sbin/rpc.bootparamd/ |
H A D | test.c | 49 bootparamproc_whoami_1(bp_whoami_arg *argp, CLIENT *clnt) in bootparamproc_whoami_1()
|
/netbsd-src/tests/lib/libc/rpc/ |
H A D | t_rpc.c | 65 CLIENT *clnt; in onehost() local 134 CLIENT *clnt; in rawtest() local 170 CLIENT *clnt; in regtest() local
|
/netbsd-src/usr.bin/eject/ |
H A D | am_glue.c | 46 static CLIENT *clnt; variable
|
/netbsd-src/usr.sbin/rpcbind/ |
H A D | util.c | 107 struct sockaddr *clnt = caller->buf; in addrmerge() local
|
/netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
H A D | transp_sockets.c | 422 CLIENT *clnt; in get_nfs_version() local
|
H A D | transp_tli.c | 746 CLIENT *clnt = NULL; in get_nfs_version() local
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | dict_proxy.c | 80 CLNT_STREAM *clnt; /* client handle (shared) */ member
|
H A D | dict_memcache.c | 89 AUTO_CLNT *clnt; /* memcache client stream */ member
|
/netbsd-src/external/bsd/am-utils/dist/fixmount/ |
H A D | fixmount.c | 538 CLIENT *clnt; in clnt_create_timeout() local
|
/netbsd-src/tests/net/net/ |
H A D | t_tcp.c | 75 int srvr = -1, clnt = -1, acpt = -1; in accept_test() local
|
H A D | t_unix.c | 225 int srvr = -1, clnt = -1, acpt = -1; in test() local
|
/netbsd-src/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 341 CLIENT *clnt; local 1598 CLIENT *clnt = NULL; local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | s3_lib.c | 4138 const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s3_lib.c | 4134 const SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher()
|