Home
last modified time | relevance | path

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

12

/sunrpc/rpc/
A Dxdr.h115 bool_t (*x_getlong) (XDR *__xdrs, long *__lp);
117 bool_t (*x_putlong) (XDR *__xdrs, const long *__lp);
125 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
131 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
152 typedef bool_t (*xdrproc_t) (XDR *, void *,...);
285 extern bool_t xdr_void (void) __THROW;
288 extern bool_t xdr_int (XDR *__xdrs, int *__ip) __THROW;
306 extern bool_t xdr_bool (XDR *__xdrs, bool_t *__bp) __THROW;
364 extern bool_t xdrrec_endofrecord (XDR *__xdrs, bool_t __sendnow) __THROW;
367 extern bool_t xdrrec_skiprecord (XDR *__xdrs) __THROW;
[all …]
A Dkey_prot.h65 bool_t xdr_keystatus();
73 extern bool_t xdr_keybuf(XDR *, keybuf);
75 bool_t xdr_keybuf();
85 bool_t xdr_netnamestr();
99 bool_t xdr_cryptkeyarg();
114 bool_t xdr_cryptkeyarg2();
130 bool_t xdr_cryptkeyres();
149 bool_t xdr_unixcred();
165 bool_t xdr_getcredres();
180 bool_t xdr_key_netstarg();
[all …]
A Dpmap_clnt.h45 typedef bool_t (*resultproc_t) (caddr_t __resp, struct sockaddr_in *__raddr);
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)
A Dpmap_rmt.h51 extern bool_t xdr_rmtcall_args (XDR *__xdrs, struct rmtcallargs *__crp)
61 extern bool_t xdr_rmtcallres (XDR *__xdrs, struct rmtcallres *__crp) __THROW;
A Dsvc.h95 bool_t (*xp_recv) (SVCXPRT *__xprt, struct rpc_msg *__msg);
99 bool_t (*xp_getargs) (SVCXPRT *__xprt, xdrproc_t __xdr_args,
101 bool_t (*xp_reply) (SVCXPRT *__xprt, struct rpc_msg *__msg);
103 bool_t (*xp_freeargs) (SVCXPRT *__xprt, xdrproc_t __xdr_args,
188 extern bool_t svc_register (SVCXPRT *__xprt, rpcprog_t __prog,
244 extern bool_t svc_sendreply (SVCXPRT *__xprt, xdrproc_t __xdr_results,
A Dpmap_prot.h94 extern bool_t xdr_pmap (XDR *__xdrs, struct pmap *__regs) __THROW;
101 extern bool_t xdr_pmaplist (XDR *__xdrs, struct pmaplist **__rp) __THROW;
A Drpc_msg.h169 extern bool_t xdr_callmsg (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
177 extern bool_t xdr_callhdr (XDR *__xdrs, struct rpc_msg *__cmsg) __THROW;
185 extern bool_t xdr_replymsg (XDR *__xdrs, struct rpc_msg *__rmsg) __THROW;
/sunrpc/
A Dxdr_stdio.c50 static bool_t xdrstdio_getlong (XDR *, long *);
51 static bool_t xdrstdio_putlong (XDR *, const long *);
55 static bool_t xdrstdio_setpos (XDR *, u_int);
58 static bool_t xdrstdio_getint32 (XDR *, int32_t *);
106 static bool_t
117 static bool_t
127 static bool_t
136 static bool_t
151 static bool_t
172 static bool_t
[all …]
A Dxdr_mem.c43 static bool_t xdrmem_getlong (XDR *, long *);
44 static bool_t xdrmem_putlong (XDR *, const long *);
48 static bool_t xdrmem_setpos (XDR *, u_int);
51 static bool_t xdrmem_getint32 (XDR *, int32_t *);
103 static bool_t
119 static bool_t
136 static bool_t
151 static bool_t
175 static bool_t
214 static bool_t
[all …]
A Dkey_prot.c34 bool_t
44 bool_t in libc_hidden_nolink_sunrpc()
54 bool_t in libc_hidden_nolink_sunrpc()
64 bool_t in libc_hidden_nolink_sunrpc()
77 bool_t in libc_hidden_nolink_sunrpc()
90 bool_t in libc_hidden_nolink_sunrpc()
108 bool_t in libc_hidden_nolink_sunrpc()
123 bool_t in libc_hidden_nolink_sunrpc()
141 bool_t in libc_hidden_nolink_sunrpc()
154 bool_t in libc_hidden_nolink_sunrpc()
A Dxdr_rec.c124 static bool_t flush_out (RECSTREAM *, bool_t);
202 static bool_t in libc_hidden_nolink_sunrpc()
227 static bool_t
277 static bool_t
327 static bool_t
410 static bool_t
435 static bool_t
466 bool_t
489 bool_t in libc_hidden_nolink_sunrpc()
514 bool_t in libc_hidden_nolink_sunrpc()
[all …]
A Dsvc_raw.c53 static bool_t svcraw_recv (SVCXPRT *, struct rpc_msg *);
55 static bool_t svcraw_getargs (SVCXPRT *, xdrproc_t, caddr_t);
56 static bool_t svcraw_reply (SVCXPRT *, struct rpc_msg *);
57 static bool_t svcraw_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
96 static bool_t
112 static bool_t
129 static bool_t
139 static bool_t
A Dxdr_sizeof.c44 static bool_t
52 static bool_t
66 static bool_t
121 static bool_t
133 bool_t stat; in xdr_sizeof()
135 typedef bool_t (*dummyfunc1) (XDR *, long *); in xdr_sizeof()
136 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof()
137 typedef bool_t (*dummyfunc3) (XDR *, int32_t *); in xdr_sizeof()
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 *);
101 static bool_t in libc_hidden_nolink_sunrpc()
119 static bool_t
125 static bool_t
A Dxdr_intXX_t.c27 bool_t
52 bool_t in libc_hidden_nolink_sunrpc()
60 bool_t in libc_hidden_nolink_sunrpc()
88 bool_t in libc_hidden_nolink_sunrpc()
96 bool_t in libc_hidden_nolink_sunrpc()
114 bool_t in libc_hidden_nolink_sunrpc()
136 bool_t in libc_hidden_def()
160 bool_t in libc_hidden_nolink_sunrpc()
184 bool_t in libc_hidden_nolink_sunrpc()
208 bool_t in libc_hidden_nolink_sunrpc()
A Dxdr.c83 bool_t in libc_hidden_def()
97 bool_t in libc_hidden_def()
138 bool_t in libc_hidden_def()
180 bool_t in libc_hidden_def()
208 bool_t in libc_hidden_def()
246 bool_t in libc_hidden_def()
282 bool_t in libc_hidden_def()
314 bool_t in libc_hidden_def()
325 bool_t in libc_hidden_def()
339 bool_t in libc_hidden_def()
[all …]
A Dsvc_tcp.c72 static bool_t svctcp_recv (SVCXPRT *, struct rpc_msg *);
74 static bool_t svctcp_getargs (SVCXPRT *, xdrproc_t, caddr_t);
75 static bool_t svctcp_reply (SVCXPRT *, struct rpc_msg *);
76 static bool_t svctcp_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
155 bool_t madesock = FALSE; in svctcp_create()
252 static bool_t
391 static bool_t
408 static bool_t
415 static bool_t
424 static bool_t
[all …]
A Dxdr_ref.c57 bool_t
67 bool_t stat; in xdr_reference()
118 bool_t in libc_hidden_nolink_sunrpc()
122 bool_t more_data; in libc_hidden_nolink_sunrpc()
A Dpmap_prot2.c79 bool_t
87 bool_t more_elements; in xdr_pmaplist()
93 more_elements = (bool_t) (*rp != NULL); in xdr_pmaplist()
A Dsvc_unix.c72 static bool_t svcunix_recv (SVCXPRT *, struct rpc_msg *);
74 static bool_t svcunix_getargs (SVCXPRT *, xdrproc_t, caddr_t);
75 static bool_t svcunix_reply (SVCXPRT *, struct rpc_msg *);
76 static bool_t svcunix_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
153 bool_t madesock = FALSE; in svcunix_create()
248 static bool_t
493 static bool_t
516 static bool_t
523 static bool_t
532 static bool_t
[all …]
A Dpmap_clnt.c55 static bool_t
105 bool_t
112 bool_t rslt; in pmap_set()
141 bool_t in libc_hidden_nolink_sunrpc()
148 bool_t rslt; in libc_hidden_nolink_sunrpc()
A Dclnt_raw.c68 static bool_t clntraw_freeres (CLIENT *, xdrproc_t, caddr_t);
69 static bool_t clntraw_control (CLIENT *, int, char *);
216 static bool_t
221 bool_t rval; in clntraw_freeres()
225 rval = (bool_t) RPC_FAILED; in clntraw_freeres()
237 static bool_t
A Dxdr_array.c56 bool_t
72 bool_t stat = TRUE; in xdr_array()
148 bool_t in libc_hidden_def()
A Dauth_unix.c62 static bool_t authunix_marshal (AUTH *, XDR *);
63 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
64 static bool_t authunix_refresh (AUTH *);
87 static bool_t marshal_new_auth (AUTH *);
234 static bool_t
242 static bool_t
275 static bool_t
340 static bool_t
A Drpc_prot.c51 bool_t
65 bool_t in libc_hidden_nolink_sunrpc()
77 bool_t in libc_hidden_nolink_sunrpc()
103 bool_t in libc_hidden_nolink_sunrpc()
132 bool_t
151 bool_t in libc_hidden_nolink_sunrpc()

Completed in 44 milliseconds

12