Symbol: bool_t
common/include/rpc/xdr.h
103
bool_t (*x_getlong)(struct __rpc_xdr *, long *);
common/include/rpc/xdr.h
105
bool_t (*x_putlong)(struct __rpc_xdr *, const long *);
common/include/rpc/xdr.h
107
bool_t (*x_getbytes)(struct __rpc_xdr *, char *, unsigned int);
common/include/rpc/xdr.h
109
bool_t (*x_putbytes)(struct __rpc_xdr *, const char *,
common/include/rpc/xdr.h
114
bool_t (*x_setpostn)(struct __rpc_xdr *, unsigned int);
common/include/rpc/xdr.h
119
bool_t (*x_control)(struct __rpc_xdr *, int, void *);
common/include/rpc/xdr.h
135
typedef bool_t (*xdrproc_t)(XDR *, const void *);
common/include/rpc/xdr.h
261
#define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
common/include/rpc/xdr.h
277
extern bool_t xdr_void(void);
common/include/rpc/xdr.h
278
extern bool_t xdr_int(XDR *, int *);
common/include/rpc/xdr.h
279
extern bool_t xdr_u_int(XDR *, unsigned int *);
common/include/rpc/xdr.h
280
extern bool_t xdr_long(XDR *, long *);
common/include/rpc/xdr.h
281
extern bool_t xdr_u_long(XDR *, unsigned long *);
common/include/rpc/xdr.h
282
extern bool_t xdr_short(XDR *, short *);
common/include/rpc/xdr.h
283
extern bool_t xdr_u_short(XDR *, unsigned short *);
common/include/rpc/xdr.h
284
extern bool_t xdr_int16_t(XDR *, int16_t *);
common/include/rpc/xdr.h
285
extern bool_t xdr_u_int16_t(XDR *, uint16_t *);
common/include/rpc/xdr.h
286
extern bool_t xdr_int32_t(XDR *, int32_t *);
common/include/rpc/xdr.h
287
extern bool_t xdr_u_int32_t(XDR *, uint32_t *);
common/include/rpc/xdr.h
288
extern bool_t xdr_int64_t(XDR *, int64_t *);
common/include/rpc/xdr.h
289
extern bool_t xdr_u_int64_t(XDR *, uint64_t *);
common/include/rpc/xdr.h
290
extern bool_t xdr_bool(XDR *, bool_t *);
common/include/rpc/xdr.h
291
extern bool_t xdr_enum(XDR *, enum_t *);
common/include/rpc/xdr.h
292
extern bool_t xdr_array(XDR *, char **, unsigned int *, unsigned int,
common/include/rpc/xdr.h
294
extern bool_t xdr_bytes(XDR *, char **, unsigned int *, unsigned int);
common/include/rpc/xdr.h
295
extern bool_t xdr_opaque(XDR *, char *, unsigned int);
common/include/rpc/xdr.h
296
extern bool_t xdr_string(XDR *, char **, unsigned int);
common/include/rpc/xdr.h
297
extern bool_t xdr_union(XDR *, enum_t *, char *, const struct xdr_discrim *, xdrproc_t);
common/include/rpc/xdr.h
298
extern bool_t xdr_char(XDR *, char *);
common/include/rpc/xdr.h
299
extern bool_t xdr_u_char(XDR *, unsigned char *);
common/include/rpc/xdr.h
300
extern bool_t xdr_vector(XDR *, char *, unsigned int, unsigned int,
common/include/rpc/xdr.h
302
extern bool_t xdr_float(XDR *, float *);
common/include/rpc/xdr.h
303
extern bool_t xdr_double(XDR *, double *);
common/include/rpc/xdr.h
304
extern bool_t xdr_quadruple(XDR *, long double *);
common/include/rpc/xdr.h
305
extern bool_t xdr_reference(XDR *, char **, unsigned int, xdrproc_t);
common/include/rpc/xdr.h
306
extern bool_t xdr_pointer(XDR *, char **, unsigned int, xdrproc_t);
common/include/rpc/xdr.h
307
extern bool_t xdr_wrapstring(XDR *, char **);
common/include/rpc/xdr.h
309
extern bool_t xdr_hyper(XDR *, longlong_t *);
common/include/rpc/xdr.h
310
extern bool_t xdr_u_hyper(XDR *, u_longlong_t *);
common/include/rpc/xdr.h
311
extern bool_t xdr_longlong_t(XDR *, longlong_t *);
common/include/rpc/xdr.h
312
extern bool_t xdr_u_longlong_t(XDR *, u_longlong_t *);
common/include/rpc/xdr.h
326
extern bool_t xdr_netobj(XDR *, struct netobj *);
common/include/rpc/xdr.h
335
bool_t xc_is_last_record;
common/include/rpc/xdr.h
360
extern bool_t xdrrec_endofrecord(XDR *, int);
common/include/rpc/xdr.h
363
extern bool_t xdrrec_skiprecord(XDR *);
common/include/rpc/xdr.h
366
extern bool_t xdrrec_eof(XDR *);
common/lib/libc/rpc/xdr.c
135
bool_t
common/lib/libc/rpc/xdr.c
145
bool_t
common/lib/libc/rpc/xdr.c
176
bool_t
common/lib/libc/rpc/xdr.c
209
bool_t
common/lib/libc/rpc/xdr.c
232
bool_t
common/lib/libc/rpc/xdr.c
256
bool_t
common/lib/libc/rpc/xdr.c
288
bool_t
common/lib/libc/rpc/xdr.c
320
bool_t
common/lib/libc/rpc/xdr.c
351
bool_t
common/lib/libc/rpc/xdr.c
383
bool_t
common/lib/libc/rpc/xdr.c
414
bool_t
common/lib/libc/rpc/xdr.c
446
bool_t
common/lib/libc/rpc/xdr.c
465
bool_t
common/lib/libc/rpc/xdr.c
484
bool_t
common/lib/libc/rpc/xdr.c
485
xdr_bool(XDR *xdrs, bool_t *bp)
common/lib/libc/rpc/xdr.c
515
bool_t
common/lib/libc/rpc/xdr.c
548
bool_t
common/lib/libc/rpc/xdr.c
599
bool_t
common/lib/libc/rpc/xdr.c
604
bool_t ret, allocated = FALSE;
common/lib/libc/rpc/xdr.c
666
bool_t
common/lib/libc/rpc/xdr.c
687
bool_t
common/lib/libc/rpc/xdr.c
743
bool_t
common/lib/libc/rpc/xdr.c
750
bool_t ret, allocated = FALSE;
common/lib/libc/rpc/xdr.c
827
bool_t
common/lib/libc/rpc/xdr.c
850
bool_t
common/lib/libc/rpc/xdr.c
886
bool_t
common/lib/libc/rpc/xdr.c
920
bool_t
common/lib/libc/rpc/xdr.c
938
bool_t
common/lib/libc/rpc/xdr.c
956
bool_t
common/lib/libc/rpc/xdr.c
974
bool_t
common/lib/libc/rpc/xdr_array.c
159
bool_t
common/lib/libc/rpc/xdr_array.c
87
bool_t
common/lib/libc/rpc/xdr_array.c
94
bool_t stat = TRUE;
common/lib/libc/rpc/xdr_mem.c
140
static bool_t
common/lib/libc/rpc/xdr_mem.c
152
static bool_t
common/lib/libc/rpc/xdr_mem.c
164
static bool_t
common/lib/libc/rpc/xdr_mem.c
178
static bool_t
common/lib/libc/rpc/xdr_mem.c
192
static bool_t
common/lib/libc/rpc/xdr_mem.c
204
static bool_t
common/lib/libc/rpc/xdr_mem.c
224
static bool_t
common/lib/libc/rpc/xdr_mem.c
258
static bool_t
common/lib/libc/rpc/xdr_mem.c
81
static bool_t xdrmem_getlong_aligned(XDR *, long *);
common/lib/libc/rpc/xdr_mem.c
82
static bool_t xdrmem_putlong_aligned(XDR *, const long *);
common/lib/libc/rpc/xdr_mem.c
83
static bool_t xdrmem_getlong_unaligned(XDR *, long *);
common/lib/libc/rpc/xdr_mem.c
84
static bool_t xdrmem_putlong_unaligned(XDR *, const long *);
common/lib/libc/rpc/xdr_mem.c
85
static bool_t xdrmem_getbytes(XDR *, char *, u_int);
common/lib/libc/rpc/xdr_mem.c
86
static bool_t xdrmem_putbytes(XDR *, const char *, u_int);
common/lib/libc/rpc/xdr_mem.c
89
static bool_t xdrmem_setpos(XDR *, u_int);
common/lib/libc/rpc/xdr_mem.c
92
static bool_t xdrmem_control(XDR *xdrs, int request, void *info);
include/rpc/auth.h
174
extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
include/rpc/auth.h
81
extern bool_t xdr_des_block(XDR *, des_block *);
include/rpc/auth_unix.h
71
extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
include/rpc/clnt.h
154
bool_t (*cl_freeres)(struct __rpc_client *,
include/rpc/clnt.h
159
bool_t (*cl_control)(struct __rpc_client *,
include/rpc/clnt.h
524
typedef bool_t (*resultproc_t)(caddr_t, ...);
include/rpc/pmap_clnt.h
69
extern bool_t pmap_set(unsigned long, unsigned long, int, int);
include/rpc/pmap_clnt.h
70
extern bool_t pmap_unset(unsigned long, unsigned long);
include/rpc/pmap_prot.h
101
extern bool_t xdr_pmap (XDR *, struct pmap *);
include/rpc/pmap_prot.h
102
extern bool_t xdr_pmaplist (XDR *, struct pmaplist **);
include/rpc/pmap_prot.h
103
extern bool_t xdr_pmaplist_ptr (XDR *, struct pmaplist *);
include/rpc/pmap_rmt.h
60
extern bool_t xdr_rmtcall_args (XDR *, struct rmtcallargs *);
include/rpc/pmap_rmt.h
61
extern bool_t xdr_rmtcallres (XDR *, struct rmtcallres *);
include/rpc/rpc_com.h
55
bool_t rpc_control(int, void *);
include/rpc/rpc_msg.h
169
extern bool_t xdr_callmsg (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
177
extern bool_t xdr_callhdr (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
185
extern bool_t xdr_replymsg (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
194
extern bool_t xdr_accepted_reply (XDR *, struct accepted_reply *);
include/rpc/rpc_msg.h
202
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
79
extern bool_t rpcb_getaddr(const rpcprog_t, const rpcvers_t,
include/rpc/rpcb_clnt.h
83
extern bool_t rpcb_gettime(const char *, time_t *)
include/rpc/svc.h
100
bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc.h
102
bool_t (*xp_freeargs)(struct __rpc_svcxprt *, xdrproc_t,
include/rpc/svc.h
112
bool_t (*xp_control)(struct __rpc_svcxprt *,
include/rpc/svc.h
201
extern bool_t svc_reg(SVCXPRT *, const rpcprog_t, const rpcvers_t,
include/rpc/svc.h
225
extern bool_t xprt_register (SVCXPRT *);
include/rpc/svc.h
266
extern bool_t svc_sendreply (SVCXPRT *, xdrproc_t, const char *);
include/rpc/svc.h
93
bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc.h
97
bool_t (*xp_getargs)(struct __rpc_svcxprt *, xdrproc_t,
include/rpc/svc_soc.h
67
extern bool_t svc_register(SVCXPRT *, unsigned long, unsigned long,
include/rpcsvc/yp_prot.h
309
bool_t xdr_domainname(XDR *, char *); /* obsolete */
include/rpcsvc/yp_prot.h
310
bool_t xdr_peername(XDR *, char *); /* obsolete */
include/rpcsvc/yp_prot.h
311
bool_t xdr_mapname(XDR *, char *); /* obsolete */
include/rpcsvc/yp_prot.h
312
bool_t xdr_datum(XDR *, datum *);
include/rpcsvc/yp_prot.h
313
bool_t xdr_ypdomain_wrap_string(XDR *, char **);
include/rpcsvc/yp_prot.h
314
bool_t xdr_ypmap_wrap_string(XDR *, char **);
include/rpcsvc/yp_prot.h
315
bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
include/rpcsvc/yp_prot.h
316
bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
include/rpcsvc/yp_prot.h
317
bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
include/rpcsvc/yp_prot.h
318
bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
include/rpcsvc/yp_prot.h
319
bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
include/rpcsvc/yp_prot.h
320
bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
include/rpcsvc/yp_prot.h
321
bool_t xdr_ypowner_wrap_string(XDR *, char **);
include/rpcsvc/yp_prot.h
322
bool_t xdr_yppushresp_xfr(XDR *, struct yppushresp_xfr *);
include/rpcsvc/yp_prot.h
323
bool_t xdr_ypresp_order(XDR *, struct ypresp_order *);
include/rpcsvc/yp_prot.h
324
bool_t xdr_ypresp_master(XDR *, struct ypresp_master *);
include/rpcsvc/yp_prot.h
325
bool_t xdr_ypall(XDR *, struct ypall_callback *);
include/rpcsvc/yp_prot.h
326
bool_t xdr_ypresp_maplist(XDR *, struct ypresp_maplist *);
include/rpcsvc/yp_prot.h
327
bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
include/rpcsvc/yp_prot.h
328
bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
include/rpcsvc/yp_prot.h
329
bool_t xdr_ypmaplist(XDR *, struct ypmaplist *);
include/rpcsvc/yp_prot.h
330
bool_t xdr_yp_inaddr(XDR *, struct in_addr *);
lib/libc/compat/include/rpc/rpcb_clnt.h
48
extern bool_t rpcb_gettime(const char *, int32_t *);
lib/libc/compat/include/rpc/rpcb_clnt.h
53
extern bool_t __rpcb_gettime50(const char *, time_t *);
lib/libc/compat/rpc/compat_rpcb.c
76
bool_t
lib/libc/compat/rpc/compat_rpcb.c
80
bool_t rv = __rpcb_gettime50(name, &t);
lib/libc/rpc/auth_none.c
119
static bool_t
lib/libc/rpc/auth_none.c
139
static bool_t
lib/libc/rpc/auth_none.c
147
static bool_t
lib/libc/rpc/auth_none.c
71
static bool_t authnone_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_none.c
73
static bool_t authnone_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_none.c
74
static bool_t authnone_refresh(AUTH *);
lib/libc/rpc/auth_unix.c
240
static bool_t
lib/libc/rpc/auth_unix.c
252
static bool_t
lib/libc/rpc/auth_unix.c
284
static bool_t
lib/libc/rpc/auth_unix.c
83
static bool_t authunix_marshal(AUTH *, XDR *);
lib/libc/rpc/auth_unix.c
84
static bool_t authunix_validate(AUTH *, struct opaque_auth *);
lib/libc/rpc/auth_unix.c
85
static bool_t authunix_refresh(AUTH *);
lib/libc/rpc/authunix_prot.c
67
bool_t
lib/libc/rpc/clnt_bcast.c
539
bool_t done = FALSE;
lib/libc/rpc/clnt_dg.c
129
bool_t cu_closeit; /* opened by library */
lib/libc/rpc/clnt_dg.c
323
bool_t ok;
lib/libc/rpc/clnt_dg.c
518
static bool_t
lib/libc/rpc/clnt_dg.c
523
bool_t dummy;
lib/libc/rpc/clnt_dg.c
552
static bool_t
lib/libc/rpc/clnt_dg.c
756
static bool_t
lib/libc/rpc/clnt_dg.c
79
static bool_t time_not_ok(struct timeval *);
lib/libc/rpc/clnt_dg.c
83
static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, caddr_t);
lib/libc/rpc/clnt_dg.c
85
static bool_t clnt_dg_control(CLIENT *, u_int, char *);
lib/libc/rpc/clnt_generic.c
301
bool_t madefd = FALSE; /* whether fd opened here */
lib/libc/rpc/clnt_raw.c
259
static bool_t
lib/libc/rpc/clnt_raw.c
264
bool_t rval;
lib/libc/rpc/clnt_raw.c
268
rval = (bool_t) RPC_FAILED;
lib/libc/rpc/clnt_raw.c
284
static bool_t
lib/libc/rpc/clnt_raw.c
91
static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, caddr_t);
lib/libc/rpc/clnt_raw.c
93
static bool_t clnt_raw_control(CLIENT *, u_int, char *);
lib/libc/rpc/clnt_vc.c
105
bool_t ct_closeit;
lib/libc/rpc/clnt_vc.c
107
bool_t ct_waitset; /* wait set by clnt_control? */
lib/libc/rpc/clnt_vc.c
357
bool_t shipnow;
lib/libc/rpc/clnt_vc.c
487
static bool_t
lib/libc/rpc/clnt_vc.c
496
bool_t dummy;
lib/libc/rpc/clnt_vc.c
530
static bool_t
lib/libc/rpc/clnt_vc.c
786
static bool_t
lib/libc/rpc/clnt_vc.c
94
static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, caddr_t);
lib/libc/rpc/clnt_vc.c
96
static bool_t clnt_vc_control(CLIENT *, u_int, char *);
lib/libc/rpc/clnt_vc.c
99
static bool_t time_not_ok(struct timeval *);
lib/libc/rpc/pmap_clnt.c
102
bool_t
lib/libc/rpc/pmap_clnt.c
106
bool_t udp_rslt = FALSE;
lib/libc/rpc/pmap_clnt.c
107
bool_t tcp_rslt = FALSE;
lib/libc/rpc/pmap_clnt.c
70
bool_t
lib/libc/rpc/pmap_clnt.c
73
bool_t rslt;
lib/libc/rpc/pmap_prot.c
64
bool_t
lib/libc/rpc/pmap_prot2.c
101
bool_t
lib/libc/rpc/pmap_prot2.c
109
bool_t more_elements;
lib/libc/rpc/pmap_prot2.c
119
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/pmap_prot2.c
143
bool_t
lib/libc/rpc/pmap_rmt.c
130
bool_t
lib/libc/rpc/pmap_rmt.c
162
bool_t
lib/libc/rpc/rpc_callmsg.c
68
bool_t
lib/libc/rpc/rpc_internal.h
36
bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
lib/libc/rpc/rpc_internal.h
37
bool_t __xdrrec_setnonblock(XDR *, int);
lib/libc/rpc/rpc_internal.h
39
bool_t __svc_clean_idle(fd_set *, int, bool_t);
lib/libc/rpc/rpc_internal.h
57
bool_t __rpc_control(int, void *);
lib/libc/rpc/rpc_prot.c
115
bool_t
lib/libc/rpc/rpc_prot.c
149
bool_t
lib/libc/rpc/rpc_prot.c
181
bool_t
lib/libc/rpc/rpc_prot.c
203
bool_t
lib/libc/rpc/rpc_prot.c
83
bool_t
lib/libc/rpc/rpc_prot.c
99
bool_t
lib/libc/rpc/rpc_soc.c
102
static bool_t rpc_wrap_bcast(char *, struct netbuf *, struct netconfig *);
lib/libc/rpc/rpc_soc.c
364
static bool_t
lib/libc/rpc/rpcb_clnt.c
1140
bool_t
lib/libc/rpc/rpcb_clnt.c
124
bool_t
lib/libc/rpc/rpcb_clnt.c
531
bool_t
lib/libc/rpc/rpcb_clnt.c
537
bool_t rslt = FALSE;
lib/libc/rpc/rpcb_clnt.c
591
bool_t
lib/libc/rpc/rpcb_clnt.c
595
bool_t rslt = FALSE;
lib/libc/rpc/rpcb_clnt.c
978
bool_t
lib/libc/rpc/rpcb_prot.c
124
bool_t
lib/libc/rpc/rpcb_prot.c
132
bool_t more_elements;
lib/libc/rpc/rpcb_prot.c
144
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/rpcb_prot.c
181
bool_t
lib/libc/rpc/rpcb_prot.c
184
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
191
bool_t
lib/libc/rpc/rpcb_prot.c
215
bool_t
lib/libc/rpc/rpcb_prot.c
223
bool_t more_elements;
lib/libc/rpc/rpcb_prot.c
235
more_elements = (bool_t)(*rp != NULL);
lib/libc/rpc/rpcb_prot.c
273
bool_t
lib/libc/rpc/rpcb_prot.c
325
bool_t
lib/libc/rpc/rpcb_prot.c
328
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
343
bool_t
lib/libc/rpc/rpcb_prot.c
346
bool_t dummy;
lib/libc/rpc/rpcb_prot.c
77
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
233
bool_t
lib/libc/rpc/rpcb_st_xdr.c
243
bool_t
lib/libc/rpc/rpcb_st_xdr.c
271
bool_t
lib/libc/rpc/rpcb_st_xdr.c
66
bool_t
lib/libc/rpc/rpcb_st_xdr.c
99
bool_t
lib/libc/rpc/svc.c
121
static void __xprt_do_unregister(SVCXPRT *xprt, bool_t dolock);
lib/libc/rpc/svc.c
125
static bool_t
lib/libc/rpc/svc.c
170
bool_t
lib/libc/rpc/svc.c
212
__xprt_do_unregister(SVCXPRT *xprt, bool_t dolock)
lib/libc/rpc/svc.c
247
bool_t
lib/libc/rpc/svc.c
252
bool_t dummy;
lib/libc/rpc/svc.c
356
bool_t
lib/libc/rpc/svc.c
442
bool_t
lib/libc/rpc/svc.c
796
bool_t
lib/libc/rpc/svc_dg.c
183
static bool_t
lib/libc/rpc/svc_dg.c
237
static bool_t
lib/libc/rpc/svc_dg.c
242
bool_t stat = FALSE;
lib/libc/rpc/svc_dg.c
267
static bool_t
lib/libc/rpc/svc_dg.c
273
static bool_t
lib/libc/rpc/svc_dg.c
309
static bool_t
lib/libc/rpc/svc_dg.c
86
static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
87
static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
88
static bool_t svc_dg_getargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_dg.c
89
static bool_t svc_dg_freeargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_dg.c
91
static bool_t svc_dg_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/svc_generic.c
206
bool_t madefd = FALSE; /* whether fd opened here */
lib/libc/rpc/svc_raw.c
139
static bool_t
lib/libc/rpc/svc_raw.c
163
static bool_t
lib/libc/rpc/svc_raw.c
188
static bool_t
lib/libc/rpc/svc_raw.c
204
static bool_t
lib/libc/rpc/svc_raw.c
230
static bool_t
lib/libc/rpc/svc_raw.c
85
static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_raw.c
86
static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_raw.c
87
static bool_t svc_raw_getargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_raw.c
88
static bool_t svc_raw_freeargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_raw.c
91
static bool_t svc_raw_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/svc_vc.c
112
bool_t nonblock;
lib/libc/rpc/svc_vc.c
301
static bool_t
lib/libc/rpc/svc_vc.c
428
static bool_t
lib/libc/rpc/svc_vc.c
435
static bool_t
lib/libc/rpc/svc_vc.c
624
static bool_t
lib/libc/rpc/svc_vc.c
652
static bool_t
lib/libc/rpc/svc_vc.c
663
static bool_t
lib/libc/rpc/svc_vc.c
677
static bool_t
lib/libc/rpc/svc_vc.c
682
bool_t rstat;
lib/libc/rpc/svc_vc.c
731
(bool_t (*)(SVCXPRT *, xdrproc_t, caddr_t))abort;
lib/libc/rpc/svc_vc.c
733
(bool_t (*)(SVCXPRT *, struct rpc_msg *))abort;
lib/libc/rpc/svc_vc.c
735
(bool_t (*)(SVCXPRT *, xdrproc_t, caddr_t))abort;
lib/libc/rpc/svc_vc.c
749
bool_t
lib/libc/rpc/svc_vc.c
751
__svc_clean_idle(fd_set *fds __unused, int timeout, bool_t cleanblock)
lib/libc/rpc/svc_vc.c
82
static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
89
static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
90
static bool_t svc_vc_getargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_vc.c
91
static bool_t svc_vc_freeargs(SVCXPRT *, xdrproc_t, caddr_t);
lib/libc/rpc/svc_vc.c
92
static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
95
static bool_t svc_vc_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/svc_vc.c
96
static bool_t svc_vc_rendezvous_control(SVCXPRT *, const u_int, void *);
lib/libc/rpc/xdr_float.c
111
bool_t
lib/libc/rpc/xdr_float.c
211
bool_t
lib/libc/rpc/xdr_float.c
216
bool_t rv;
lib/libc/rpc/xdr_rec.c
137
bool_t frag_sent; /* true if buffer sent in middle of record */
lib/libc/rpc/xdr_rec.c
147
bool_t last_frag;
lib/libc/rpc/xdr_rec.c
151
bool_t nonblock;
lib/libc/rpc/xdr_rec.c
152
bool_t in_haveheader;
lib/libc/rpc/xdr_rec.c
162
static bool_t flush_out(RECSTREAM *, bool_t);
lib/libc/rpc/xdr_rec.c
163
static bool_t fill_input_buf(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
164
static bool_t get_input_bytes(RECSTREAM *, char *, u_int);
lib/libc/rpc/xdr_rec.c
165
static bool_t set_input_fragment(RECSTREAM *);
lib/libc/rpc/xdr_rec.c
166
static bool_t skip_input_bytes(RECSTREAM *, long);
lib/libc/rpc/xdr_rec.c
167
static bool_t realloc_stream(RECSTREAM *, int);
lib/libc/rpc/xdr_rec.c
249
static bool_t
lib/libc/rpc/xdr_rec.c
271
static bool_t
lib/libc/rpc/xdr_rec.c
293
static bool_t /* must manage buffers, fragments, and records */
lib/libc/rpc/xdr_rec.c
318
static bool_t
lib/libc/rpc/xdr_rec.c
367
static bool_t
lib/libc/rpc/xdr_rec.c
453
bool_t
lib/libc/rpc/xdr_rec.c
487
bool_t
lib/libc/rpc/xdr_rec.c
510
bool_t
lib/libc/rpc/xdr_rec.c
534
bool_t
lib/libc/rpc/xdr_rec.c
535
__xdrrec_getrec(XDR *xdrs, enum xprt_stat *statp, bool_t expectdata)
lib/libc/rpc/xdr_rec.c
614
bool_t
lib/libc/rpc/xdr_rec.c
630
static bool_t
lib/libc/rpc/xdr_rec.c
631
flush_out(RECSTREAM *rstrm, bool_t eor)
lib/libc/rpc/xdr_rec.c
648
static bool_t /* knows nothing about records! Only about input buffers */
lib/libc/rpc/xdr_rec.c
669
static bool_t /* knows nothing about records! Only about input buffers */
lib/libc/rpc/xdr_rec.c
701
static bool_t /* next two bytes of the input stream are treated as a header */
lib/libc/rpc/xdr_rec.c
727
static bool_t /* consumes input bytes; knows nothing about records! */
lib/libc/rpc/xdr_rec.c
759
static bool_t
lib/libc/rpc/xdr_rec.c
90
static bool_t xdrrec_getlong(XDR *, long *);
lib/libc/rpc/xdr_rec.c
91
static bool_t xdrrec_putlong(XDR *, const long *);
lib/libc/rpc/xdr_rec.c
92
static bool_t xdrrec_getbytes(XDR *, char *, u_int);
lib/libc/rpc/xdr_rec.c
94
static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
lib/libc/rpc/xdr_rec.c
96
static bool_t xdrrec_setpos(XDR *, u_int);
lib/libc/rpc/xdr_reference.c
130
bool_t
lib/libc/rpc/xdr_reference.c
134
bool_t more_data;
lib/libc/rpc/xdr_reference.c
77
bool_t
lib/libc/rpc/xdr_reference.c
81
bool_t stat;
lib/libc/rpc/xdr_sizeof.c
146
bool_t stat;
lib/libc/rpc/xdr_sizeof.c
148
typedef bool_t (* dummyfunc1)(XDR *, long *);
lib/libc/rpc/xdr_sizeof.c
149
typedef bool_t (* dummyfunc2)(XDR *, caddr_t, u_int);
lib/libc/rpc/xdr_sizeof.c
57
static bool_t x_putlong(XDR *, const long *);
lib/libc/rpc/xdr_sizeof.c
58
static bool_t x_putbytes(XDR *, const char *, u_int);
lib/libc/rpc/xdr_sizeof.c
60
static bool_t x_setpostn(XDR *, u_int);
lib/libc/rpc/xdr_sizeof.c
66
static bool_t
lib/libc/rpc/xdr_sizeof.c
74
static bool_t
lib/libc/rpc/xdr_sizeof.c
88
static bool_t
lib/libc/rpc/xdr_stdio.c
117
static bool_t
lib/libc/rpc/xdr_stdio.c
128
static bool_t
lib/libc/rpc/xdr_stdio.c
138
static bool_t
lib/libc/rpc/xdr_stdio.c
147
static bool_t
lib/libc/rpc/xdr_stdio.c
164
static bool_t
lib/libc/rpc/xdr_stdio.c
67
static bool_t xdrstdio_getlong(XDR *, long *);
lib/libc/rpc/xdr_stdio.c
68
static bool_t xdrstdio_putlong(XDR *, const long *);
lib/libc/rpc/xdr_stdio.c
69
static bool_t xdrstdio_getbytes(XDR *, char *, u_int);
lib/libc/rpc/xdr_stdio.c
70
static bool_t xdrstdio_putbytes(XDR *, const char *, u_int);
lib/libc/rpc/xdr_stdio.c
72
static bool_t xdrstdio_setpos(XDR *, u_int);
lib/libc/yp/xdryp.c
118
static bool_t xdr_ypbind_binding(XDR *, struct ypbind_binding *);
lib/libc/yp/xdryp.c
119
static bool_t xdr_ypbind_resptype(XDR *, enum ypbind_resptype *);
lib/libc/yp/xdryp.c
120
static bool_t xdr_ypstat(XDR *, enum ypbind_resptype *);
lib/libc/yp/xdryp.c
121
static bool_t xdr_ypmaplist_str(XDR *, char *);
lib/libc/yp/xdryp.c
126
bool_t
lib/libc/yp/xdryp.c
139
bool_t
lib/libc/yp/xdryp.c
152
bool_t
lib/libc/yp/xdryp.c
162
bool_t
lib/libc/yp/xdryp.c
172
bool_t
lib/libc/yp/xdryp.c
182
bool_t
lib/libc/yp/xdryp.c
192
bool_t
lib/libc/yp/xdryp.c
203
bool_t
lib/libc/yp/xdryp.c
222
bool_t
lib/libc/yp/xdryp.c
238
bool_t
lib/libc/yp/xdryp.c
249
static bool_t
lib/libc/yp/xdryp.c
266
static bool_t
lib/libc/yp/xdryp.c
276
static bool_t
lib/libc/yp/xdryp.c
286
bool_t
lib/libc/yp/xdryp.c
311
bool_t
lib/libc/yp/xdryp.c
327
bool_t
lib/libc/yp/xdryp.c
349
bool_t
lib/libc/yp/xdryp.c
368
bool_t
lib/libc/yp/xdryp.c
373
bool_t more, status;
lib/libc/yp/xdryp.c
414
bool_t
lib/libc/yp/xdryp.c
430
static bool_t
lib/libc/yp/xdryp.c
440
bool_t
lib/libc/yp/xdryp.c
457
bool_t
lib/libc/yp/xdryp.c
474
bool_t
lib/libc/yp/xdryp.c
490
bool_t
lib/libc/yp/xdryp.c
512
bool_t
lib/libc/yp/xdryp.c
534
bool_t
lib/libc/yp/yp_match.c
130
static bool_t
lib/libc/yp/yp_match.c
63
static bool_t ypmatch_add(const char *, const char *, int, char *, int);
lib/libc/yp/yp_match.c
64
static bool_t ypmatch_find(const char *, const char *, int, const char **,
lib/libc/yp/yp_match.c
67
static bool_t
sys/dev/pci/bktr/bktr_core.c
2590
static bool_t notclipped (bktr_reg_t * bktr, int x, int width) {
sys/dev/pci/bktr/bktr_core.c
2617
static bool_t getline(bktr_reg_t *bktr, int x) {
sys/dev/pci/bktr/bktr_core.c
2661
static bool_t split(bktr_reg_t * bktr, volatile u_int **dma_prog, int width ,
sys/dev/pci/bktr/bktr_core.c
435
static bool_t getline(bktr_reg_t *, int);
sys/dev/pci/bktr/bktr_core.c
436
static bool_t notclipped(bktr_reg_t * , int , int);
sys/dev/pci/bktr/bktr_core.c
437
static bool_t split(bktr_reg_t *, volatile u_int **, int, u_int, int,
sys/fs/nfs/common/nfs_fha.c
476
bool_t first, hfirst;
sys/fs/nfs/nlm/nlm.h
104
extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver);
sys/fs/nfs/nlm/nlm.h
171
struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp);
sys/fs/nfs/nlm/nlm_advlock.c
126
bool_t nf_printed;
sys/fs/nfs/nlm/nlm_advlock.c
198
int flags, bool_t reclaim, bool_t unlock_vp)
sys/fs/nfs/nlm/nlm_advlock.c
66
bool_t ns_active; /* TRUE if we own a lock */
sys/fs/nfs/nlm/nlm_advlock.c
763
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim)
sys/fs/nfs/nlm/nlm_advlock.c
81
int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim);
sys/fs/nfs/nlm/nlm_prot.h
138
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
176
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
219
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
232
bool_t block;
sys/fs/nfs/nlm/nlm_prot.h
233
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
235
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
242
bool_t block;
sys/fs/nfs/nlm/nlm_prot.h
243
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
257
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
286
extern bool_t nlm_sm_notify_0_svc(struct nlm_sm_status *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
291
extern bool_t nlm_test_1_svc(struct nlm_testargs *, nlm_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
294
extern bool_t nlm_lock_1_svc(struct nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
297
extern bool_t nlm_cancel_1_svc(struct nlm_cancargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
300
extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
303
extern bool_t nlm_granted_1_svc(struct nlm_testargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
306
extern bool_t nlm_test_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
309
extern bool_t nlm_lock_msg_1_svc(struct nlm_lockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
312
extern bool_t nlm_cancel_msg_1_svc(struct nlm_cancargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
315
extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
318
extern bool_t nlm_granted_msg_1_svc(struct nlm_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
32
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
321
extern bool_t nlm_test_res_1_svc(nlm_testres *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
324
extern bool_t nlm_lock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
327
extern bool_t nlm_cancel_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
330
extern bool_t nlm_unlock_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
333
extern bool_t nlm_granted_res_1_svc(nlm_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
339
extern bool_t nlm_share_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
342
extern bool_t nlm_unshare_3_svc(nlm_shareargs *, nlm_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
345
extern bool_t nlm_nm_lock_3_svc(nlm_lockargs *, nlm_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
348
extern bool_t nlm_free_all_3_svc(nlm_notify *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
354
extern bool_t nlm4_test_4_svc(nlm4_testargs *, nlm4_testres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
357
extern bool_t nlm4_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
360
extern bool_t nlm4_cancel_4_svc(nlm4_cancargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
363
extern bool_t nlm4_unlock_4_svc(nlm4_unlockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
366
extern bool_t nlm4_granted_4_svc(nlm4_testargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
369
extern bool_t nlm4_test_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
372
extern bool_t nlm4_lock_msg_4_svc(nlm4_lockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
375
extern bool_t nlm4_cancel_msg_4_svc(nlm4_cancargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
378
extern bool_t nlm4_unlock_msg_4_svc(nlm4_unlockargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
381
extern bool_t nlm4_granted_msg_4_svc(nlm4_testargs *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
384
extern bool_t nlm4_test_res_4_svc(nlm4_testres *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
387
extern bool_t nlm4_lock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
390
extern bool_t nlm4_cancel_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
393
extern bool_t nlm4_unlock_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
396
extern bool_t nlm4_granted_res_4_svc(nlm4_res *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
399
extern bool_t nlm4_share_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
402
extern bool_t nlm4_unshare_4_svc(nlm4_shareargs *, nlm4_shareres *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
405
extern bool_t nlm4_nm_lock_4_svc(nlm4_lockargs *, nlm4_res *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
408
extern bool_t nlm4_free_all_4_svc(nlm4_notify *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot.h
412
extern bool_t xdr_nlm_stats(XDR *, nlm_stats*);
sys/fs/nfs/nlm/nlm_prot.h
413
extern bool_t xdr_nlm_holder(XDR *, nlm_holder*);
sys/fs/nfs/nlm/nlm_prot.h
414
extern bool_t xdr_nlm_testrply(XDR *, nlm_testrply*);
sys/fs/nfs/nlm/nlm_prot.h
415
extern bool_t xdr_nlm_stat(XDR *, nlm_stat*);
sys/fs/nfs/nlm/nlm_prot.h
416
extern bool_t xdr_nlm_res(XDR *, nlm_res*);
sys/fs/nfs/nlm/nlm_prot.h
417
extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
sys/fs/nfs/nlm/nlm_prot.h
418
extern bool_t xdr_nlm_lock(XDR *, nlm_lock*);
sys/fs/nfs/nlm/nlm_prot.h
419
extern bool_t xdr_nlm_lockargs(XDR *, nlm_lockargs*);
sys/fs/nfs/nlm/nlm_prot.h
420
extern bool_t xdr_nlm_cancargs(XDR *, nlm_cancargs*);
sys/fs/nfs/nlm/nlm_prot.h
421
extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);
sys/fs/nfs/nlm/nlm_prot.h
422
extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
sys/fs/nfs/nlm/nlm_prot.h
423
extern bool_t xdr_fsh_mode(XDR *, fsh_mode*);
sys/fs/nfs/nlm/nlm_prot.h
424
extern bool_t xdr_fsh_access(XDR *, fsh_access*);
sys/fs/nfs/nlm/nlm_prot.h
425
extern bool_t xdr_nlm_share(XDR *, nlm_share*);
sys/fs/nfs/nlm/nlm_prot.h
426
extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);
sys/fs/nfs/nlm/nlm_prot.h
427
extern bool_t xdr_nlm_shareres(XDR *, nlm_shareres*);
sys/fs/nfs/nlm/nlm_prot.h
428
extern bool_t xdr_nlm_notify(XDR *, nlm_notify*);
sys/fs/nfs/nlm/nlm_prot.h
429
extern bool_t xdr_nlm4_stats(XDR *, nlm4_stats*);
sys/fs/nfs/nlm/nlm_prot.h
430
extern bool_t xdr_nlm4_stat(XDR *, nlm4_stat*);
sys/fs/nfs/nlm/nlm_prot.h
431
extern bool_t xdr_nlm4_holder(XDR *, nlm4_holder*);
sys/fs/nfs/nlm/nlm_prot.h
432
extern bool_t xdr_nlm4_lock(XDR *, nlm4_lock*);
sys/fs/nfs/nlm/nlm_prot.h
433
extern bool_t xdr_nlm4_share(XDR *, nlm4_share*);
sys/fs/nfs/nlm/nlm_prot.h
434
extern bool_t xdr_nlm4_testrply(XDR *, nlm4_testrply*);
sys/fs/nfs/nlm/nlm_prot.h
435
extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
sys/fs/nfs/nlm/nlm_prot.h
436
extern bool_t xdr_nlm4_testargs(XDR *, nlm4_testargs*);
sys/fs/nfs/nlm/nlm_prot.h
437
extern bool_t xdr_nlm4_res(XDR *, nlm4_res*);
sys/fs/nfs/nlm/nlm_prot.h
438
extern bool_t xdr_nlm4_lockargs(XDR *, nlm4_lockargs*);
sys/fs/nfs/nlm/nlm_prot.h
439
extern bool_t xdr_nlm4_cancargs(XDR *, nlm4_cancargs*);
sys/fs/nfs/nlm/nlm_prot.h
440
extern bool_t xdr_nlm4_unlockargs(XDR *, nlm4_unlockargs*);
sys/fs/nfs/nlm/nlm_prot.h
441
extern bool_t xdr_nlm4_shareargs(XDR *, nlm4_shareargs*);
sys/fs/nfs/nlm/nlm_prot.h
442
extern bool_t xdr_nlm4_shareres(XDR *, nlm4_shareres*);
sys/fs/nfs/nlm/nlm_prot.h
443
extern bool_t xdr_nlm_sm_status(XDR *, nlm_sm_status*);
sys/fs/nfs/nlm/nlm_prot.h
444
extern bool_t xdr_nlm4_notify(XDR *, nlm4_notify*);
sys/fs/nfs/nlm/nlm_prot.h
77
bool_t block;
sys/fs/nfs/nlm/nlm_prot.h
78
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
80
bool_t reclaim;
sys/fs/nfs/nlm/nlm_prot.h
87
bool_t block;
sys/fs/nfs/nlm/nlm_prot.h
88
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot.h
95
bool_t exclusive;
sys/fs/nfs/nlm/nlm_prot_impl.c
112
static bool_t nlm_syscall_registered = FALSE;
sys/fs/nfs/nlm/nlm_prot_impl.c
1264
nlm_host_get_rpc(struct nlm_host *host, bool_t isserver)
sys/fs/nfs/nlm/nlm_prot_impl.c
1962
bool_t monitor, CLIENT **rpcp)
sys/fs/nfs/nlm/nlm_prot_impl.c
204
bool_t nw_waiting; /* (g) */
sys/fs/nfs/nlm/nlm_prot_impl.c
366
bool_t do_tcp = FALSE;
sys/fs/nfs/nlm/nlm_prot_impl.c
367
bool_t tryagain = FALSE;
sys/fs/nfs/nlm/nlm_prot_server.c
124
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
132
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
135
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
156
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
159
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
177
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
180
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
196
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
199
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
213
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
216
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
231
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
263
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
293
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
321
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
347
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
374
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
388
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
397
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
406
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
415
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
432
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
435
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
453
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
456
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
474
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
477
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_server.c
495
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
514
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
522
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
530
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
538
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
546
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
554
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
572
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
590
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
608
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
626
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
644
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
651
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
658
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
665
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
672
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
680
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
689
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
698
bool_t
sys/fs/nfs/nlm/nlm_prot_server.c
706
bool_t
sys/fs/nfs/nlm/nlm_prot_svc.c
124
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_svc.c
126
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
138
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
144
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
150
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
156
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
162
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
168
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
174
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
180
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
186
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
192
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_msg_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
198
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
204
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
210
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
216
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
222
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_granted_res_1_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
236
retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
sys/fs/nfs/nlm/nlm_prot_svc.c
265
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_svc.c
267
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
297
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_share_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
303
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unshare_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
309
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_nm_lock_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
315
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_free_all_3_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
329
retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
sys/fs/nfs/nlm/nlm_prot_svc.c
378
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_svc.c
380
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
392
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
398
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
404
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
410
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
416
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
422
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
428
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
434
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
440
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
446
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_msg_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
452
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_test_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
458
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_lock_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
464
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_cancel_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
470
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unlock_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
476
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_granted_res_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
482
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_share_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
488
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_unshare_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
494
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_nm_lock_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
500
local = (bool_t (*) (char *, void *, struct svc_req *))nlm4_free_all_4_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
514
retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
sys/fs/nfs/nlm/nlm_prot_svc.c
56
bool_t retval;
sys/fs/nfs/nlm/nlm_prot_svc.c
58
bool_t (*local)(char *, void *, struct svc_req *);
sys/fs/nfs/nlm/nlm_prot_svc.c
70
local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc;
sys/fs/nfs/nlm/nlm_prot_svc.c
84
retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
sys/fs/nfs/nlm/nlm_prot_xdr.c
111
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
130
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
145
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
158
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
169
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
178
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
18
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
187
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
204
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
217
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
230
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
241
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
250
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
259
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
27
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
276
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
295
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
312
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
329
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
340
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
353
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
364
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
383
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
398
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
409
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
422
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
435
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
44
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
448
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
61
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
70
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
81
bool_t
sys/fs/nfs/nlm/nlm_prot_xdr.c
92
bool_t
sys/fs/nfs/nlm/sm_inter.h
100
extern bool_t xdr_sm_name(XDR *, sm_name*);
sys/fs/nfs/nlm/sm_inter.h
101
extern bool_t xdr_my_id(XDR *, my_id*);
sys/fs/nfs/nlm/sm_inter.h
102
extern bool_t xdr_mon_id(XDR *, mon_id*);
sys/fs/nfs/nlm/sm_inter.h
103
extern bool_t xdr_mon(XDR *, mon*);
sys/fs/nfs/nlm/sm_inter.h
104
extern bool_t xdr_stat_chge(XDR *, stat_chge*);
sys/fs/nfs/nlm/sm_inter.h
105
extern bool_t xdr_sm_stat(XDR *, sm_stat*);
sys/fs/nfs/nlm/sm_inter.h
106
extern bool_t xdr_sm_res(XDR *, sm_res*);
sys/fs/nfs/nlm/sm_inter.h
107
extern bool_t xdr_sm_stat_res(XDR *, sm_stat_res*);
sys/fs/nfs/nlm/sm_inter.h
108
extern bool_t xdr_sm_status(XDR *, sm_status*);
sys/fs/nfs/nlm/sm_inter_xdr.c
12
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
21
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
36
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
47
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
58
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
69
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
78
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
87
bool_t
sys/fs/nfs/nlm/sm_inter_xdr.c
98
bool_t
sys/fs/nfs/server/nfs_nfsdkrpc.c
482
bool_t ret2, ret3, ret4;
tests/lib/libc/rpc/t_rpc.c
60
extern bool_t __rpc_control(int, void *);
usr.bin/rpcgen/rpc_clntout.c
179
bool_t args2 = (proc->arg_num > 1);
usr.bin/rpcgen/rpc_parse.c
158
bool_t isvoid = FALSE; /* whether first argument is void */
usr.bin/rpcinfo/rpcinfo.c
139
static bool_t reply_proc(void *, struct netbuf *, struct netconfig *);
usr.bin/rpcinfo/rpcinfo.c
160
static bool_t add_version(struct rpcbdump_short *, rpcvers_t);
usr.bin/rpcinfo/rpcinfo.c
161
static bool_t add_netid(struct rpcbdump_short *, char *);
usr.bin/rpcinfo/rpcinfo.c
595
static bool_t
usr.bin/rpcinfo/rpcinfo.c
642
static bool_t
usr.bin/rpcinfo/rpcinfo.c
661
static bool_t
usr.sbin/rpc.pcnfsd/extern.h
21
pirstat get_pr_status(printername, bool_t *, bool_t *, int *,
usr.sbin/rpc.pcnfsd/extern.h
22
bool_t *, char *, size_t);
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
883
get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, char *status, size_t statuslen)
usr.sbin/rpc.pcnfsd/pcnfsd_print.c
941
get_pr_status(printername pn, bool_t *avail, bool_t *printing, int *qlen, bool_t *needs_operator, char *status, size_t statuslen)
usr.sbin/rpcbind/check_bound.c
150
bool_t
usr.sbin/rpcbind/check_bound.c
79
static bool_t check_bound(struct fdlist *, const char *uaddr);
usr.sbin/rpcbind/check_bound.c
86
static bool_t
usr.sbin/rpcbind/pmap_svc.c
167
static bool_t
usr.sbin/rpcbind/pmap_svc.c
230
bool_t ans1, ans2;
usr.sbin/rpcbind/pmap_svc.c
261
static bool_t
usr.sbin/rpcbind/pmap_svc.c
342
static bool_t
usr.sbin/rpcbind/pmap_svc.c
62
static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
usr.sbin/rpcbind/pmap_svc.c
63
static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
usr.sbin/rpcbind/pmap_svc.c
64
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
105
static bool_t xdr_encap_parms(XDR *, struct encap_parms *);
usr.sbin/rpcbind/rpcb_svc_com.c
1059
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
106
static bool_t xdr_rmtcall_args(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
107
static bool_t xdr_rmtcall_result(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
108
static bool_t xdr_opaque_parms(XDR *, struct r_rmtcall_args *);
usr.sbin/rpcbind/rpcb_svc_com.c
1102
extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
usr.sbin/rpcbind/rpcb_svc_com.c
138
static bool_t ans;
usr.sbin/rpcbind/rpcb_svc_com.c
157
bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
226
static bool_t ans;
usr.sbin/rpcbind/rpcb_svc_com.c
245
bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
432
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
443
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
460
static bool_t
usr.sbin/rpcbind/rpcb_svc_com.c
463
bool_t result;
usr.sbin/rpcbind/rpcb_svc_com.c
493
static bool_t
usr.sbin/rpcbind/rpcbind.h
108
bool_t map_set(RPCB *, char *);
usr.sbin/rpcbind/rpcbind.h
109
bool_t map_unset(RPCB *, const char *);
usr.sbin/rpcbind/rpcbind.h
89
bool_t is_bound(const char *, const char *);
usr.sbin/rpcbind/rpcbind.h
95
void rpcbs_set(rpcvers_t, bool_t);
usr.sbin/rpcbind/rpcbind.h
96
void rpcbs_unset(rpcvers_t, bool_t);
usr.sbin/rpcbind/warmstart.c
100
static bool_t
usr.sbin/rpcbind/warmstart.c
70
static bool_t write_struct(const char *, xdrproc_t, void *);
usr.sbin/rpcbind/warmstart.c
71
static bool_t read_struct(const char *, xdrproc_t, void *);
usr.sbin/rpcbind/warmstart.c
73
static bool_t
usr.sbin/ypbind/ypbind.c
1286
bool_t res;
usr.sbin/ypbind/ypbind.c
131
static bool_t rmtcr_outval;
usr.sbin/ypbind/ypbind.c
833
static bool_t res;
usr.sbin/ypserv/common/ypdef.h
37
bool_t xdr_ypresp_xfr(XDR *, struct ypresp_xfr *);
usr.sbin/ypserv/common/ypresp_xdr.c
21
bool_t
usr.sbin/ypserv/ypserv/ypserv.h
33
bool_t more;
usr.sbin/ypserv/ypserv/ypserv.h
55
bool_t xdr_ypresp_all(XDR *, struct ypresp_all *);
usr.sbin/ypserv/ypserv/ypserv.h
66
bool_t ypdb_xdr_get_all(XDR *, struct ypreq_nokey *);
usr.sbin/ypserv/ypserv/ypserv_db.c
753
bool_t
usr.sbin/ypserv/ypserv/ypserv_proc.c
120
static bool_t result; /* is domain served? */
usr.sbin/ypserv/ypserv/ypserv_proc.c
94
static bool_t result; /* is domain_served? */
usr.sbin/ypserv/ypserv/ypserv_xdr.c
21
bool_t