Home
last modified time | relevance | path

Searched defs:ld (Results 1 – 25 of 147) sorted by relevance

123456

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c45 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_abandon_ext() local
54 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_abandon() local
67 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_ext() local
78 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_ext_s() local
87 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add() local
96 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_s() local
109 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_ext() local
120 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_ext_s() local
130 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare() local
139 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_s() local
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c58 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ) in nsldapi_alloc_ber_with_options()
79 nsldapi_set_ber_options( LDAP *ld, BerElement *ber ) in nsldapi_set_ber_options()
146 LDAP *ld, /* session handle */ in nsldapi_send_server_request()
531 find_connection( LDAP *ld, LDAPServer *srv, int any ) in find_connection()
561 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection()
630 nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all ) in nsldapi_dump_connection()
678 nsldapi_dump_requests_and_responses( LDAP *ld ) in nsldapi_dump_requests_and_responses()
733 nsldapi_free_request( LDAP *ld, LDAPRequest *lr, int free_conn ) in nsldapi_free_request()
1073 nsldapi_append_referral( LDAP *ld, char **referralsp, char *s ) in nsldapi_append_referral()
1221 nsldapi_find_request_by_msgid( LDAP *ld, int msgid ) in nsldapi_find_request_by_msgid()
[all …]
H A Dreferral.c36 ldap_first_reference( LDAP *ld, LDAPMessage *res ) in ldap_first_reference()
52 ldap_next_reference( LDAP *ld, LDAPMessage *ref ) in ldap_next_reference()
70 ldap_count_references( LDAP *ld, LDAPMessage *res ) in ldap_count_references()
93 ldap_parse_reference( LDAP *ld, LDAPMessage *ref, char ***referralsp, in ldap_parse_reference()
121 nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp, in nsldapi_parse_reference()
171 char ** ldap_get_reference_urls(LDAP *ld, LDAPMessage *res) in ldap_get_reference_urls()
H A Dunbind.c46 ldap_unbind( LDAP *ld ) in ldap_unbind()
56 ldap_unbind_s( LDAP *ld ) in ldap_unbind_s()
64 ldap_unbind_ext( LDAP *ld, LDAPControl **serverctrls, in ldap_unbind_ext()
76 ldap_ld_free( LDAP *ld, LDAPControl **serverctrls, in ldap_ld_free()
190 nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls, in nsldapi_send_unbind()
H A Drename.c60 LDAP *ld, in ldap_rename()
183 ldap_modrdn2( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2()
196 ldap_modrdn( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn()
204 LDAP *ld, in ldap_rename_s()
231 ldap_modrdn2_s( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2_s()
247 ldap_modrdn_s( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn_s()
H A Dgetentry.c40 ldap_first_entry( LDAP *ld, LDAPMessage *chain ) in ldap_first_entry()
56 ldap_next_entry( LDAP *ld, LDAPMessage *entry ) in ldap_next_entry()
74 ldap_count_entries( LDAP *ld, LDAPMessage *chain ) in ldap_count_entries()
94 ldap_get_entry_controls( LDAP *ld, LDAPMessage *entry, in ldap_get_entry_controls()
H A Dbind.c49 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind()
95 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s()
115 ldap_set_rebind_proc( LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, in ldap_set_rebind_proc()
139 nsldapi_get_binddn( LDAP *ld ) in nsldapi_get_binddn()
H A Ddelete.c45 ldap_delete( LDAP *ld, const char *dn ) in ldap_delete()
60 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext()
131 ldap_delete_s( LDAP *ld, const char *dn ) in ldap_delete_s()
138 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext_s()
H A Dsbind.c54 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind()
71 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, in simple_bind_nolock()
151 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind_s()
180 simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd ) in simple_bindifnot_s()
H A Dadd.c59 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add()
80 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext()
188 ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add_s()
194 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext_s()
H A Dmodify.c57 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify()
73 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext()
188 ldap_modify_s( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify_s()
195 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext_s()
H A Dufn.c83 LDAP *ld, in ldap_ufn_search_ctx()
253 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_ct()
347 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_c()
359 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_s()
379 ldap_msg_merge( LDAP *ld, LDAPMessage *a, LDAPMessage *b ) in ldap_msg_merge()
443 ldap_ufn_expand( LDAP *ld, LDAP_CANCELPROC_CALLBACK *cancelproc, in ldap_ufn_expand()
506 ldap_ufn_setfilter( LDAP *ld, char *fname ) in ldap_ufn_setfilter()
516 ldap_ufn_setprefix( LDAP *ld, char *prefix ) in ldap_ufn_setprefix()
H A Dmessage.c49 ldap_first_message( LDAP *ld, LDAPMessage *chain ) in ldap_first_message()
61 ldap_next_message( LDAP *ld, LDAPMessage *msg ) in ldap_next_message()
77 ldap_count_messages( LDAP *ld, LDAPMessage *chain ) in ldap_count_messages()
H A Dcompare.c48 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value ) in ldap_compare()
68 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext()
148 ldap_compare_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_s()
161 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext_s()
H A Derror.c339 ldap_perror( LDAP *ld, const char *s ) in ldap_perror()
403 ldap_result2error( LDAP *ld, LDAPMessage *r, int freeit ) in ldap_result2error()
419 ldap_get_lderrno( LDAP *ld, char **m, char **s ) in ldap_get_lderrno()
449 ldap_set_lderrno( LDAP *ld, int e, char *m, char *s ) in ldap_set_lderrno()
483 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, in ldap_parse_result()
556 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, in nsldapi_parse_result()
H A Dos-ip.c246 int salen, LDAP *ld)
537 nsldapi_try_each_host( LDAP *ld, const char *hostlist,
737 nsldapi_close_connection( LDAP *ld, Sockbuf *sb )
786 nsldapi_iostatus_interest_write( LDAP *ld, Sockbuf *sb )
838 nsldapi_iostatus_interest_read( LDAP *ld, Sockbuf *sb )
889 nsldapi_iostatus_interest_clear( LDAP *ld, Sockbuf *sb )
953 nsldapi_iostatus_is_write_ready( LDAP *ld, Sockbuf *sb )
999 nsldapi_iostatus_is_read_ready( LDAP *ld, Sockbuf *sb )
1047 nsldapi_iostatus_init_nolock( LDAP *ld )
1078 nsldapi_iostatus_free( LDAP *ld )
[all …]
H A Dsasl.c149 LDAP *ld; in nsldapi_sasl_read() local
319 LDAP *ld; in nsldapi_sasl_poll() local
379 LDAP *ld; in nsldapi_sasl_close_socket() local
406 nsldapi_sasl_install( LDAP *ld, Sockbuf *sb, void *ctx_arg, sasl_ssf_t *ssf) in nsldapi_sasl_install()
521 nsldapi_sasl_cvterrno( LDAP *ld, int err, char *msg ) in nsldapi_sasl_cvterrno()
569 nsldapi_sasl_open(LDAP *ld) in nsldapi_sasl_open()
634 nsldapi_sasl_close( LDAP *ld, Sockbuf *sb ) in nsldapi_sasl_close()
648 nsldapi_sasl_do_bind( LDAP *ld, const char *dn, in nsldapi_sasl_do_bind()
836 nsldapi_get_sasl_mechs ( LDAP *ld, char **pmech ) in nsldapi_get_sasl_mechs()
1030 ldap_sasl_interactive_bind_s( LDAP *ld, const char *dn, in ldap_sasl_interactive_bind_s()
H A Dabandon.c55 ldap_abandon( LDAP *ld, int msgid ) in ldap_abandon()
73 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **serverctrls, in ldap_abandon_ext()
107 do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls, in do_abandon()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c51 LDAP *ld; in prldap_init() local
81 prldap_install_routines( LDAP *ld, int shared ) in prldap_install_routines()
107 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... ) in prldap_set_session_option()
148 int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg, in prldap_get_session_option()
186 prldap_set_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip ) in prldap_set_session_info()
222 prldap_get_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip ) in prldap_get_session_info()
314 prldap_get_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip ) in prldap_get_default_socket_info()
352 prldap_set_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip ) in prldap_set_default_socket_info()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c52 *MR_LdRaidGet(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_LdRaidGet()
58 MR_GetLDTgtId(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_GetLDTgtId()
65 MR_LdSpanInfoGet(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanInfoGet()
71 MR_LdDataArmGet(U32 ld, U32 armIdx, MR_FW_RAID_MAP_ALL *map) in MR_LdDataArmGet()
83 MR_LdSpanArrayGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanArrayGet()
104 U32 ld; in MR_CheckDIF() local
118 MR_LdSpanPtrGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanPtrGet()
151 MR_GetSpanBlock(U32 ld, U64 row, U64 *span_blk, MR_FW_RAID_MAP_ALL *map, in MR_GetSpanBlock()
203 MR_GetPhyParams(struct mrsas_instance *instance, U32 ld, U64 stripRow, in MR_GetPhyParams()
296 U32 ld, stripSize, stripe_mask; in MR_BuildRaidContext() local
[all …]
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinpil.c78 #define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15))) argument
79 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) argument
85 #define LDBL_MOST_SIGNIF_I(ld) I(ld, 0) argument
86 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1) argument
H A Dsincospil.c79 #define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15))) argument
80 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) argument
86 #define LDBL_MOST_SIGNIF_I(ld) I(ld, 0) argument
87 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1) argument
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsinpil.c77 #define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15))) argument
78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) argument
84 #define LDBL_MOST_SIGNIF_I(ld) I(ld, 0) argument
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1) argument
H A Dsincospil.c77 #define LDBL_MOST_SIGNIF_I(ld) ((I(ld, 2) << 16) | (0xffff & (I(ld, 1) >> 15))) argument
78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) argument
84 #define LDBL_MOST_SIGNIF_I(ld) I(ld, 0) argument
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1) argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c55 LDAP *ld=NULL; local
132 LDAP *ld=NULL; local
185 LDAP *ld, in populate_policy()
226 LDAP *ld=NULL; in krb5_ldap_get_password_policy_from_dn() local
335 LDAP *ld=NULL; local
386 LDAP *ld=NULL; local

123456