Home
last modified time | relevance | path

Searched refs:bool_t (Results 1 – 25 of 37) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dxdr.h121 bool_t (*x_getlong) (XDR *__xdrs, long *__lp);
123 bool_t (*x_putlong) (XDR *__xdrs, const long *__lp);
131 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
137 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
158 typedef bool_t (*xdrproc_t) (XDR *, void *,...);
291 extern bool_t xdr_void (void) __THROW;
297 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
321 extern bool_t xdr_bool (XDR *__xdrs, bool_t *__bp) __THROW;
389 extern bool_t xdrrec_endofrecord (XDR *__xdrs, bool_t __sendnow) __THROW;
393 extern bool_t xdrrec_skiprecord (XDR *__xdrs) __THROW;
[all …]
A Dkey_prot.h68 bool_t xdr_keystatus();
76 extern bool_t xdr_keybuf(XDR *, keybuf);
78 bool_t xdr_keybuf();
88 bool_t xdr_netnamestr();
102 bool_t xdr_cryptkeyarg();
117 bool_t xdr_cryptkeyarg2();
133 bool_t xdr_cryptkeyres();
152 bool_t xdr_unixcred();
168 bool_t xdr_getcredres();
183 bool_t xdr_key_netstarg();
[all …]
A Drpc_msg.h173 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
182 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
191 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
211 extern bool_t xdr_accepted_reply(XDR *__xdrs, struct accepted_reply *__ar);
220 extern bool_t xdr_rejected_reply(XDR *__xdrs, struct rejected_reply *__rr);
A Dsvc.h80 bool_t (*xp_recv) (SVCXPRT *__xprt, struct rpc_msg *__msg);
84 bool_t (*xp_getargs) (SVCXPRT *__xprt, xdrproc_t __xdr_args,
86 bool_t (*xp_reply) (SVCXPRT *__xprt, struct rpc_msg *__msg);
88 bool_t (*xp_freeargs) (SVCXPRT *__xprt, xdrproc_t __xdr_args,
173 extern bool_t svc_register (SVCXPRT *__xprt, rpcprog_t __prog,
232 extern bool_t svc_sendreply (SVCXPRT *xprt, xdrproc_t __xdr_results,
A Dpmap_clnt.h48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr);
72 extern bool_t pmap_set (const u_long __program, const u_long __vers,
75 extern bool_t pmap_unset (const u_long __program, const u_long __vers)
A Dpmap_rmt.h54 extern bool_t xdr_rmtcall_args (XDR *__xdrs, struct rmtcallargs *__crp)
66 extern bool_t xdr_rmtcallres (XDR *__xdrs, struct rmtcallres *__crp) __THROW;
A Dpmap_prot.h97 extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW;
105 extern bool_t xdr_pmaplist (XDR *__xdrs, struct pmaplist **__rp) __THROW;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dxdr_stdio.c44 static bool_t xdrstdio_getlong (XDR *, long *);
45 static bool_t xdrstdio_putlong (XDR *, const long *);
49 static bool_t xdrstdio_setpos (XDR *, u_int);
52 static bool_t xdrstdio_getint32 (XDR *, int32_t *);
98 static bool_t
109 static bool_t
119 static bool_t
128 static bool_t
143 static bool_t
164 static bool_t
[all …]
A Dxdr_rec.c128 static bool_t flush_out (RECSTREAM *, bool_t) internal_function;
204 static bool_t in libc_hidden_def()
230 static bool_t
240 static bool_t
264 static bool_t
299 static bool_t
349 static bool_t
440 bool_t
463 bool_t in libc_hidden_def()
488 bool_t in libc_hidden_def()
[all …]
A Dxdr_mem.c47 static bool_t xdrmem_getlong (XDR *, long *);
48 static bool_t xdrmem_putlong (XDR *, const long *);
52 static bool_t xdrmem_setpos (XDR *, u_int);
55 static bool_t xdrmem_getint32 (XDR *, int32_t *);
101 static bool_t
117 static bool_t
134 static bool_t
149 static bool_t
173 static bool_t
210 static bool_t
[all …]
A Dxdr.c80 bool_t
92 bool_t in libc_hidden_def()
113 bool_t in libc_hidden_def()
142 bool_t in libc_hidden_def()
180 bool_t in libc_hidden_def()
213 bool_t in libc_hidden_def()
249 bool_t in libc_hidden_def()
284 bool_t in libc_hidden_def()
313 bool_t in libc_hidden_def()
319 bool_t
[all …]
A Dsvc_raw.c63 static bool_t svcraw_recv (SVCXPRT *, struct rpc_msg *);
65 static bool_t svcraw_getargs (SVCXPRT *, xdrproc_t, caddr_t);
66 static bool_t svcraw_reply (SVCXPRT *, struct rpc_msg *);
67 static bool_t svcraw_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
105 static bool_t
121 static bool_t
138 static bool_t
148 static bool_t
A Dsvc_tcp.c56 static bool_t svctcp_recv (SVCXPRT *, struct rpc_msg *);
58 static bool_t svctcp_getargs (SVCXPRT *, xdrproc_t, caddr_t);
59 static bool_t svctcp_reply (SVCXPRT *, struct rpc_msg *);
60 static bool_t svctcp_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
139 bool_t madesock = FALSE; in svctcp_create()
232 static bool_t
362 static bool_t
379 static bool_t
386 static bool_t
395 static bool_t
[all …]
A Dxdr_intXX_t.c23 bool_t
52 bool_t in strong_alias_untyped()
81 bool_t in strong_alias_untyped()
98 bool_t
115 bool_t
138 bool_t
161 bool_t
184 bool_t
A Dauth_none.c48 static bool_t authnone_marshal (AUTH *, XDR *);
49 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
50 static bool_t authnone_refresh (AUTH *);
107 static bool_t in libc_hidden_def()
125 static bool_t
131 static bool_t
A Dsvc_unix.c54 static bool_t svcunix_recv (SVCXPRT *, struct rpc_msg *);
56 static bool_t svcunix_getargs (SVCXPRT *, xdrproc_t, caddr_t);
57 static bool_t svcunix_reply (SVCXPRT *, struct rpc_msg *);
58 static bool_t svcunix_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
135 bool_t madesock = FALSE; in svcunix_create()
230 static bool_t
466 static bool_t
489 static bool_t
496 static bool_t
505 static bool_t
[all …]
A Dxdr_reference.c60 bool_t
64 bool_t stat; in xdr_reference()
115 bool_t in libc_hidden_def()
119 bool_t more_data; in libc_hidden_def()
A Dauth_unix.c57 static bool_t authunix_marshal (AUTH *, XDR *);
58 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
59 static bool_t authunix_refresh (AUTH *);
82 static bool_t marshal_new_auth (AUTH *) internal_function;
199 static bool_t
207 static bool_t
241 static bool_t
306 static bool_t
A Dclnt_raw.c74 static bool_t clntraw_freeres (CLIENT *, xdrproc_t, caddr_t);
75 static bool_t clntraw_control (CLIENT *, int, char *);
217 static bool_t
222 bool_t rval; in clntraw_freeres()
226 rval = (bool_t) RPC_FAILED; in clntraw_freeres()
238 static bool_t
A Dpmap_clnt.c54 static bool_t
113 bool_t
120 bool_t rslt; in pmap_set()
149 bool_t in libc_hidden_def()
156 bool_t rslt; in libc_hidden_def()
A Dpmap_prot2.c84 bool_t
92 bool_t more_elements; in xdr_pmaplist()
98 more_elements = (bool_t) (*rp != NULL); in xdr_pmaplist()
A Drpc_prot.c58 bool_t
72 bool_t in libc_hidden_def()
83 bool_t
109 bool_t in libc_hidden_def()
138 bool_t
157 bool_t in libc_hidden_def()
A Dsvc_udp.c58 static bool_t svcudp_recv (SVCXPRT *, struct rpc_msg *);
59 static bool_t svcudp_reply (SVCXPRT *, struct rpc_msg *);
61 static bool_t svcudp_getargs (SVCXPRT *, xdrproc_t, caddr_t);
62 static bool_t svcudp_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
108 bool_t madesock = FALSE; in svcudp_bufcreate()
200 static bool_t
276 static bool_t
282 bool_t stat = FALSE; in svcudp_reply()
320 static bool_t
327 static bool_t
A Dxdr_array.c59 bool_t
65 bool_t stat = TRUE; in xdr_array()
140 bool_t in libc_hidden_def()
A Dclnt_tcp.c67 bool_t ct_closeit;
69 bool_t ct_waitset; /* wait set by clnt_control? */
84 static bool_t clnttcp_freeres (CLIENT *, xdrproc_t, caddr_t);
85 static bool_t clnttcp_control (CLIENT *, int, char *);
235 bool_t shipnow; in libc_hidden_def()
337 static bool_t
352 static bool_t

Completed in 28 milliseconds

12