Lines Matching refs:bool_t

93 typedef void (*svc_errorhandler_t)(const SVCXPRT* svc, const bool_t isAConn);
162 bool_t sct_free; /* Deallocate if true */
167 bool_t (*xp_recv)(SVCXPRT *, mblk_t *, struct rpc_msg *);
169 bool_t (*xp_getargs)(SVCXPRT *, xdrproc_t, caddr_t);
171 bool_t (*xp_reply)(SVCXPRT *, struct rpc_msg *);
173 bool_t (*xp_freeargs)(SVCXPRT *, xdrproc_t, caddr_t);
178 struct dupreq **, bool_t *);
218 bool_t (*xp_recv)(SVCXPRT *, struct rpc_msg *);
222 bool_t (*xp_getargs)(SVCXPRT *, xdrproc_t, caddr_t);
224 bool_t (*xp_reply)(SVCXPRT *, struct rpc_msg *);
226 bool_t (*xp_freeargs)(SVCXPRT *, xdrproc_t, caddr_t);
230 bool_t (*xp_control)(SVCXPRT *, const uint_t, void *);
233 bool_t (*xp_recv)(); /* receive incoming requests */
235 bool_t (*xp_getargs)(); /* get arguments */
236 bool_t (*xp_reply)(); /* send reply */
237 bool_t (*xp_freeargs)(); /* free mem allocated for args */
239 bool_t (*xp_control)(); /* catch-all control function */
282 bool_t p_closing : 1; /* Pool is closing */
298 bool_t p_creator_signaled : 1; /* Create requested flag */
299 bool_t p_creator_exit : 1; /* If true creator exits */
356 bool_t p_signal_create_thread : 1; /* Create requested flag */
357 bool_t p_user_exit : 1; /* If true creator exits */
358 bool_t p_user_waiting : 1; /* Thread waiting for work */
460 bool_t xp_reserved : 1; /* is thread reserved? */
461 bool_t xp_detached : 1; /* is thread detached? */
674 extern bool_t rpc_reg(const rpcprog_t, const rpcvers_t, const rpcproc_t,
688 extern bool_t svc_reg(const SVCXPRT *, const rpcprog_t, const rpcvers_t,
722 extern bool_t rpc_reg();
723 extern bool_t svc_reg();
724 extern bool_t svc_auth_reg();
758 extern bool_t svc_sendreply(const SVCXPRT *, const xdrproc_t, const caddr_t);
769 extern bool_t svc_sendreply();
793 int, bool_t);
798 extern bool_t svc_queuereq(queue_t *, mblk_t *, bool_t);
997 extern bool_t svc_control(SVCXPRT *, const uint_t, void *);
1059 extern bool_t svc_get_local_cred(SVCXPRT *, svc_local_cred_t *);
1063 extern bool_t svc_get_local_cred();
1104 extern bool_t __svc_dupcache_init(void *, int, char **);
1107 extern bool_t __svc_vc_dupcache_init(SVCXPRT *, void *, int);
1111 extern bool_t __svc_dupcache_init();
1114 extern bool_t __svc_vc_dupcache_init();