/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 29 bool_t exclusive; 74 bool_t block; 75 bool_t exclusive; 77 bool_t reclaim; 84 bool_t block; 85 bool_t exclusive; 92 bool_t exclusive; 135 bool_t reclaim; 173 bool_t exclusive; 216 bool_t exclusive; [all …]
|
H A D | nlm_prot_svc.c | 52 bool_t retval; in nlm_prog_0() 54 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_0() 66 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc; in nlm_prog_0() 80 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); in nlm_prog_0() 120 bool_t retval; in nlm_prog_1() 122 bool_t (*local)(char *, void *, struct svc_req *); in nlm_prog_1() 134 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc; in nlm_prog_1() 140 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc; in nlm_prog_1() 146 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc; in nlm_prog_1() 152 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc; in nlm_prog_1() [all …]
|
H A D | nlm_prot_xdr.c | 11 bool_t 20 bool_t 37 bool_t 54 bool_t 63 bool_t 74 bool_t 85 bool_t 104 bool_t 123 bool_t 138 bool_t [all …]
|
H A D | nlm_prot_server.c | 120 bool_t 128 bool_t 131 bool_t retval; in nlm_test_1_svc() 152 bool_t 155 bool_t retval; in nlm_lock_1_svc() 173 bool_t 176 bool_t retval; in nlm_cancel_1_svc() 192 bool_t 195 bool_t retval; in nlm_unlock_1_svc() 209 bool_t [all …]
|
H A D | sm_inter.h | 97 extern bool_t xdr_sm_name(XDR *, sm_name*); 98 extern bool_t xdr_my_id(XDR *, my_id*); 99 extern bool_t xdr_mon_id(XDR *, mon_id*); 100 extern bool_t xdr_mon(XDR *, mon*); 101 extern bool_t xdr_stat_chge(XDR *, stat_chge*); 102 extern bool_t xdr_sm_stat(XDR *, sm_stat*); 103 extern bool_t xdr_sm_res(XDR *, sm_res*); 104 extern bool_t xdr_sm_stat_res(XDR *, sm_stat_res*); 105 extern bool_t xdr_sm_status(XDR *, sm_status*);
|
H A D | sm_inter_xdr.c | 8 bool_t 17 bool_t 32 bool_t 43 bool_t 54 bool_t 65 bool_t 74 bool_t 83 bool_t 94 bool_t
|
/freebsd/include/rpc/ |
H A D | xdr.h | 101 bool_t (*x_getlong)(struct XDR *, long *); 103 bool_t (*x_putlong)(struct XDR *, const long *); 105 bool_t (*x_getbytes)(struct XDR *, char *, u_int); 107 bool_t (*x_putbytes)(struct XDR *, const char *, u_int); 111 bool_t (*x_setpostn)(struct XDR *, u_int); 116 bool_t (*x_control)(struct XDR *, int, void *); 133 typedef bool_t (*xdrproc_t)(XDR *, void *, u_int); 138 typedef bool_t (*xdrproc_t)(XDR *, ...); 265 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) 281 extern bool_t xdr_void(XDR *, void *); [all …]
|
H A D | rpcsec_gss.h | 109 bool_t locked; 120 bool_t (*callback)(struct svc_req *req, 146 bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, 151 bool_t rpc_gss_mech_to_oid(const char *mech, gss_OID *oid_ret); 152 bool_t rpc_gss_oid_to_mech(gss_OID oid, const char **mech_ret); 153 bool_t rpc_gss_qop_to_num(const char *qop, const char *mech, u_int *num_ret); 156 bool_t rpc_gss_get_versions(u_int *vers_hi, u_int *vers_lo); 157 bool_t rpc_gss_is_installed(const char *mech); 159 bool_t rpc_gss_set_svc_name(const char *principal, const char *mechanism, 161 bool_t rpc_gss_getcred(struct svc_req *req, rpc_gss_rawcred_t **rcred, [all …]
|
/freebsd/sys/rpc/ |
H A D | xdr.h | 101 bool_t (*x_getlong)(struct XDR *, long *); 103 bool_t (*x_putlong)(struct XDR *, const long *); 105 bool_t (*x_getbytes)(struct XDR *, char *, u_int); 107 bool_t (*x_putbytes)(struct XDR *, const char *, u_int); 111 bool_t (*x_setpostn)(struct XDR *, u_int); 116 bool_t (*x_control)(struct XDR *, int, void *); 133 typedef bool_t (*xdrproc_t)(XDR *, void *, ...); 138 typedef bool_t (*xdrproc_t)(XDR *, ...); 272 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) 288 extern bool_t xdr_void(XDR *, void *); [all …]
|
H A D | rpcsec_gss.h | 109 bool_t locked; 120 bool_t (*callback)(struct svc_req *req, 160 typedef bool_t rpc_gss_set_defaults_ftype(AUTH *auth, 165 typedef bool_t rpc_gss_mech_to_oid_ftype(const char *mech, gss_OID *oid_ret); 166 typedef bool_t rpc_gss_oid_to_mech_ftype(gss_OID oid, const char **mech_ret); 167 typedef bool_t rpc_gss_qop_to_num_ftype(const char *qop, const char *mech, 170 typedef bool_t rpc_gss_get_versions_ftype(u_int *vers_hi, u_int *vers_lo); 171 typedef bool_t rpc_gss_is_installed_ftype(const char *mech); 172 typedef bool_t rpc_gss_set_svc_name_ftype(const char *principal, 176 typedef bool_t rpc_gss_getcred_ftype(struct svc_req *req, [all …]
|
H A D | rpcb_prot.h | 174 extern bool_t xdr_rpcblist(XDR *, rpcblist**); 339 extern "C" bool_t xdr_netbuf(XDR *, struct netbuf *); 342 extern bool_t xdr_netbuf(XDR *, struct netbuf *); 495 extern bool_t * rpcbproc_set_3(RPCB *, CLIENT *); 496 extern bool_t * rpcbproc_set_3_svc(RPCB *, struct svc_req *); 498 extern bool_t * rpcbproc_unset_3(RPCB *, CLIENT *); 499 extern bool_t * rpcbproc_unset_3_svc(RPCB *, struct svc_req *); 522 extern bool_t * rpcbproc_set_4(RPCB *, CLIENT *); 523 extern bool_t * rpcbproc_set_4_svc(RPCB *, struct svc_req *); 524 extern bool_t * rpcbproc_unset_4(RPCB *, CLIENT *); [all …]
|
H A D | rpcb_prot.c | 53 bool_t 64 bool_t 108 bool_t 116 bool_t more_elements; in xdr_rpcblist_ptr() 123 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr() 161 bool_t 164 bool_t dummy; 171 bool_t 192 bool_t 200 bool_t more_elements; in xdr_rpcb_entry_list_ptr() [all …]
|
H A D | rpc_com.h | 87 bool_t __rpc_control(int,void *); 91 bool_t __svc_clean_idle(fd_set *, int, bool_t); 92 bool_t __xdrrec_setnonblock(XDR *, int); 93 bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t); 114 bool_t xdr_authunix_parms(struct XDR *xdrs, uint32_t *time, struct xucred *cred);
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/rpc/ |
H A D | xdr.h | 44 typedef bool_t (*xdrproc_t)(XDR *xdrs, void *ptr); 47 bool_t (*xdr_control)(XDR *, int, void *); 49 bool_t (*xdr_char)(XDR *, char *); 50 bool_t (*xdr_u_short)(XDR *, unsigned short *); 51 bool_t (*xdr_u_int)(XDR *, unsigned *); 52 bool_t (*xdr_u_longlong_t)(XDR *, u_longlong_t *); 54 bool_t (*xdr_opaque)(XDR *, caddr_t, const uint_t); 55 bool_t (*xdr_string)(XDR *, char **, const uint_t); 56 bool_t (*xdr_array)(XDR *, caddr_t *, uint_t *, const uint_t, 66 bool_t xc_is_last_recor 26 typedef int bool_t; global() typedef [all...] |
/freebsd/lib/libc/xdr/ |
H A D | xdr.c | 86 bool_t 95 bool_t 123 bool_t 153 bool_t 172 bool_t 192 bool_t 221 bool_t 250 bool_t 278 bool_t 306 bool_t [all …]
|
H A D | xdr_rec.c | 70 static bool_t xdrrec_getlong(XDR *, long *); 71 static bool_t xdrrec_putlong(XDR *, const long *); 72 static bool_t xdrrec_getbytes(XDR *, char *, u_int); 74 static bool_t xdrrec_putbytes(XDR *, const char *, u_int); 76 static bool_t xdrrec_setpos(XDR *, u_int); 116 bool_t frag_sent; /* true if buffer sent in middle of record */ 126 bool_t last_frag; 130 bool_t nonblock; 131 bool_t in_haveheader; 141 static bool_t flush_out(RECSTREAM *, bool_t); [all …]
|
H A D | xdr_mem.c | 57 static bool_t xdrmem_getlong_aligned(XDR *, long *); 58 static bool_t xdrmem_putlong_aligned(XDR *, const long *); 59 static bool_t xdrmem_getlong_unaligned(XDR *, long *); 60 static bool_t xdrmem_putlong_unaligned(XDR *, const long *); 61 static bool_t xdrmem_getbytes(XDR *, char *, u_int); 62 static bool_t xdrmem_putbytes(XDR *, const char *, u_int); 65 static bool_t xdrmem_setpos(XDR *, u_int); 113 static bool_t 125 static bool_t 137 static bool_t [all …]
|
H A D | xdr_stdio.c | 53 static bool_t xdrstdio_getlong(XDR *, long *); 54 static bool_t xdrstdio_putlong(XDR *, const long *); 55 static bool_t xdrstdio_getbytes(XDR *, char *, u_int); 56 static bool_t xdrstdio_putbytes(XDR *, const char *, u_int); 58 static bool_t xdrstdio_setpos(XDR *, u_int); 102 static bool_t 113 static bool_t 123 static bool_t 132 static bool_t 149 static bool_t
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 86 bool_t 95 bool_t 122 bool_t 150 bool_t 169 bool_t 188 bool_t 216 bool_t 243 bool_t 270 bool_t 297 bool_t [all …]
|
H A D | xdr_mem.c | 52 static bool_t xdrmem_getlong_aligned(XDR *, long *); 53 static bool_t xdrmem_putlong_aligned(XDR *, const long *); 54 static bool_t xdrmem_getlong_unaligned(XDR *, long *); 55 static bool_t xdrmem_putlong_unaligned(XDR *, const long *); 56 static bool_t xdrmem_getbytes(XDR *, char *, u_int); 57 static bool_t xdrmem_putbytes(XDR *, const char *, u_int); 60 static bool_t xdrmem_setpos(XDR *, u_int); 63 static bool_t xdrmem_control(XDR *xdrs, int request, void *info); 111 static bool_t 123 static bool_t [all …]
|
/freebsd/include/rpcsvc/ |
H A D | yp_prot.h | 42 * YPPROC_DOMAIN takes (char *), returns (bool_t). 44 * YPPROC_DOMAIN_NOACK takes (char *), returns (bool_t). 60 * YPPROC_ALL takes (struct ypreq_nokey), returns (bool_t and 62 * returns an array of data, with the bool_t being 313 bool_t xdr_datum(XDR *, datum *); 314 bool_t xdr_ypreq_key(XDR *, struct ypreq_key *); 315 bool_t xdr_ypreq_nokey(XDR *, struct ypreq_nokey *); 316 bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *); 317 bool_t xdr_ypresp_val(XDR *, struct ypresp_val *); 318 bool_t xdr_ypresp_key_va [all...] |
/freebsd/lib/libc/rpc/ |
H A D | rpcb_prot.c | 51 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 D | key_prot_xdr.c | 46 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 D | auth_none.c | 57 static bool_t authnone_marshal (AUTH *, XDR *); 59 static bool_t authnone_validate (AUTH *, struct opaque_auth *); 60 static bool_t authnone_refresh (AUTH *, void *); 63 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 105 static bool_t 109 bool_t dummy; in authnone_marshal() 132 static bool_t 140 static bool_t
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-xdr.c | 160 static bool_t in xdrmem_control() 174 static bool_t in xdrmem_enc_bytes() 202 static bool_t in xdrmem_dec_bytes() 233 static bool_t in xdrmem_enc_uint32() 246 static bool_t in xdrmem_dec_uint32() 259 static bool_t in xdrmem_enc_char() 270 static bool_t in xdrmem_dec_char() 293 static bool_t in xdrmem_enc_ushort() 301 static bool_t in xdrmem_dec_ushort() 323 static bool_t in xdrmem_enc_uint() [all...] |