Lines Matching refs:bool_t

95 typedef void (*svc_errorhandler_t)(const SVCXPRT* svc, const bool_t isAConn);
164 bool_t sct_free; /* Deallocate if true */
169 bool_t (*xp_recv)(SVCXPRT *, mblk_t *, struct rpc_msg *);
171 bool_t (*xp_getargs)(SVCXPRT *, xdrproc_t, caddr_t);
173 bool_t (*xp_reply)(SVCXPRT *, struct rpc_msg *);
175 bool_t (*xp_freeargs)(SVCXPRT *, xdrproc_t, caddr_t);
180 struct dupreq **, bool_t *);
198 void (*xp_release)(queue_t *, mblk_t *, bool_t);
224 bool_t (*xp_recv)(SVCXPRT *, struct rpc_msg *);
228 bool_t (*xp_getargs)(SVCXPRT *, xdrproc_t, caddr_t);
230 bool_t (*xp_reply)(SVCXPRT *, struct rpc_msg *);
232 bool_t (*xp_freeargs)(SVCXPRT *, xdrproc_t, caddr_t);
236 bool_t (*xp_control)(SVCXPRT *, const uint_t, void *);
239 bool_t (*xp_recv)(); /* receive incoming requests */
241 bool_t (*xp_getargs)(); /* get arguments */
242 bool_t (*xp_reply)(); /* send reply */
243 bool_t (*xp_freeargs)(); /* free mem allocated for args */
245 bool_t (*xp_control)(); /* catch-all control function */
288 bool_t p_closing : 1; /* Pool is closing */
304 bool_t p_creator_signaled : 1; /* Create requested flag */
305 bool_t p_creator_exit : 1; /* If true creator exits */
362 bool_t p_signal_create_thread : 1; /* Create requested flag */
363 bool_t p_user_exit : 1; /* If true creator exits */
364 bool_t p_user_waiting : 1; /* Thread waiting for work */
466 bool_t xp_reserved : 1; /* is thread reserved? */
467 bool_t xp_detached : 1; /* is thread detached? */
688 extern bool_t rpc_reg(const rpcprog_t, const rpcvers_t, const rpcproc_t,
702 extern bool_t svc_reg(const SVCXPRT *, const rpcprog_t, const rpcvers_t,
736 extern bool_t rpc_reg();
737 extern bool_t svc_reg();
738 extern bool_t svc_auth_reg();
750 extern void rpcmod_release(queue_t *, mblk_t *, bool_t);
752 extern void mir_svc_release(queue_t *, mblk_t *, bool_t);
781 extern bool_t svc_sendreply(const SVCXPRT *, const xdrproc_t, const caddr_t);
792 extern bool_t svc_sendreply();
816 int, bool_t);
821 extern bool_t svc_queuereq(queue_t *, mblk_t *, bool_t);
1028 extern bool_t svc_control(SVCXPRT *, const uint_t, void *);
1090 extern bool_t svc_get_local_cred(SVCXPRT *, svc_local_cred_t *);
1094 extern bool_t svc_get_local_cred();
1135 extern bool_t __svc_dupcache_init(void *, int, char **);
1138 extern bool_t __svc_vc_dupcache_init(SVCXPRT *, void *, int);
1142 extern bool_t __svc_dupcache_init();
1145 extern bool_t __svc_vc_dupcache_init();