/glibc-2.36/sunrpc/rpc/ |
D | key_prot.h | 205 #define KEY_PROG ((u_long)100029) 206 #define KEY_VERS ((u_long)1) 209 #define KEY_SET ((u_long)1) 212 #define KEY_ENCRYPT ((u_long)2) 215 #define KEY_DECRYPT ((u_long)3) 218 #define KEY_GEN ((u_long)4) 221 #define KEY_GETCRED ((u_long)5) 226 #define KEY_SET ((u_long)1) 229 #define KEY_ENCRYPT ((u_long)2) 232 #define KEY_DECRYPT ((u_long)3) [all …]
|
D | clnt.h | 109 u_long low; /* lowest verion supported */ 110 u_long high; /* highest verion supported */ 133 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t, 253 #define RPCTEST_PROGRAM ((u_long)1) 254 #define RPCTEST_VERSION ((u_long)1) 255 #define RPCTEST_NULL_PROC ((u_long)2) 256 #define RPCTEST_NULL_BATCH_PROC ((u_long)3) 262 #define NULLPROC ((u_long)0) 277 extern CLIENT *clntraw_create (const u_long __prog, const u_long __vers) 291 extern CLIENT *clnt_create (const char *__host, const u_long __prog, [all …]
|
D | pmap_clnt.h | 69 extern bool_t pmap_set (const u_long __program, const u_long __vers, 71 extern bool_t pmap_unset (const u_long __program, const u_long __vers) 75 const u_long __prog, 76 const u_long __vers, 77 const u_long __proc, 81 u_long *__port_ptr) __THROW; 82 extern enum clnt_stat clnt_broadcast (const u_long __prog, 83 const u_long __vers, 84 const u_long __proc, xdrproc_t __xargs, 89 const u_long __program, [all …]
|
D | pmap_prot.h | 76 #define PMAPPROG ((u_long)100000) 77 #define PMAPVERS ((u_long)2) 78 #define PMAPVERS_PROTO ((u_long)2) 79 #define PMAPVERS_ORIG ((u_long)1) 80 #define PMAPPROC_NULL ((u_long)0) 81 #define PMAPPROC_SET ((u_long)1) 82 #define PMAPPROC_UNSET ((u_long)2) 83 #define PMAPPROC_GETPORT ((u_long)3) 84 #define PMAPPROC_DUMP ((u_long)4) 85 #define PMAPPROC_CALLIT ((u_long)5)
|
D | rpc_msg.h | 43 #define RPC_MSG_VERSION ((u_long) 2) 92 u_long low; 93 u_long high; 112 u_long low; 113 u_long high; 138 u_long cb_rpcvers; /* must be equal to two */ 139 u_long cb_prog; 140 u_long cb_vers; 141 u_long cb_proc; 150 u_long rm_xid;
|
D | pmap_rmt.h | 46 u_long prog, vers, proc, arglen; 55 u_long *port_ptr; 56 u_long resultslen;
|
/glibc-2.36/sunrpc/ |
D | pmap_rmt.c | 56 extern u_long _create_xid (void); 68 pmap_rmtcall (struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, in pmap_rmtcall() 70 struct timeval tout, u_long *port_ptr) in pmap_rmtcall() 120 u_long dummy_arglen = 0; in libc_hidden_nolink_sunrpc() 128 cap->arglen = (u_long) position - (u_long) argposition; in libc_hidden_nolink_sunrpc() 149 if (xdr_reference (xdrs, &port_ptr, sizeof (u_long), in libc_hidden_nolink_sunrpc() 153 crp->port_ptr = (u_long *) port_ptr; in libc_hidden_nolink_sunrpc() 200 u_long prog, in clnt_broadcast() 202 u_long vers, in clnt_broadcast() 204 u_long proc, in clnt_broadcast() [all …]
|
D | svc_udp.c | 92 u_long *replylenp); 93 static void cache_set (SVCXPRT *xprt, u_long replylen); 101 u_long su_xid; /* transaction id */ 231 u_long replylen; in svcudp_recv() 363 cache_set (xprt, (u_long) slen); in svcudp_reply() 428 u_long cache_xid; 429 u_long cache_proc; 430 u_long cache_vers; 431 u_long cache_prog; 437 u_long cache_replylen; [all …]
|
D | key_call.c | 63 static int key_call (u_long, xdrproc_t xdr_arg, char *, 74 if (!key_call ((u_long) KEY_SET, (xdrproc_t) xdr_keybuf, secretkey, in key_setsecret() 98 if (key_call ((u_long) KEY_NET_GET, (xdrproc_t) xdr_void, in libc_hidden_nolink_sunrpc() 124 if (!key_call ((u_long) KEY_ENCRYPT, (xdrproc_t) xdr_cryptkeyarg, in libc_hidden_def() 147 if (!key_call ((u_long) KEY_DECRYPT, (xdrproc_t) xdr_cryptkeyarg, in libc_hidden_nolink_sunrpc() 171 if (!key_call ((u_long) KEY_ENCRYPT_PK, (xdrproc_t) xdr_cryptkeyarg2, in libc_hidden_nolink_sunrpc() 196 if (!key_call ((u_long) KEY_DECRYPT_PK, (xdrproc_t) xdr_cryptkeyarg2, in libc_hidden_nolink_sunrpc() 224 client = clntudp_bufcreate (&sin, (u_long) KEY_PROG, (u_long) KEY_VERS, in libc_hidden_nolink_sunrpc() 251 if (!key_call ((u_long) KEY_NET_PUT, (xdrproc_t) xdr_key_netstarg, in libc_hidden_def() 270 if (!key_call ((u_long) KEY_GET_CONV, (xdrproc_t) xdr_keybuf, pkey, in libc_hidden_nolink_sunrpc() [all …]
|
D | svc_simple.c | 63 __registerrpc (u_long prognum, u_long versnum, u_long procnum, in __registerrpc() 86 (void) pmap_unset ((u_long) prognum, (u_long) versnum); in __registerrpc() 87 if (!svc_register (transp, (u_long) prognum, (u_long) versnum, in __registerrpc()
|
D | clnt_simp.c | 49 u_long oldprognum, oldversnum, valid; 55 callrpc (const char *host, u_long prognum, u_long versnum, u_long procnum, in callrpc() 100 if ((crp->client = clntudp_create (&server_addr, (u_long) prognum, in callrpc() 101 (u_long) versnum, timeout, &crp->socket)) == NULL) in callrpc()
|
D | clnt_raw.c | 58 u_long rm_xid; 64 static enum clnt_stat clntraw_call (CLIENT *, u_long, xdrproc_t, caddr_t, 86 clntraw_create (u_long prog, u_long vers) in clntraw_create() 132 clntraw_call (CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in libc_hidden_nolink_sunrpc()
|
D | pm_getport.c | 84 __libc_rpc_getport (struct sockaddr_in *address, u_long program, in __libc_rpc_getport() 85 u_long version, u_int protocol, time_t timeout_sec, in __libc_rpc_getport() 149 pmap_getport (struct sockaddr_in *address, u_long program, u_long version, in libc_hidden_def()
|
D | clnt_udp.c | 62 extern u_long _create_xid (void); 67 static enum clnt_stat clntudp_call (CLIENT *, u_long, xdrproc_t, caddr_t, 124 __libc_clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, in __libc_clntudp_bufcreate() 125 u_long version, struct timeval wait, int *sockp, in __libc_clntudp_bufcreate() 218 clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, u_long version, in libc_hidden_def() 228 clntudp_create (struct sockaddr_in *raddr, u_long program, u_long version, in libc_hidden_nolink_sunrpc() 268 u_long proc, in clntudp_call() 556 u_long ul; in clntudp_control()
|
/glibc-2.36/sysdeps/aarch64/ |
D | machine-gmon.h | 25 static void mcount_internal (u_long frompc, u_long selfpc); 28 static inline void mcount_internal (u_long frompc, u_long selfpc) 34 mcount_internal ((u_long) strip_pac (frompc), (u_long) RETURN_ADDRESS (0)); \
|
/glibc-2.36/sysdeps/generic/ |
D | machine-gmon.h | 38 static void mcount_internal (u_long frompc, u_long selfpc); 41 static inline void mcount_internal (u_long frompc, u_long selfpc) 46 mcount_internal ((u_long) RETURN_ADDRESS (1), (u_long) RETURN_ADDRESS (0)); \
|
/glibc-2.36/gmon/ |
D | gmon.c | 61 u_long *load_address = data; in callback() 62 *load_address = (u_long) info->dlpi_addr; in callback() 86 static void write_hist (int fd, u_long load_address); 87 static void write_call_graph (int fd, u_long load_address); 122 __monstartup (u_long lowpc, u_long highpc) in weak_alias() 170 if (p->kcountsize < (u_long) o) in weak_alias() 196 write_hist (int fd, u_long load_address) in weak_alias() 246 write_call_graph (int fd, u_long load_address) in write_call_graph() 253 u_long from_len; in write_call_graph() 254 u_long frompc; in write_call_graph() [all …]
|
/glibc-2.36/nis/ |
D | nis_intern.h | 56 u_long prog, xdrproc_t xargs, caddr_t req, 59 extern nis_error __do_niscall (const_nis_name name, u_long prog, 63 extern nis_error __do_niscall3 (dir_binding *dbp, u_long prog, 69 extern u_short __pmap_getnisport (struct sockaddr_in *address, u_long program, 70 u_long version, u_int protocol);
|
/glibc-2.36/sysdeps/sh/ |
D | machine-gmon.h | 22 void mcount_internal (u_long frompc, u_long selfpc); 25 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/sparc/ |
D | machine-gmon.h | 24 extern void mcount_internal (u_long frompc, u_long selfpc); 27 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/s390/ |
D | machine-gmon.h | 27 void mcount_internal (u_long frompc, u_long selfpc); 30 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/arm/ |
D | machine-gmon.h | 27 extern void mcount_internal (u_long frompc, u_long selfpc); 29 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/csky/ |
D | machine-gmon.h | 27 extern void mcount_internal (u_long frompc, u_long selfpc); 29 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/x86_64/ |
D | machine-gmon.h | 29 void mcount_internal (u_long frompc, u_long selfpc); 32 void mcount_internal (u_long frompc, u_long selfpc)
|
/glibc-2.36/sysdeps/i386/ |
D | machine-gmon.h | 31 extern void mcount_internal (u_long frompc, u_long selfpc) 36 void mcount_internal (u_long frompc, u_long selfpc)
|