Home
last modified time | relevance | path

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

123

/glibc-2.36/sunrpc/rpc/
Dxdr.h115 bool_t (*x_getlong) (XDR *__xdrs, long *__lp);
117 bool_t (*x_putlong) (XDR *__xdrs, const long *__lp);
119 bool_t (*x_getbytes) (XDR *__xdrs, caddr_t __addr, u_int __len);
121 bool_t (*x_putbytes) (XDR *__xdrs, const char *__addr, u_int __len);
125 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
131 bool_t (*x_getint32) (XDR *__xdrs, int32_t *__ip);
133 bool_t (*x_putint32) (XDR *__xdrs, const int32_t *__ip);
152 typedef bool_t (*xdrproc_t) (XDR *, void *,...);
269 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
285 extern bool_t xdr_void (void) __THROW;
[all …]
Dkey_prot.h61 extern "C" bool_t xdr_keystatus(XDR *, keystatus*);
63 extern bool_t xdr_keystatus(XDR *, keystatus*);
65 bool_t xdr_keystatus();
71 extern "C" bool_t xdr_keybuf(XDR *, keybuf);
73 extern bool_t xdr_keybuf(XDR *, keybuf);
75 bool_t xdr_keybuf();
81 extern "C" bool_t xdr_netnamestr(XDR *, netnamestr*);
83 extern bool_t xdr_netnamestr(XDR *, netnamestr*);
85 bool_t xdr_netnamestr();
95 extern "C" bool_t xdr_cryptkeyarg(XDR *, cryptkeyarg*);
[all …]
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,
/glibc-2.36/nis/
Dnis_xdr.c28 static bool_t
31 bool_t res = xdr_string (xdrs, &objp->zattr_ndx, ~0); in xdr_nis_attr()
38 static __always_inline bool_t
44 bool_t
50 static __always_inline bool_t
56 static __always_inline bool_t
62 static bool_t
65 bool_t res = xdr_u_int (xdrs, &objp->oa_rights); in xdr_oar_mask()
71 static bool_t
74 bool_t res = xdr_string (xdrs, &objp->uaddr, ~0); in xdr_endpoint()
[all …]
Dnis_xdr.h23 extern bool_t _xdr_nis_attr (XDR *, nis_attr*) attribute_hidden;
24 extern bool_t _xdr_nis_name (XDR *, nis_name*) attribute_hidden;
25 extern bool_t _xdr_nis_server (XDR *, nis_server*) attribute_hidden;
26 extern bool_t _xdr_directory_obj (XDR *, directory_obj*) attribute_hidden;
27 extern bool_t _xdr_nis_object (XDR *, nis_object*) attribute_hidden;
28 extern bool_t _xdr_nis_error (XDR *, nis_error*) attribute_hidden;
29 extern bool_t _xdr_ns_request (XDR *, ns_request*) attribute_hidden;
30 extern bool_t _xdr_ping_args (XDR *, ping_args*) attribute_hidden;
31 extern bool_t _xdr_cp_result (XDR *, cp_result*) attribute_hidden;
32 extern bool_t _xdr_nis_tag (XDR *, nis_tag*) attribute_hidden;
[all …]
Dyp_xdr.c44 bool_t
51 bool_t in libnsl_hidden_nolink_def()
58 bool_t in libnsl_hidden_nolink_def()
65 bool_t in libnsl_hidden_nolink_def()
72 bool_t in libnsl_hidden_nolink_def()
79 bool_t in libnsl_hidden_nolink_def()
87 bool_t in libnsl_hidden_nolink_def()
95 bool_t in libnsl_hidden_nolink_def()
108 bool_t in libnsl_hidden_nolink_def()
119 bool_t in libnsl_hidden_nolink_def()
[all …]
Dnis_file.c25 typedef bool_t (*iofct_t) (XDR *, void *);
43 bool_t status = readfct (&xdrs, obj); in read_nis_obj()
58 static bool_t
67 bool_t status = writefct (&xdrs, (void *) obj); in write_nis_obj()
85 bool_t in libnsl_hidden_nolink_def()
100 bool_t in libnsl_hidden_nolink_def()
/glibc-2.36/nis/rpcsvc/
Dyp.h157 bool_t more;
249 extern bool_t *ypproc_domain_2 (domainname *, CLIENT *);
250 extern bool_t *ypproc_domain_2_svc (domainname *, struct svc_req *);
252 extern bool_t *ypproc_domain_nonack_2 (domainname *, CLIENT *);
253 extern bool_t *ypproc_domain_nonack_2_svc (domainname *, struct svc_req *);
311 extern bool_t xdr_ypstat (XDR *, ypstat*);
312 extern bool_t xdr_ypxfrstat (XDR *, ypxfrstat*);
313 extern bool_t xdr_domainname (XDR *, domainname*);
314 extern bool_t xdr_mapname (XDR *, mapname*);
315 extern bool_t xdr_peername (XDR *, peername*);
[all …]
Dnis_callback.h53 extern bool_t * cbproc_receive_1 (cback_data *, CLIENT *) __THROW;
54 extern bool_t * cbproc_receive_1_svc (cback_data *, struct svc_req *) __THROW;
67 extern bool_t xdr_obj_p (XDR *, obj_p*) __THROW;
68 extern bool_t xdr_cback_data (XDR *, cback_data*) __THROW;
/glibc-2.36/sunrpc/
Dxdr_rec.c55 static bool_t xdrrec_getlong (XDR *, long *);
56 static bool_t xdrrec_putlong (XDR *, const long *);
57 static bool_t xdrrec_getbytes (XDR *, caddr_t, u_int);
58 static bool_t xdrrec_putbytes (XDR *, const char *, u_int);
60 static bool_t xdrrec_setpos (XDR *, u_int);
63 static bool_t xdrrec_getint32 (XDR *, int32_t *);
64 static bool_t xdrrec_putint32 (XDR *, const int32_t *);
106 bool_t frag_sent; /* true if buffer sent in middle of record */
116 bool_t last_frag;
123 static bool_t skip_input_bytes (RECSTREAM *, long);
[all …]
Dxdr_stdio.c50 static bool_t xdrstdio_getlong (XDR *, long *);
51 static bool_t xdrstdio_putlong (XDR *, const long *);
52 static bool_t xdrstdio_getbytes (XDR *, caddr_t, u_int);
53 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int);
55 static bool_t xdrstdio_setpos (XDR *, u_int);
58 static bool_t xdrstdio_getint32 (XDR *, int32_t *);
59 static bool_t xdrstdio_putint32 (XDR *, const int32_t *);
106 static bool_t
117 static bool_t
127 static bool_t
[all …]
Dxdr_mem.c43 static bool_t xdrmem_getlong (XDR *, long *);
44 static bool_t xdrmem_putlong (XDR *, const long *);
45 static bool_t xdrmem_getbytes (XDR *, caddr_t, u_int);
46 static bool_t xdrmem_putbytes (XDR *, const char *, u_int);
48 static bool_t xdrmem_setpos (XDR *, u_int);
51 static bool_t xdrmem_getint32 (XDR *, int32_t *);
52 static bool_t xdrmem_putint32 (XDR *, const int32_t *);
103 static bool_t
119 static bool_t
136 static bool_t
[all …]
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 …]
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()
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);
92 static bool_t rendezvous_request (SVCXPRT *, struct rpc_msg *);
108 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svctcp_rendezvous_abort,
109 (bool_t (*) (SVCXPRT *, struct rpc_msg *)) svctcp_rendezvous_abort,
110 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svctcp_rendezvous_abort,
155 bool_t madesock = FALSE; in svctcp_create()
252 static bool_t
[all …]
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()
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()
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
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);
92 static bool_t rendezvous_request (SVCXPRT *, struct rpc_msg *);
108 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svcunix_rendezvous_abort,
109 (bool_t (*) (SVCXPRT *, struct rpc_msg *)) svcunix_rendezvous_abort,
110 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svcunix_rendezvous_abort,
153 bool_t madesock = FALSE; in svcunix_create()
245 static bool_t
[all …]
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
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
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
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()
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()
Dauth_des.c62 static bool_t authdes_marshal (AUTH *, XDR *);
63 static bool_t authdes_validate (AUTH *, struct opaque_auth *);
64 static bool_t authdes_refresh (AUTH *);
66 static bool_t synchronize (struct sockaddr *, struct rpc_timeval *);
86 bool_t ad_dosync; /* synchronize? */
239 static bool_t
343 static bool_t
399 static bool_t
446 static bool_t

123