/src/lib/libc/rpc/ |
rpc_internal.h | 36 bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t); 37 bool_t __xdrrec_setnonblock(XDR *, int); 39 bool_t __svc_clean_idle(fd_set *, int, bool_t); 57 bool_t __rpc_control(int, void *);
|
xdr_stdio.c | 66 static bool_t xdrstdio_getlong(XDR *, long *); 67 static bool_t xdrstdio_putlong(XDR *, const long *); 68 static bool_t xdrstdio_getbytes(XDR *, char *, u_int); 69 static bool_t xdrstdio_putbytes(XDR *, const char *, u_int); 71 static bool_t xdrstdio_setpos(XDR *, u_int); 116 static bool_t 127 static bool_t 137 static bool_t 146 static bool_t 163 static bool_t [all...] |
xdr_sizeof.c | 57 static bool_t x_putlong(XDR *, const long *); 58 static bool_t x_putbytes(XDR *, const char *, u_int); 60 static bool_t x_setpostn(XDR *, u_int); 66 static bool_t 74 static bool_t 88 static bool_t 146 bool_t stat; 148 typedef bool_t (* dummyfunc1)(XDR *, long *); 149 typedef bool_t (* dummyfunc2)(XDR *, caddr_t, u_int);
|
auth_none.c | 71 static bool_t authnone_marshal(AUTH *, XDR *); 73 static bool_t authnone_validate(AUTH *, struct opaque_auth *); 74 static bool_t authnone_refresh(AUTH *); 119 static bool_t 139 static bool_t 147 static bool_t
|
pmap_prot2.c | 75 * typedef union switch (bool_t) { 86 * the C declaration has no bool_t variable. The bool_t can be 88 * follows this bool_t; if TRUE then the bool_t is followed by 101 bool_t 109 bool_t more_elements; 119 more_elements = (bool_t)(*rp != NULL); 143 bool_t
|
xdr_reference.c | 77 bool_t 81 bool_t stat; 130 bool_t 134 bool_t more_data;
|
/src/include/rpc/ |
rpc_com.h | 55 bool_t rpc_control(int, void *);
|
rpcb_clnt.h | 64 extern bool_t rpcb_set(const rpcprog_t, const rpcvers_t, 66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t, 79 extern bool_t rpcb_getaddr(const rpcprog_t, const rpcvers_t, 83 extern bool_t rpcb_gettime(const char *, time_t *)
|
pmap_clnt.h | 57 * bool_t done; 69 extern bool_t pmap_set(unsigned long, unsigned long, int, int); 70 extern bool_t pmap_unset(unsigned long, unsigned long);
|
pmap_prot.h | 46 * PMAPPROC_SET(struct pmap) returns (bool_t) 50 * PMAPPROC_UNSET(struct pmap) returns (bool_t) 101 extern bool_t xdr_pmap (XDR *, struct pmap *); 102 extern bool_t xdr_pmaplist (XDR *, struct pmaplist **); 103 extern bool_t xdr_pmaplist_ptr (XDR *, struct pmaplist *);
|
pmap_rmt.h | 60 extern bool_t xdr_rmtcall_args (XDR *, struct rmtcallargs *); 61 extern bool_t xdr_rmtcallres (XDR *, struct rmtcallres *);
|
auth_unix.h | 71 extern bool_t xdr_authunix_parms(XDR *, struct authunix_parms *);
|
/src/common/include/rpc/ |
xdr.h | 54 * bool_t 103 bool_t (*x_getlong)(struct __rpc_xdr *, long *); 105 bool_t (*x_putlong)(struct __rpc_xdr *, const long *); 107 bool_t (*x_getbytes)(struct __rpc_xdr *, char *, unsigned int); 109 bool_t (*x_putbytes)(struct __rpc_xdr *, const char *, 114 bool_t (*x_setpostn)(struct __rpc_xdr *, unsigned int); 119 bool_t (*x_control)(struct __rpc_xdr *, int, void *); 135 typedef bool_t (*xdrproc_t)(XDR *, const void *); 261 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) 277 extern bool_t xdr_void(void) [all...] |
/src/sys/fs/nfs/nlm/ |
nlm_prot.h | 32 bool_t exclusive; 77 bool_t block; 78 bool_t exclusive; 80 bool_t reclaim; 87 bool_t block; 88 bool_t exclusive; 95 bool_t exclusive; 138 bool_t reclaim; 176 bool_t exclusive; 219 bool_t exclusive [all...] |
nlm_prot_svc.c | 56 bool_t retval; 58 bool_t (*local)(char *, void *, struct svc_req *); 70 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_sm_notify_0_svc; 84 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp); 124 bool_t retval; 126 bool_t (*local)(char *, void *, struct svc_req *); 138 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_test_1_svc; 144 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_lock_1_svc; 150 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_cancel_1_svc; 156 local = (bool_t (*) (char *, void *, struct svc_req *))nlm_unlock_1_svc [all...] |
sm_inter.h | 100 extern bool_t xdr_sm_name(XDR *, sm_name*); 101 extern bool_t xdr_my_id(XDR *, my_id*); 102 extern bool_t xdr_mon_id(XDR *, mon_id*); 103 extern bool_t xdr_mon(XDR *, mon*); 104 extern bool_t xdr_stat_chge(XDR *, stat_chge*); 105 extern bool_t xdr_sm_stat(XDR *, sm_stat*); 106 extern bool_t xdr_sm_res(XDR *, sm_res*); 107 extern bool_t xdr_sm_stat_res(XDR *, sm_stat_res*); 108 extern bool_t xdr_sm_status(XDR *, sm_status*);
|
sm_inter_xdr.c | 12 bool_t 21 bool_t 36 bool_t 47 bool_t 58 bool_t 69 bool_t 78 bool_t 87 bool_t 98 bool_t
|
nlm_prot_xdr.c | 18 bool_t 27 bool_t 44 bool_t 61 bool_t 70 bool_t 81 bool_t 92 bool_t 111 bool_t 130 bool_t 145 bool_t [all...] |
/src/include/rpcsvc/ |
yp_prot.h | 41 * YPPROC_DOMAIN takes (char *), returns (bool_t). 43 * YPPROC_DOMAIN_NOACK takes (char *), returns (bool_t). 59 * YPPROC_ALL takes (struct ypreq_nokey), returns (bool_t and 61 * returns an array of data, with the bool_t being 309 bool_t xdr_domainname(XDR *, char *); /* obsolete */ 310 bool_t xdr_peername(XDR *, char *); /* obsolete */ 311 bool_t xdr_mapname(XDR *, char *); /* obsolete */ 312 bool_t xdr_datum(XDR *, datum *); 313 bool_t xdr_ypdomain_wrap_string(XDR *, char **); 314 bool_t xdr_ypmap_wrap_string(XDR *, char **) [all...] |
/src/lib/libc/compat/include/rpc/ |
rpcb_clnt.h | 48 extern bool_t rpcb_gettime(const char *, int32_t *); 53 extern bool_t __rpcb_gettime50(const char *, time_t *);
|
/src/lib/librpcsvc/ |
rnusers.x | 85 %bool_t xdr_utmp(XDR *, struct ru_utmp *); 86 %bool_t xdr_utmpptr(XDR *, struct ru_utmp **); 87 %bool_t xdr_utmparr(XDR *, struct utmparr *); 88 %bool_t xdr_utmpidle(XDR *, struct utmpidle *); 89 %bool_t xdr_utmpidleptr(XDR *, struct utmpidle **); 90 %bool_t xdr_utmpidlearr(XDR *, struct utmpidlearr *); 111 %bool_t 142 %bool_t 154 %bool_t 167 %bool_t [all...] |
/src/usr.sbin/rpc.pcnfsd/ |
extern.h | 21 pirstat get_pr_status(printername, bool_t *, bool_t *, int *, 22 bool_t *, char *, size_t);
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv.h | 33 bool_t more; 55 bool_t xdr_ypresp_all(XDR *, struct ypresp_all *); 66 bool_t ypdb_xdr_get_all(XDR *, struct ypreq_nokey *);
|
/src/lib/libc/yp/ |
xdryp.c | 118 static bool_t xdr_ypbind_binding(XDR *, struct ypbind_binding *); 119 static bool_t xdr_ypbind_resptype(XDR *, enum ypbind_resptype *); 120 static bool_t xdr_ypstat(XDR *, enum ypbind_resptype *); 121 static bool_t xdr_ypmaplist_str(XDR *, char *); 126 bool_t 139 bool_t 152 bool_t 162 bool_t 172 bool_t 182 bool_t [all...] |
/src/common/lib/libc/rpc/ |
xdr_mem.c | 81 static bool_t xdrmem_getlong_aligned(XDR *, long *); 82 static bool_t xdrmem_putlong_aligned(XDR *, const long *); 83 static bool_t xdrmem_getlong_unaligned(XDR *, long *); 84 static bool_t xdrmem_putlong_unaligned(XDR *, const long *); 85 static bool_t xdrmem_getbytes(XDR *, char *, u_int); 86 static bool_t xdrmem_putbytes(XDR *, const char *, u_int); 89 static bool_t xdrmem_setpos(XDR *, u_int); 92 static bool_t xdrmem_control(XDR *xdrs, int request, void *info); 140 static bool_t 152 static bool_t [all...] |