Symbol: bool_t
include/rpc/auth.h
159
bool_t xdr_des_block(XDR *, des_block *);
include/rpc/auth.h
266
bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
include/rpc/auth_des.h
117
bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
include/rpc/auth_des.h
118
bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
include/rpc/auth_kerb.h
135
extern bool_t xdr_authkerb_cred(XDR *, struct authkerb_cred *);
include/rpc/auth_kerb.h
136
extern bool_t xdr_authkerb_verf(XDR *, struct authkerb_verf *);
include/rpc/auth_unix.h
71
extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
include/rpc/clnt.h
105
bool_t (*cl_freeres)(struct __rpc_client *,
include/rpc/clnt.h
110
bool_t (*cl_control)(struct __rpc_client *, u_int,
include/rpc/clnt.h
518
typedef bool_t (*resultproc_t)(caddr_t, ...);
include/rpc/pmap_clnt.h
69
bool_t pmap_set(u_long, u_long, int, u_short);
include/rpc/pmap_clnt.h
70
bool_t pmap_unset(u_long, u_long);
include/rpc/pmap_prot.h
100
extern bool_t xdr_pmap(XDR *, struct pmap *);
include/rpc/pmap_prot.h
101
extern bool_t xdr_pmaplist(XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
102
extern bool_t xdr_pmaplist_ptr(XDR *, struct pmaplist *);
include/rpc/pmap_rmt.h
59
bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *);
include/rpc/pmap_rmt.h
60
bool_t xdr_rmtcallres(XDR *, struct rmtcallres *);
include/rpc/rpc_com.h
76
bool_t rpc_control(int,void *);
include/rpc/rpc_msg.h
168
extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
176
extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
184
extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
192
extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
include/rpc/rpc_msg.h
200
extern bool_t xdr_rejected_reply(XDR *, struct rejected_reply *);
include/rpc/rpcb_clnt.h
64
extern bool_t rpcb_set(const rpcprog_t, const rpcvers_t,
include/rpc/rpcb_clnt.h
66
extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
include/rpc/rpcb_clnt.h
76
extern bool_t rpcb_getaddr(const rpcprog_t, const rpcvers_t,
include/rpc/rpcb_clnt.h
79
extern bool_t rpcb_gettime(const char *, time_t *);
include/rpc/svc.h
102
bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc.h
104
bool_t (*xp_freeargs)(struct __rpc_svcxprt *, xdrproc_t,
include/rpc/svc.h
114
bool_t (*xp_control)(struct __rpc_svcxprt *, const u_int,
include/rpc/svc.h
198
extern bool_t svc_reg(SVCXPRT *, const rpcprog_t, const rpcvers_t,
include/rpc/svc.h
263
extern bool_t svc_sendreply(SVCXPRT *, xdrproc_t, void *);
include/rpc/svc.h
95
bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc.h
99
bool_t (*xp_getargs)(struct __rpc_svcxprt *, xdrproc_t,
include/rpc/svc_soc.h
66
extern bool_t svc_register(SVCXPRT *, u_long, u_long,
include/rpc/xdr.h
102
bool_t (*x_getlong)(struct __rpc_xdr *, long *);
include/rpc/xdr.h
104
bool_t (*x_putlong)(struct __rpc_xdr *, const long *);
include/rpc/xdr.h
106
bool_t (*x_getbytes)(struct __rpc_xdr *, char *, u_int);
include/rpc/xdr.h
108
bool_t (*x_putbytes)(struct __rpc_xdr *, const char *, u_int);
include/rpc/xdr.h
112
bool_t (*x_setpostn)(struct __rpc_xdr *, u_int);
include/rpc/xdr.h
117
bool_t (*x_control)(struct __rpc_xdr *, int, void *);
include/rpc/xdr.h
134
typedef bool_t (*xdrproc_t)(XDR *, void *, u_int);
include/rpc/xdr.h
139
typedef bool_t (*xdrproc_t)(XDR *, ...);
include/rpc/xdr.h
266
#define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
include/rpc/xdr.h
282
extern bool_t xdr_void(void);
include/rpc/xdr.h
283
extern bool_t xdr_int(XDR *, int *);
include/rpc/xdr.h
284
extern bool_t xdr_u_int(XDR *, u_int *);
include/rpc/xdr.h
285
extern bool_t xdr_long(XDR *, long *);
include/rpc/xdr.h
286
extern bool_t xdr_u_long(XDR *, u_long *);
include/rpc/xdr.h
287
extern bool_t xdr_short(XDR *, short *);
include/rpc/xdr.h
288
extern bool_t xdr_u_short(XDR *, u_short *);
include/rpc/xdr.h
289
extern bool_t xdr_int16_t(XDR *, int16_t *);
include/rpc/xdr.h
290
extern bool_t xdr_u_int16_t(XDR *, uint16_t *);
include/rpc/xdr.h
291
extern bool_t xdr_uint16_t(XDR *, uint16_t *);
include/rpc/xdr.h
292
extern bool_t xdr_int32_t(XDR *, int32_t *);
include/rpc/xdr.h
293
extern bool_t xdr_u_int32_t(XDR *, uint32_t *);
include/rpc/xdr.h
294
extern bool_t xdr_uint32_t(XDR *, uint32_t *);
include/rpc/xdr.h
295
extern bool_t xdr_int64_t(XDR *, int64_t *);
include/rpc/xdr.h
296
extern bool_t xdr_u_int64_t(XDR *, uint64_t *);
include/rpc/xdr.h
297
extern bool_t xdr_uint64_t(XDR *, uint64_t *);
include/rpc/xdr.h
298
extern bool_t xdr_bool(XDR *, bool_t *);
include/rpc/xdr.h
299
extern bool_t xdr_enum(XDR *, enum_t *);
include/rpc/xdr.h
300
extern bool_t xdr_array(XDR *, char **, u_int *, u_int, u_int, xdrproc_t);
include/rpc/xdr.h
301
extern bool_t xdr_bytes(XDR *, char **, u_int *, u_int);
include/rpc/xdr.h
302
extern bool_t xdr_opaque(XDR *, char *, u_int);
include/rpc/xdr.h
303
extern bool_t xdr_string(XDR *, char **, u_int);
include/rpc/xdr.h
304
extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
include/rpc/xdr.h
305
extern bool_t xdr_char(XDR *, char *);
include/rpc/xdr.h
306
extern bool_t xdr_u_char(XDR *, u_char *);
include/rpc/xdr.h
307
extern bool_t xdr_vector(XDR *, char *, u_int, u_int, xdrproc_t);
include/rpc/xdr.h
308
extern bool_t xdr_float(XDR *, float *);
include/rpc/xdr.h
309
extern bool_t xdr_double(XDR *, double *);
include/rpc/xdr.h
310
extern bool_t xdr_quadruple(XDR *, long double *);
include/rpc/xdr.h
311
extern bool_t xdr_reference(XDR *, char **, u_int, xdrproc_t);
include/rpc/xdr.h
312
extern bool_t xdr_pointer(XDR *, char **, u_int, xdrproc_t);
include/rpc/xdr.h
313
extern bool_t xdr_wrapstring(XDR *, char **);
include/rpc/xdr.h
315
extern bool_t xdr_hyper(XDR *, quad_t *);
include/rpc/xdr.h
316
extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
include/rpc/xdr.h
317
extern bool_t xdr_longlong_t(XDR *, quad_t *);
include/rpc/xdr.h
318
extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
include/rpc/xdr.h
332
extern bool_t xdr_netobj(XDR *, struct netobj *);
include/rpc/xdr.h
353
extern bool_t xdrrec_endofrecord(XDR *, int);
include/rpc/xdr.h
356
extern bool_t xdrrec_skiprecord(XDR *);
include/rpc/xdr.h
359
extern bool_t xdrrec_eof(XDR *);
include/rpcsvc/nis_db.h
109
bool_t db_initialize(char *);
include/rpcsvc/nis_db.h
111
bool_t db_create_table(char *, table_obj *);
include/rpcsvc/nis_db.h
112
bool_t db_destroy_table(char *);
include/rpcsvc/nislib.h
154
bool_t __do_ismember(nis_name, nis_name,
include/rpcsvc/nislib.h
161
bool_t __nis_CacheRemoveEntry(directory_obj *);
include/rpcsvc/nislib.h
165
bool_t writeColdStartFile(directory_obj *);
include/rpcsvc/nislib.h
96
bool_t nis_ismember(nis_name, nis_name);
include/rpcsvc/yp_prot.h
308
bool_t xdr_datum(XDR *, datum *);
include/rpcsvc/yp_prot.h
309
bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
include/rpcsvc/yp_prot.h
310
bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
include/rpcsvc/yp_prot.h
311
bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
include/rpcsvc/yp_prot.h
312
bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
include/rpcsvc/yp_prot.h
313
bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
include/rpcsvc/yp_prot.h
314
bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
include/rpcsvc/yp_prot.h
315
bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
include/rpcsvc/yp_prot.h
316
bool_t xdr_yp_inaddr(XDR *, struct inaddr *);
include/rpcsvc/yp_prot.h
317
bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
include/rpcsvc/yp_prot.h
318
bool_t xdr_yppushresp_xfr(XDR *, struct yppushresp_xfr *);
include/rpcsvc/yp_prot.h
319
bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
include/rpcsvc/yp_prot.h
320
bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
include/rpcsvc/yp_prot.h
321
bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
lib/libc/rpc/auth_des.c
268
static bool_t
lib/libc/rpc/auth_des.c
360
static bool_t
lib/libc/rpc/auth_des.c
419
static bool_t
lib/libc/rpc/auth_des.c
66
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
lib/libc/rpc/auth_des.c
67
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
lib/libc/rpc/auth_des.c
70
extern bool_t __rpc_get_time_offset(struct timeval *, nis_server *, char *,
lib/libc/rpc/auth_des.c
78
static bool_t authdes_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_des.c
79
static bool_t authdes_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_des.c
80
static bool_t authdes_refresh(AUTH *, void *);
lib/libc/rpc/auth_des.c
94
bool_t ad_dosync; /* synchronize? */
lib/libc/rpc/auth_none.c
104
static bool_t
lib/libc/rpc/auth_none.c
108
bool_t dummy;
lib/libc/rpc/auth_none.c
131
static bool_t
lib/libc/rpc/auth_none.c
139
static bool_t
lib/libc/rpc/auth_none.c
58
static bool_t authnone_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
60
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
61
static bool_t authnone_refresh(AUTH *, void *);
lib/libc/rpc/auth_unix.c
209
static bool_t
lib/libc/rpc/auth_unix.c
221
static bool_t
lib/libc/rpc/auth_unix.c
253
static bool_t
lib/libc/rpc/auth_unix.c
66
static bool_t authunix_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_unix.c
69
static bool_t authunix_refresh(AUTH *, void *);
lib/libc/rpc/auth_unix.c
70
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/authdes_prot.c
49
bool_t
lib/libc/rpc/authdes_prot.c
76
bool_t
lib/libc/rpc/authunix_prot.c
54
bool_t
lib/libc/rpc/clnt_bcast.c
515
bool_t done = FALSE;
lib/libc/rpc/clnt_dg.c
106
bool_t cu_closeit; /* opened by library */
lib/libc/rpc/clnt_dg.c
296
bool_t ok;
lib/libc/rpc/clnt_dg.c
532
static bool_t
lib/libc/rpc/clnt_dg.c
537
bool_t dummy;
lib/libc/rpc/clnt_dg.c
560
static bool_t
lib/libc/rpc/clnt_dg.c
66
static bool_t clnt_dg_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_dg.c
68
static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_dg.c
71
static bool_t time_not_ok(struct timeval *);
lib/libc/rpc/clnt_dg.c
760
static bool_t
lib/libc/rpc/clnt_generic.c
350
bool_t madefd = FALSE; /* whether fd opened here */
lib/libc/rpc/clnt_generic.c
76
extern bool_t __rpc_is_local_host(const char *);
lib/libc/rpc/clnt_raw.c
235
static bool_t
lib/libc/rpc/clnt_raw.c
240
bool_t rval;
lib/libc/rpc/clnt_raw.c
244
rval = (bool_t) RPC_FAILED;
lib/libc/rpc/clnt_raw.c
260
static bool_t
lib/libc/rpc/clnt_raw.c
76
static bool_t clnt_raw_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_raw.c
78
static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_vc.c
101
bool_t ct_closeit; /* close it on destroy */
lib/libc/rpc/clnt_vc.c
103
bool_t ct_waitset; /* wait set by clnt_control? */
lib/libc/rpc/clnt_vc.c
315
bool_t shipnow;
lib/libc/rpc/clnt_vc.c
438
static bool_t
lib/libc/rpc/clnt_vc.c
443
bool_t dummy;
lib/libc/rpc/clnt_vc.c
472
static bool_t
lib/libc/rpc/clnt_vc.c
748
static bool_t
lib/libc/rpc/clnt_vc.c
88
static bool_t clnt_vc_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_vc.c
90
static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_vc.c
96
static bool_t time_not_ok(struct timeval *);
lib/libc/rpc/key_prot_xdr.c
114
bool_t
lib/libc/rpc/key_prot_xdr.c
130
bool_t
lib/libc/rpc/key_prot_xdr.c
147
bool_t
lib/libc/rpc/key_prot_xdr.c
160
bool_t
lib/libc/rpc/key_prot_xdr.c
46
bool_t
lib/libc/rpc/key_prot_xdr.c
55
bool_t
lib/libc/rpc/key_prot_xdr.c
64
bool_t
lib/libc/rpc/key_prot_xdr.c
73
bool_t
lib/libc/rpc/key_prot_xdr.c
84
bool_t
lib/libc/rpc/key_prot_xdr.c
97
bool_t
lib/libc/rpc/pmap_clnt.c
59
bool_t
lib/libc/rpc/pmap_clnt.c
62
bool_t rslt;
lib/libc/rpc/pmap_clnt.c
91
bool_t
lib/libc/rpc/pmap_clnt.c
95
bool_t udp_rslt = FALSE;
lib/libc/rpc/pmap_clnt.c
96
bool_t tcp_rslt = FALSE;
lib/libc/rpc/pmap_prot.c
51
bool_t
lib/libc/rpc/pmap_prot2.c
107
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/pmap_prot2.c
131
bool_t
lib/libc/rpc/pmap_prot2.c
89
bool_t
lib/libc/rpc/pmap_prot2.c
97
bool_t more_elements;
lib/libc/rpc/pmap_rmt.c
116
bool_t
lib/libc/rpc/pmap_rmt.c
148
bool_t
lib/libc/rpc/rpc_callmsg.c
52
bool_t
lib/libc/rpc/rpc_com.h
78
bool_t __rpc_control(int,void *);
lib/libc/rpc/rpc_com.h
82
bool_t __svc_clean_idle(fd_set *, int, bool_t);
lib/libc/rpc/rpc_com.h
83
bool_t __xdrrec_setnonblock(XDR *, int);
lib/libc/rpc/rpc_com.h
84
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
lib/libc/rpc/rpc_prot.c
134
bool_t
lib/libc/rpc/rpc_prot.c
172
bool_t
lib/libc/rpc/rpc_prot.c
200
bool_t
lib/libc/rpc/rpc_prot.c
66
bool_t
lib/libc/rpc/rpc_prot.c
82
bool_t
lib/libc/rpc/rpc_prot.c
97
bool_t
lib/libc/rpc/rpc_soc.c
319
static bool_t
lib/libc/rpc/rpc_soc.c
74
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpcb_clnt.c
1191
bool_t
lib/libc/rpc/rpcb_clnt.c
126
bool_t
lib/libc/rpc/rpcb_clnt.c
541
bool_t
lib/libc/rpc/rpcb_clnt.c
547
bool_t rslt = FALSE;
lib/libc/rpc/rpcb_clnt.c
600
bool_t
lib/libc/rpc/rpcb_clnt.c
604
bool_t rslt = FALSE;
lib/libc/rpc/rpcb_clnt.c
668
static bool_t
lib/libc/rpc/rpcb_clnt.c
728
static bool_t check_rpcbind = TRUE;
lib/libc/rpc/rpcb_clnt.c
90
extern bool_t xdr_wrapstring(XDR *, char **);
lib/libc/rpc/rpcb_prot.c
103
bool_t more_elements;
lib/libc/rpc/rpcb_prot.c
110
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/rpcb_prot.c
147
bool_t
lib/libc/rpc/rpcb_prot.c
150
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
157
bool_t
lib/libc/rpc/rpcb_prot.c
178
bool_t
lib/libc/rpc/rpcb_prot.c
186
bool_t more_elements;
lib/libc/rpc/rpcb_prot.c
193
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/rpcb_prot.c
231
bool_t
lib/libc/rpc/rpcb_prot.c
281
bool_t
lib/libc/rpc/rpcb_prot.c
284
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
297
bool_t
lib/libc/rpc/rpcb_prot.c
300
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
51
bool_t
lib/libc/rpc/rpcb_prot.c
95
bool_t
lib/libc/rpc/rpcb_st_xdr.c
193
bool_t
lib/libc/rpc/rpcb_st_xdr.c
203
bool_t
lib/libc/rpc/rpcb_st_xdr.c
213
bool_t
lib/libc/rpc/rpcb_st_xdr.c
223
bool_t
lib/libc/rpc/rpcb_st_xdr.c
249
bool_t
lib/libc/rpc/rpcb_st_xdr.c
48
bool_t
lib/libc/rpc/rpcb_st_xdr.c
82
bool_t
lib/libc/rpc/svc.c
137
__xprt_do_unregister(SVCXPRT *xprt, bool_t dolock)
lib/libc/rpc/svc.c
165
bool_t
lib/libc/rpc/svc.c
170
bool_t dummy;
lib/libc/rpc/svc.c
267
bool_t
lib/libc/rpc/svc.c
352
bool_t
lib/libc/rpc/svc.c
652
bool_t
lib/libc/rpc/svc.c
89
static void __xprt_do_unregister (SVCXPRT *xprt, bool_t dolock);
lib/libc/rpc/svc_dg.c
167
static bool_t
lib/libc/rpc/svc_dg.c
215
static bool_t
lib/libc/rpc/svc_dg.c
220
bool_t stat = FALSE;
lib/libc/rpc/svc_dg.c
239
static bool_t
lib/libc/rpc/svc_dg.c
245
static bool_t
lib/libc/rpc/svc_dg.c
274
static bool_t
lib/libc/rpc/svc_dg.c
73
static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
74
static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
75
static bool_t svc_dg_getargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_dg.c
76
static bool_t svc_dg_freeargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_dg.c
78
static bool_t svc_dg_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/svc_generic.c
189
bool_t madefd = FALSE; /* whether fd opened here */
lib/libc/rpc/svc_raw.c
117
static bool_t
lib/libc/rpc/svc_raw.c
141
static bool_t
lib/libc/rpc/svc_raw.c
166
static bool_t
lib/libc/rpc/svc_raw.c
182
static bool_t
lib/libc/rpc/svc_raw.c
208
static bool_t
lib/libc/rpc/svc_raw.c
69
static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_raw.c
70
static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_raw.c
71
static bool_t svc_raw_getargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_raw.c
72
static bool_t svc_raw_freeargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_raw.c
75
static bool_t svc_raw_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/svc_vc.c
101
bool_t nonblock;
lib/libc/rpc/svc_vc.c
278
static bool_t
lib/libc/rpc/svc_vc.c
405
static bool_t
lib/libc/rpc/svc_vc.c
412
static bool_t
lib/libc/rpc/svc_vc.c
559
static bool_t
lib/libc/rpc/svc_vc.c
587
static bool_t
lib/libc/rpc/svc_vc.c
597
static bool_t
lib/libc/rpc/svc_vc.c
611
static bool_t
lib/libc/rpc/svc_vc.c
616
bool_t rstat;
lib/libc/rpc/svc_vc.c
665
(bool_t (*)(SVCXPRT *, xdrproc_t, void *))abort;
lib/libc/rpc/svc_vc.c
667
(bool_t (*)(SVCXPRT *, struct rpc_msg *))abort;
lib/libc/rpc/svc_vc.c
669
(bool_t (*)(SVCXPRT *, xdrproc_t, void *))abort;
lib/libc/rpc/svc_vc.c
70
static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
706
bool_t
lib/libc/rpc/svc_vc.c
707
__svc_clean_idle(fd_set *fds, int timeout, bool_t cleanblock)
lib/libc/rpc/svc_vc.c
77
static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
78
static bool_t svc_vc_getargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_vc.c
79
static bool_t svc_vc_freeargs(SVCXPRT *, xdrproc_t, void *);
lib/libc/rpc/svc_vc.c
80
static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
83
static bool_t svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in);
lib/libc/rpc/svc_vc.c
84
static bool_t svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq,
lib/libc/xdr/xdr.c
101
bool_t
lib/libc/xdr/xdr.c
129
bool_t
lib/libc/xdr/xdr.c
159
bool_t
lib/libc/xdr/xdr.c
178
bool_t
lib/libc/xdr/xdr.c
198
bool_t
lib/libc/xdr/xdr.c
227
bool_t
lib/libc/xdr/xdr.c
256
bool_t
lib/libc/xdr/xdr.c
284
bool_t
lib/libc/xdr/xdr.c
312
bool_t
lib/libc/xdr/xdr.c
341
bool_t
lib/libc/xdr/xdr.c
369
bool_t
lib/libc/xdr/xdr.c
397
bool_t
lib/libc/xdr/xdr.c
426
bool_t
lib/libc/xdr/xdr.c
442
bool_t
lib/libc/xdr/xdr.c
458
bool_t
lib/libc/xdr/xdr.c
459
xdr_bool(XDR *xdrs, bool_t *bp)
lib/libc/xdr/xdr.c
486
bool_t
lib/libc/xdr/xdr.c
510
bool_t
lib/libc/xdr/xdr.c
559
bool_t
lib/libc/xdr/xdr.c
564
bool_t ret, allocated = FALSE;
lib/libc/xdr/xdr.c
620
bool_t
lib/libc/xdr/xdr.c
643
bool_t
lib/libc/xdr/xdr.c
688
bool_t
lib/libc/xdr/xdr.c
694
bool_t ret, allocated = FALSE;
lib/libc/xdr/xdr.c
762
bool_t
lib/libc/xdr/xdr.c
779
bool_t
lib/libc/xdr/xdr.c
810
bool_t
lib/libc/xdr/xdr.c
840
bool_t
lib/libc/xdr/xdr.c
871
bool_t
lib/libc/xdr/xdr.c
886
bool_t
lib/libc/xdr/xdr.c
90
bool_t
lib/libc/xdr/xdr.c
901
bool_t
lib/libc/xdr/xdr.c
916
bool_t
lib/libc/xdr/xdr_array.c
142
bool_t
lib/libc/xdr/xdr_array.c
69
bool_t
lib/libc/xdr/xdr_array.c
76
bool_t stat = TRUE;
lib/libc/xdr/xdr_float.c
61
bool_t
lib/libc/xdr/xdr_float.c
79
bool_t
lib/libc/xdr/xdr_float.c
83
bool_t rv;
lib/libc/xdr/xdr_mem.c
116
static bool_t
lib/libc/xdr/xdr_mem.c
128
static bool_t
lib/libc/xdr/xdr_mem.c
140
static bool_t
lib/libc/xdr/xdr_mem.c
154
static bool_t
lib/libc/xdr/xdr_mem.c
168
static bool_t
lib/libc/xdr/xdr_mem.c
180
static bool_t
lib/libc/xdr/xdr_mem.c
200
static bool_t
lib/libc/xdr/xdr_mem.c
58
static bool_t xdrmem_getlong_aligned(XDR *, long *);
lib/libc/xdr/xdr_mem.c
59
static bool_t xdrmem_putlong_aligned(XDR *, const long *);
lib/libc/xdr/xdr_mem.c
60
static bool_t xdrmem_getlong_unaligned(XDR *, long *);
lib/libc/xdr/xdr_mem.c
61
static bool_t xdrmem_putlong_unaligned(XDR *, const long *);
lib/libc/xdr/xdr_mem.c
62
static bool_t xdrmem_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_mem.c
63
static bool_t xdrmem_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_mem.c
66
static bool_t xdrmem_setpos(XDR *, u_int);
lib/libc/xdr/xdr_rec.c
119
bool_t frag_sent; /* true if buffer sent in middle of record */
lib/libc/xdr/xdr_rec.c
129
bool_t last_frag;
lib/libc/xdr/xdr_rec.c
133
bool_t nonblock;
lib/libc/xdr/xdr_rec.c
134
bool_t in_haveheader;
lib/libc/xdr/xdr_rec.c
144
static bool_t flush_out(RECSTREAM *, bool_t);
lib/libc/xdr/xdr_rec.c
145
static bool_t fill_input_buf(RECSTREAM *);
lib/libc/xdr/xdr_rec.c
146
static bool_t get_input_bytes(RECSTREAM *, char *, int);
lib/libc/xdr/xdr_rec.c
147
static bool_t set_input_fragment(RECSTREAM *);
lib/libc/xdr/xdr_rec.c
148
static bool_t skip_input_bytes(RECSTREAM *, long);
lib/libc/xdr/xdr_rec.c
149
static bool_t realloc_stream(RECSTREAM *, int);
lib/libc/xdr/xdr_rec.c
226
static bool_t
lib/libc/xdr/xdr_rec.c
248
static bool_t
lib/libc/xdr/xdr_rec.c
270
static bool_t /* must manage buffers, fragments, and records */
lib/libc/xdr/xdr_rec.c
295
static bool_t
lib/libc/xdr/xdr_rec.c
343
static bool_t
lib/libc/xdr/xdr_rec.c
428
bool_t
lib/libc/xdr/xdr_rec.c
463
bool_t
lib/libc/xdr/xdr_rec.c
486
bool_t
lib/libc/xdr/xdr_rec.c
487
xdrrec_endofrecord(XDR *xdrs, bool_t sendnow)
lib/libc/xdr/xdr_rec.c
510
bool_t
lib/libc/xdr/xdr_rec.c
511
__xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata)
lib/libc/xdr/xdr_rec.c
590
bool_t
lib/libc/xdr/xdr_rec.c
605
static bool_t
lib/libc/xdr/xdr_rec.c
606
flush_out(RECSTREAM *rstrm, bool_t eor)
lib/libc/xdr/xdr_rec.c
623
static bool_t /* knows nothing about records! Only about input buffers */
lib/libc/xdr/xdr_rec.c
645
static bool_t /* knows nothing about records! Only about input buffers */
lib/libc/xdr/xdr_rec.c
675
static bool_t /* next two bytes of the input stream are treated as a header */
lib/libc/xdr/xdr_rec.c
700
static bool_t /* consumes input bytes; knows nothing about records! */
lib/libc/xdr/xdr_rec.c
72
static bool_t xdrrec_getlong(XDR *, long *);
lib/libc/xdr/xdr_rec.c
73
static bool_t xdrrec_putlong(XDR *, const long *);
lib/libc/xdr/xdr_rec.c
732
static bool_t
lib/libc/xdr/xdr_rec.c
74
static bool_t xdrrec_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_rec.c
76
static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_rec.c
78
static bool_t xdrrec_setpos(XDR *, u_int);
lib/libc/xdr/xdr_reference.c
123
bool_t
lib/libc/xdr/xdr_reference.c
126
bool_t more_data;
lib/libc/xdr/xdr_reference.c
70
bool_t
lib/libc/xdr/xdr_reference.c
74
bool_t stat;
lib/libc/xdr/xdr_sizeof.c
129
bool_t stat;
lib/libc/xdr/xdr_sizeof.c
131
typedef bool_t (* dummyfunc1)(XDR *, long *);
lib/libc/xdr/xdr_sizeof.c
132
typedef bool_t (* dummyfunc2)(XDR *, caddr_t, u_int);
lib/libc/xdr/xdr_sizeof.c
49
static bool_t
lib/libc/xdr/xdr_sizeof.c
57
static bool_t
lib/libc/xdr/xdr_sizeof.c
71
static bool_t
lib/libc/xdr/xdr_stdio.c
104
static bool_t
lib/libc/xdr/xdr_stdio.c
115
static bool_t
lib/libc/xdr/xdr_stdio.c
125
static bool_t
lib/libc/xdr/xdr_stdio.c
134
static bool_t
lib/libc/xdr/xdr_stdio.c
151
static bool_t
lib/libc/xdr/xdr_stdio.c
54
static bool_t xdrstdio_getlong(XDR *, long *);
lib/libc/xdr/xdr_stdio.c
55
static bool_t xdrstdio_putlong(XDR *, const long *);
lib/libc/xdr/xdr_stdio.c
56
static bool_t xdrstdio_getbytes(XDR *, char *, u_int);
lib/libc/xdr/xdr_stdio.c
57
static bool_t xdrstdio_putbytes(XDR *, const char *, u_int);
lib/libc/xdr/xdr_stdio.c
59
static bool_t xdrstdio_setpos(XDR *, u_int);
lib/libc/yp/xdryp.c
51
bool_t
lib/libc/yp/xdryp.c
60
bool_t
lib/libc/yp/yplib.c
237
static bool_t
lib/libc/yp/yplib.c
52
bool_t xdr_ypresp_all_seq(XDR *, u_long *);
libexec/rpc.rstatd/rstat_proc.c
392
bool_t (*xdr_argument)(), (*xdr_result)();
libexec/rpc.rwalld/rwalld.c
166
bool_t (*xdr_argument)(), (*xdr_result)();
libexec/ypxfr/ypxfr_getmap.c
43
extern bool_t xdr_ypresp_all_seq(XDR *, unsigned long *);
libexec/ypxfr/ypxfrd_getmap.c
51
static bool_t
sys/dev/serial/sio/sio.c
1758
bool_t possibly_more_intrs;
sys/dev/serial/sio/sio.c
264
static bool_t sio_registered;
sys/dev/serial/sio/sio.c
2704
bool_t someopen;
sys/dev/serial/sio/sio.c
553
static bool_t already_init;
sys/dev/serial/sio/sio.c
558
bool_t failures[10];
sys/dev/serial/sio/sio_private.h
143
bool_t do_timestamp;
sys/dev/serial/sio/sio_private.h
144
bool_t do_dcd_timestamp;
sys/dev/serial/sio/sio_private.h
67
bool_t l_queued; /* nonzero if queued */
sys/dev/serial/sio/sio_private.h
74
bool_t active_out; /* nonzero if the callout device is open */
sys/dev/serial/sio/sio_private.h
77
bool_t esp; /* is this unit a hayes esp board? */
sys/dev/serial/sio/sio_private.h
81
bool_t hasfifo; /* nonzero for 16550 UARTs */
sys/dev/serial/sio/sio_private.h
82
bool_t st16650a; /* Is a Startech 16650A or RTS/CTS compat */
sys/dev/serial/sio/sio_private.h
83
bool_t loses_outints; /* nonzero if device loses output interrupts */
sys/dev/serial/sio/sio_private.h
86
bool_t multiport; /* is this unit part of a multiport device? */
sys/dev/serial/sio/sio_private.h
88
bool_t no_irq; /* nonzero if irq is not attached */
sys/dev/serial/sio/sio_private.h
89
bool_t gone; /* hardware disappeared */
sys/dev/serial/sio/sio_private.h
90
bool_t poll; /* nonzero if polling is required */
sys/dev/serial/sio/sio_private.h
91
bool_t poll_output; /* nonzero if polling for output is required */
sys/dev/video/bktr/bktr_core.c
2465
static bool_t notclipped (bktr_reg_t * bktr, int x, int width) {
sys/dev/video/bktr/bktr_core.c
2492
static bool_t getline(bktr_reg_t *bktr, int x ) {
sys/dev/video/bktr/bktr_core.c
2536
static bool_t split(bktr_reg_t * bktr, volatile uint32_t **dma_prog, int width ,
sys/dev/video/bktr/bktr_core.c
336
static bool_t getline(bktr_reg_t *, int);
sys/dev/video/bktr/bktr_core.c
337
static bool_t notclipped(bktr_reg_t * , int , int);
sys/dev/video/bktr/bktr_core.c
338
static bool_t split(bktr_reg_t *, volatile uint32_t **, int, u_long, int,
usr.bin/rpcgen/rpc_clntout.c
162
bool_t args2 = (proc->arg_num > 1);
usr.bin/rpcgen/rpc_parse.c
143
bool_t isvoid = FALSE; /* whether first argument is void */
usr.bin/rpcinfo/rpcinfo.c
130
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
150
static bool_t add_version(struct rpcbdump_short *, u_long);
usr.bin/rpcinfo/rpcinfo.c
151
static bool_t add_netid(struct rpcbdump_short *, char *);
usr.bin/rpcinfo/rpcinfo.c
578
static bool_t
usr.bin/rpcinfo/rpcinfo.c
621
static bool_t
usr.bin/rpcinfo/rpcinfo.c
640
static bool_t
usr.bin/rup/rup.c
84
static bool_t
usr.bin/ypwhich/ypwhich.c
59
extern bool_t xdr_domainname();
usr.sbin/bootparamd/callbootd/callbootd.c
51
bool_t
usr.sbin/rpc.ypxfrd/ypxfrd_server.c
54
static bool_t
usr.sbin/rpcbind/check_bound.c
133
bool_t
usr.sbin/rpcbind/check_bound.c
66
static bool_t check_bound(struct fdlist *, char *uaddr);
usr.sbin/rpcbind/check_bound.c
73
static bool_t
usr.sbin/rpcbind/pmap_svc.c
160
static bool_t
usr.sbin/rpcbind/pmap_svc.c
223
bool_t ans1, ans2;
usr.sbin/rpcbind/pmap_svc.c
254
static bool_t
usr.sbin/rpcbind/pmap_svc.c
335
static bool_t
usr.sbin/rpcbind/pmap_svc.c
55
static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
usr.sbin/rpcbind/pmap_svc.c
56
static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/pmap_svc.c
57
static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/rpcb_stat.c
85
rpcbs_set(rpcvers_t rtype, bool_t success)
usr.sbin/rpcbind/rpcb_stat.c
94
rpcbs_unset(rpcvers_t rtype, bool_t success)
usr.sbin/rpcbind/rpcb_svc_com.c
1054
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
1092
extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
usr.sbin/rpcbind/rpcb_svc_com.c
130
static bool_t ans;
usr.sbin/rpcbind/rpcb_svc_com.c
149
bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
218
static bool_t ans;
usr.sbin/rpcbind/rpcb_svc_com.c
237
bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
420
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
431
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
448
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
451
bool_t result;
usr.sbin/rpcbind/rpcb_svc_com.c
481
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
95
static bool_t xdr_encap_parms(XDR *, struct encap_parms *);
usr.sbin/rpcbind/rpcb_svc_com.c
96
static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
97
static bool_t xdr_rmtcall_result(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
98
static bool_t xdr_opaque_parms(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcbind.h
101
bool_t map_set(RPCB *, char *);
usr.sbin/rpcbind/rpcbind.h
102
bool_t map_unset(RPCB *, char *);
usr.sbin/rpcbind/rpcbind.h
82
bool_t is_bound(char *, char *);
usr.sbin/rpcbind/rpcbind.h
88
void rpcbs_set(rpcvers_t, bool_t);
usr.sbin/rpcbind/rpcbind.h
89
void rpcbs_unset(rpcvers_t, bool_t);
usr.sbin/rpcbind/warmstart.c
103
static bool_t
usr.sbin/rpcbind/warmstart.c
65
static bool_t write_struct(char *, xdrproc_t, void *);
usr.sbin/rpcbind/warmstart.c
66
static bool_t read_struct(char *, xdrproc_t, void *);
usr.sbin/rpcbind/warmstart.c
68
static bool_t
usr.sbin/ypbind/yp_ping.c
147
static bool_t *
usr.sbin/ypbind/yp_ping.c
150
static bool_t clnt_res;
usr.sbin/ypbind/yp_ping.c
166
static bool_t *
usr.sbin/ypbind/yp_ping.c
169
static bool_t clnt_res;
usr.sbin/ypbind/ypbind.c
289
bool_t (*xdr_argument)(), (*xdr_result)();
usr.sbin/ypbind/ypbind.c
610
bool_t
usr.sbin/ypbind/ypbind.c
611
broadcast_result(bool_t *out, struct sockaddr_in *addr)
usr.sbin/ypbind/ypbind.c
644
bool_t out = FALSE;
usr.sbin/ypbind/ypbind.c
759
bool_t out;
usr.sbin/ypbind/ypbind.c
90
extern bool_t xdr_domainname(), xdr_ypbind_resp();
usr.sbin/ypbind/ypbind.c
91
extern bool_t xdr_ypreq_key(), xdr_ypresp_val();
usr.sbin/ypbind/ypbind.c
92
extern bool_t xdr_ypbind_setdom();
usr.sbin/ypserv/yp_server.c
111
bool_t *
usr.sbin/ypserv/yp_server.c
114
static bool_t result;
usr.sbin/ypserv/yp_server.c
462
static bool_t
usr.sbin/ypserv/yp_server.c
793
bool_t *
usr.sbin/ypserv/yp_server.c
799
bool_t *
usr.sbin/ypserv/yp_server.c
89
bool_t *
usr.sbin/ypserv/yp_server.c
92
static bool_t result;
usr.sbin/ypset/ypset.c
49
extern bool_t xdr_domainname();