Lines Matching refs:bool_t
72 static bool_t svcunix_recv (SVCXPRT *, struct rpc_msg *);
74 static bool_t svcunix_getargs (SVCXPRT *, xdrproc_t, caddr_t);
75 static bool_t svcunix_reply (SVCXPRT *, struct rpc_msg *);
76 static bool_t svcunix_freeargs (SVCXPRT *, xdrproc_t, caddr_t);
92 static bool_t rendezvous_request (SVCXPRT *, struct rpc_msg *);
108 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svcunix_rendezvous_abort,
109 (bool_t (*) (SVCXPRT *, struct rpc_msg *)) svcunix_rendezvous_abort,
110 (bool_t (*) (SVCXPRT *, xdrproc_t, caddr_t)) svcunix_rendezvous_abort,
153 bool_t madesock = FALSE; in svcunix_create()
248 static bool_t
493 static bool_t
516 static bool_t
523 static bool_t
532 static bool_t
537 bool_t stat; in svcunix_reply()