Home
last modified time | relevance | path

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

1234

/dflybsd-src/include/rpc/
H A Dxdr.h102 bool_t (*x_getlong)(struct __rpc_xdr *, long *);
104 bool_t (*x_putlong)(struct __rpc_xdr *, const long *);
106 bool_t (*x_getbytes)(struct __rpc_xdr *, char *, u_int);
108 bool_t (*x_putbytes)(struct __rpc_xdr *, const char *, u_int);
112 bool_t (*x_setpostn)(struct __rpc_xdr *, u_int);
117 bool_t (*x_control)(struct __rpc_xdr *, int, void *);
134 typedef bool_t (*xdrproc_t)(XDR *, void *, u_int);
139 typedef bool_t (*xdrproc_t)(XDR *, ...);
266 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf))
282 extern bool_t xdr_void(void);
[all …]
H A Dsvc.h95 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
99 bool_t (*xp_getargs)(struct __rpc_svcxprt *, xdrproc_t,
102 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
104 bool_t (*xp_freeargs)(struct __rpc_svcxprt *, xdrproc_t,
114 bool_t (*xp_control)(struct __rpc_svcxprt *, const u_int,
198 extern bool_t svc_reg(SVCXPRT *, const rpcprog_t, const rpcvers_t,
263 extern bool_t svc_sendreply(SVCXPRT *, xdrproc_t, void *);
H A Drpcb_clnt.h64 extern bool_t rpcb_set(const rpcprog_t, const rpcvers_t,
66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
76 extern bool_t rpcb_getaddr(const rpcprog_t, const rpcvers_t,
79 extern bool_t rpcb_gettime(const char *, time_t *);
H A Drpc_msg.h168 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
176 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
184 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
192 extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
200 extern bool_t xdr_rejected_reply(XDR *, struct rejected_reply *);
/dflybsd-src/lib/libc/xdr/
H A Dxdr.c90 bool_t
101 bool_t
129 bool_t
159 bool_t
178 bool_t
198 bool_t
227 bool_t
256 bool_t
284 bool_t
312 bool_t
[all …]
H A Dxdr_rec.c72 static bool_t xdrrec_getlong(XDR *, long *);
73 static bool_t xdrrec_putlong(XDR *, const long *);
74 static bool_t xdrrec_getbytes(XDR *, char *, u_int);
76 static bool_t xdrrec_putbytes(XDR *, const char *, u_int);
78 static bool_t xdrrec_setpos(XDR *, u_int);
119 bool_t frag_sent; /* true if buffer sent in middle of record */
129 bool_t last_frag;
133 bool_t nonblock;
134 bool_t in_haveheader;
144 static bool_t flush_out(RECSTREAM *, bool_t);
[all …]
H A Dxdr_mem.c58 static bool_t xdrmem_getlong_aligned(XDR *, long *);
59 static bool_t xdrmem_putlong_aligned(XDR *, const long *);
60 static bool_t xdrmem_getlong_unaligned(XDR *, long *);
61 static bool_t xdrmem_putlong_unaligned(XDR *, const long *);
62 static bool_t xdrmem_getbytes(XDR *, char *, u_int);
63 static bool_t xdrmem_putbytes(XDR *, const char *, u_int);
66 static bool_t xdrmem_setpos(XDR *, u_int);
116 static bool_t
128 static bool_t
140 static bool_t
[all …]
H A Dxdr_stdio.c54 static bool_t xdrstdio_getlong(XDR *, long *);
55 static bool_t xdrstdio_putlong(XDR *, const long *);
56 static bool_t xdrstdio_getbytes(XDR *, char *, u_int);
57 static bool_t xdrstdio_putbytes(XDR *, const char *, u_int);
59 static bool_t xdrstdio_setpos(XDR *, u_int);
104 static bool_t
115 static bool_t
125 static bool_t
134 static bool_t
151 static bool_t
H A Dxdr_sizeof.c49 static bool_t
57 static bool_t
71 static bool_t
129 bool_t stat; in xdr_sizeof()
131 typedef bool_t (* dummyfunc1)(XDR *, long *); in xdr_sizeof()
132 typedef bool_t (* dummyfunc2)(XDR *, caddr_t, u_int); in xdr_sizeof()
H A Dxdr_reference.c70 bool_t
74 bool_t stat; in xdr_reference()
123 bool_t
126 bool_t more_data; in xdr_pointer()
/dflybsd-src/sys/dev/serial/sio/
H A Dsio_private.h60 typedef u_char bool_t; /* boolean */ typedef
67 bool_t l_queued; /* nonzero if queued */
74 bool_t active_out; /* nonzero if the callout device is open */
77 bool_t esp; /* is this unit a hayes esp board? */
81 bool_t hasfifo; /* nonzero for 16550 UARTs */
82 bool_t st16650a; /* Is a Startech 16650A or RTS/CTS compat */
83 bool_t loses_outints; /* nonzero if device loses output interrupts */
86 bool_t multiport; /* is this unit part of a multiport device? */
88 bool_t no_irq; /* nonzero if irq is not attached */
89 bool_t gone; /* hardware disappeared */
[all …]
/dflybsd-src/include/rpcsvc/
H A Dyp_prot.h308 bool_t xdr_datum(XDR *, datum *);
309 bool_t xdr_ypreq_key(XDR *, struct ypreq_key *);
310 bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *);
311 bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *);
312 bool_t xdr_ypresp_val(XDR *, struct ypresp_val *);
313 bool_t xdr_ypresp_key_val(XDR *, struct ypresp_key_val *);
314 bool_t xdr_ypbind_resp(XDR *, struct ypbind_resp *);
315 bool_t xdr_ypbind_setdom(XDR *, struct ypbind_setdom *);
316 bool_t xdr_yp_inaddr(XDR *, struct inaddr *);
317 bool_t xdr_ypmap_parms(XDR *, struct ypmap_parms *);
[all …]
/dflybsd-src/lib/libc/rpc/
H A Drpcb_prot.c51 bool_t
95 bool_t
103 bool_t more_elements; in xdr_rpcblist_ptr()
110 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
147 bool_t
150 bool_t dummy; in xdr_rpcblist()
157 bool_t
178 bool_t
186 bool_t more_elements; in xdr_rpcb_entry_list_ptr()
193 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
[all …]
H A Dkey_prot_xdr.c46 bool_t
55 bool_t
64 bool_t
73 bool_t
84 bool_t
97 bool_t
114 bool_t
130 bool_t
147 bool_t
160 bool_t
H A Dsvc_raw.c69 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
70 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
71 static bool_t svc_raw_getargs(SVCXPRT *, xdrproc_t, void *);
72 static bool_t svc_raw_freeargs(SVCXPRT *, xdrproc_t, void *);
75 static bool_t svc_raw_control(SVCXPRT *, const u_int, void *);
117 static bool_t
141 static bool_t
166 static bool_t
182 static bool_t
208 static bool_t
H A Drpc_com.h78 bool_t __rpc_control(int,void *);
82 bool_t __svc_clean_idle(fd_set *, int, bool_t);
83 bool_t __xdrrec_setnonblock(XDR *, int);
84 bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t);
H A Dauth_none.c58 static bool_t authnone_marshal(AUTH *, XDR *);
60 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
61 static bool_t authnone_refresh(AUTH *, void *);
104 static bool_t
108 bool_t dummy; in authnone_marshal()
131 static bool_t
139 static bool_t
H A Dsvc_vc.c70 static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
77 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
78 static bool_t svc_vc_getargs(SVCXPRT *, xdrproc_t, void *);
79 static bool_t svc_vc_freeargs(SVCXPRT *, xdrproc_t, void *);
80 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
83 static bool_t svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in);
84 static bool_t svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq,
101 bool_t nonblock;
278 static bool_t
405 static bool_t
[all …]
H A Dpmap_clnt.c59 bool_t
62 bool_t rslt; in pmap_set()
91 bool_t
95 bool_t udp_rslt = FALSE; in pmap_unset()
96 bool_t tcp_rslt = FALSE; in pmap_unset()
H A Dpmap_prot2.c89 bool_t
97 bool_t more_elements; in xdr_pmaplist()
107 more_elements = (bool_t)(*rp != NULL); in xdr_pmaplist()
131 bool_t
H A Drpcb_st_xdr.c48 bool_t
82 bool_t
193 bool_t
203 bool_t
213 bool_t
223 bool_t
249 bool_t
H A Dclnt_raw.c76 static bool_t clnt_raw_control(CLIENT *, u_int, void *);
78 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
235 static bool_t
240 bool_t rval; in clnt_raw_freeres()
244 rval = (bool_t) RPC_FAILED; in clnt_raw_freeres()
260 static bool_t
H A Dauth_des.c66 extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
67 extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
70 extern bool_t __rpc_get_time_offset(struct timeval *, nis_server *, char *,
78 static bool_t authdes_marshal(AUTH *, XDR *);
79 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
80 static bool_t authdes_refresh(AUTH *, void *);
94 bool_t ad_dosync; /* synchronize? */
268 static bool_t
360 static bool_t
419 static bool_t
/dflybsd-src/usr.sbin/rpcbind/
H A Drpcbind.h82 bool_t is_bound(char *, char *);
88 void rpcbs_set(rpcvers_t, bool_t);
89 void rpcbs_unset(rpcvers_t, bool_t);
101 bool_t map_set(RPCB *, char *);
102 bool_t map_unset(RPCB *, char *);
H A Dpmap_svc.c55 static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
56 static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
57 static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
160 static bool_t
223 bool_t ans1, ans2; in pmapproc_change()
254 static bool_t
335 static bool_t

1234