Home
last modified time | relevance | path

Searched refs:bool_t (Results 151 – 175 of 437) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_rdma.c115 struct dupreq **, bool_t *);
132 bool_t, uint_t *);
446 static bool_t
461 bool_t wwl = FALSE; in svc_rdma_krecv()
824 static bool_t
843 bool_t has_args; in svc_rdma_ksend()
1073 static bool_t
1082 static bool_t
1087 bool_t retval; in svc_rdma_kfreeargs()
1181 bool_t *dupcachedp) in svc_rdma_kdup()
[all …]
H A Dclnt_cots.c385 struct rpc_err *, bool_t, bool_t, cred_t *);
412 bool_t);
665 static bool_t
673 static bool_t
2591 static bool_t
2627 static bool_t
2858 static bool_t
2947 static bool_t
3017 static bool_t
3162 bool_t
[all …]
/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c46 typedef enum { false = 0, true = 1 } bool_t; typedef
76 static bool_t
79 bool_t ret = false; in get_vldc_svc_name()
130 static bool_t
133 bool_t ret = true; in get_glvc_svc_name()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c62 bool_t
66 bool_t rslt; in pmap_set()
93 bool_t
97 bool_t udp_rslt = FALSE; in pmap_unset()
98 bool_t tcp_rslt = FALSE; in pmap_unset()
H A Dsvc_raw.c138 static bool_t
166 static bool_t
198 static bool_t
215 static bool_t
242 static bool_t
H A Dauth_des.c54 extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
55 extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
58 extern bool_t __rpc_get_time_offset(struct timeval *, nis_server *, char *,
61 static bool_t authdes_refresh(AUTH *, void *);
72 bool_t ad_dosync; /* synchronize? */
243 static bool_t
339 static bool_t
397 static bool_t
H A Dsvc_run.c60 extern bool_t __is_a_userfd(int P_fd);
99 bool_t __rpc_tp_exclbind = FALSE;
177 bool_t svc_polling; /* true if a thread is polling */
183 static bool_t svc_exit_done = TRUE;
391 static bool_t first_time = TRUE; in _svc_run_mt()
392 bool_t main_thread = FALSE; in _svc_run_mt()
953 bool_t wake_up_poller; in svc_args_done()
1034 bool_t
1102 __rpc_tp_exclbind = *((bool_t *)info); in rpc_control()
1108 *((bool_t *)info) = __rpc_tp_exclbind; in rpc_control()
H A Dsvc_door.c89 static bool_t svc_door_recv();
97 bool_t
165 static bool_t
186 bool_t nd; in svc_door_dispatch()
573 static bool_t
587 static bool_t
603 static bool_t
610 static bool_t
656 static bool_t
720 bool_t
[all …]
H A Dsvc_vc.c665 static bool_t
1097 static bool_t
1194 static bool_t
1215 static bool_t
1651 static bool_t
1700 static bool_t
1703 bool_t dummy; in svc_vc_getargs()
1713 static bool_t
1723 static bool_t
1732 bool_t has_args; in svc_vc_reply()
[all …]
H A Dxdr_array.c64 bool_t
71 bool_t stat = TRUE; in xdr_array()
132 bool_t
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_entry_c.x97 % bool_t sane() { return( aversion.equal( &bversion ) ); }
109 %extern "C" bool_t xdr_db_log_entry(XDR*, db_log_entry*);
111 %extern bool_t xdr_db_log_entry(XDR*, db_log_entry*);
H A Ddb_dictlog.cc142 db_dictlog::execute_on_log(bool_t (*func) (db_dictlog_entry *, in execute_on_log()
144 char* dict, bool_t clean) in execute_on_log()
148 bool_t done = FALSE; in execute_on_log()
168 static bool_t
H A Dnis_parse_ldap_conf.h610 bool_t is_cmd_line_option(config_key a_num);
616 extern bool_t parse_index(const char *s, const char *end_s,
618 extern bool_t add_element(__nis_mapping_element_t *e,
632 bool_t end_nisplus);
641 extern bool_t is_whitespace(int c);
642 extern bool_t contains_string(const char *s1, const char *s2);
644 extern bool_t same_string(const char *s1, const char *s2, int len);
654 extern bool_t validate_dn(const char *s, int len);
655 extern bool_t validate_ldap_filter(const char *s, const char *end);
H A Dldap_parse.h57 bool_t isDefault; /* True if value is a default */
270 bool_t repeat;
347 bool_t doElide;
445 bool_t doElide;
H A Dldap_val.h59 void freeIndex(__nis_index_t *old, bool_t doFree);
85 void freeObjSpec(__nis_obj_spec_t *old, bool_t doFree);
90 bool_t doFree);
98 bool_t doFree);
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.c60 bool_t yptol_mode = FALSE; /* Set if in N2L mode */
61 bool_t yptol_newlock = FALSE;
66 bool_t ypxfrd_flag = FALSE; /* Set if called from ypxfrd */
223 bool_t wait_flag; in shim_dbm_firstkey()
629 bool_t
630 init_lock_system(bool_t ypxfrd) in init_lock_system()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h81 bool_t dbi_createable; /* Can create entries */
86 bool_t (*dbi_compare)(rfs4_entry_t, void *); /* Key match entry? */
112 bool_t (*dbt_create)(rfs4_entry_t, void *data);
114 bool_t (*dbt_expiry)(rfs4_entry_t); /* Has this entry expired */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_dispatch.c46 static bool_t
97 static bool_t
101 bool_t res = FALSE; in xdr_compound_wrapper()
102 bool_t isreal = (xdrs->x_handy != 0); /* real data encoding ? */ in xdr_compound_wrapper()
H A Dnfs4_xdr.c65 bool_t
198 bool_t
215 bool_t
247 bool_t
352 bool_t
527 bool_t
673 bool_t
711 bool_t
745 bool_t
757 bool_t
[all …]
H A Dnfs_auth_xdr.c34 bool_t
56 bool_t
80 bool_t
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c96 static bool_t
102 static bool_t
127 bool_t
211 bool_t
239 static bool_t
267 bool_t
272 bool_t retval = TRUE; in loadConfigFile()
295 static bool_t
344 static bool_t
706 static bool_t
[all …]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c337 bool_t
581 bool_t
765 bool_t
819 bool_t
1097 bool_t
1389 bool_t
1449 bool_t
1564 bool_t
1674 bool_t
1741 bool_t
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadb.h99 bool_t xdr_osa_princ_ent_rec(XDR *xdrs, osa_princ_ent_t objp);
100 bool_t xdr_osa_policy_ent_rec(XDR *xdrs, osa_policy_ent_t objp);
101 bool_t xdr_osa_pw_hist_ent(XDR *xdrs, osa_pw_hist_ent *objp);
102 bool_t xdr_krb5_key_data(XDR *xdrs, krb5_key_data *objp);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c81 static bool_t
99 static bool_t
106 static bool_t
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c248 bool_t
257 bool_t
267 bool_t
278 bool_t
295 bool_t

12345678910>>...18