Home
last modified time | relevance | path

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

123456

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_wrapper.c47 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_abandon_ext() local
56 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_abandon() local
69 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_ext() local
80 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_ext_s() local
89 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add() local
98 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_add_s() local
111 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_ext() local
122 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_ext_s() local
132 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare() local
141 LDAP *ld = __s_api_getLDAPconn(flags); in _ns_ldap_compare_s() local
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dreferral.c38 ldap_first_reference( LDAP *ld, LDAPMessage *res ) in ldap_first_reference()
54 ldap_next_reference( LDAP *ld, LDAPMessage *ref ) in ldap_next_reference()
72 ldap_count_references( LDAP *ld, LDAPMessage *res ) in ldap_count_references()
95 ldap_parse_reference( LDAP *ld, LDAPMessage *ref, char ***referralsp, in ldap_parse_reference()
123 nsldapi_parse_reference( LDAP *ld, BerElement *rber, char ***referralsp, in nsldapi_parse_reference()
173 char ** ldap_get_reference_urls(LDAP *ld, LDAPMessage *res) in ldap_get_reference_urls()
H A Drequest.c60 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ) in nsldapi_alloc_ber_with_options()
81 nsldapi_set_ber_options( LDAP *ld, BerElement *ber ) in nsldapi_set_ber_options()
96 nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype, in nsldapi_send_initial_request()
148 LDAP *ld, /* session handle */ in nsldapi_send_server_request()
323 nsldapi_ber_flush( LDAP *ld, Sockbuf *sb, BerElement *ber, int freeit, in nsldapi_ber_flush()
360 nsldapi_new_connection( LDAP *ld, LDAPServer **srvlistp, int use_ldsb, in nsldapi_new_connection()
533 find_connection( LDAP *ld, LDAPServer *srv, int any ) in find_connection()
563 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection()
571 nsldapi_free_connection( LDAP *ld, LDAPConn *lc, LDAPControl **serverctrls, in nsldapi_free_connection()
632 nsldapi_dump_connection( LDAP *ld, LDAPConn *lconns, int all ) in nsldapi_dump_connection()
[all …]
H A Dgetentry.c42 ldap_first_entry( LDAP *ld, LDAPMessage *chain ) in ldap_first_entry()
58 ldap_next_entry( LDAP *ld, LDAPMessage *entry ) in ldap_next_entry()
76 ldap_count_entries( LDAP *ld, LDAPMessage *chain ) in ldap_count_entries()
96 ldap_get_entry_controls( LDAP *ld, LDAPMessage *entry, in ldap_get_entry_controls()
H A Dunbind.c48 ldap_unbind( LDAP *ld ) in ldap_unbind()
58 ldap_unbind_s( LDAP *ld ) in ldap_unbind_s()
66 ldap_unbind_ext( LDAP *ld, LDAPControl **serverctrls, in ldap_unbind_ext()
78 ldap_ld_free( LDAP *ld, LDAPControl **serverctrls, in ldap_ld_free()
192 nsldapi_send_unbind( LDAP *ld, Sockbuf *sb, LDAPControl **serverctrls, in nsldapi_send_unbind()
H A Dbind.c51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind()
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s()
117 ldap_set_rebind_proc( LDAP *ld, LDAP_REBINDPROC_CALLBACK *rebindproc, in ldap_set_rebind_proc()
141 nsldapi_get_binddn( LDAP *ld ) in nsldapi_get_binddn()
H A Drename.c62 LDAP *ld, in ldap_rename()
185 ldap_modrdn2( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2()
198 ldap_modrdn( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn()
206 LDAP *ld, in ldap_rename_s()
233 ldap_modrdn2_s( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2_s()
249 ldap_modrdn_s( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn_s()
H A Ddelete.c47 ldap_delete( LDAP *ld, const char *dn ) in ldap_delete()
62 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext()
133 ldap_delete_s( LDAP *ld, const char *dn ) in ldap_delete_s()
140 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext_s()
H A Dmessage.c51 ldap_first_message( LDAP *ld, LDAPMessage *chain ) in ldap_first_message()
63 ldap_next_message( LDAP *ld, LDAPMessage *msg ) in ldap_next_message()
79 ldap_count_messages( LDAP *ld, LDAPMessage *chain ) in ldap_count_messages()
H A Dsbind.c56 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind()
73 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, in simple_bind_nolock()
153 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind_s()
182 simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd ) in simple_bindifnot_s()
H A Dadd.c61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add()
82 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext()
190 ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add_s()
196 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext_s()
H A Dmodify.c59 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify()
75 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext()
190 ldap_modify_s( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify_s()
197 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext_s()
H A Dcompare.c50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value ) in ldap_compare()
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext()
150 ldap_compare_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_s()
163 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext_s()
H A Dufn.c85 LDAP *ld, in ldap_ufn_search_ctx()
255 ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_ct()
349 ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_c()
361 ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs, int attrsonly, in ldap_ufn_search_s()
381 ldap_msg_merge( LDAP *ld, LDAPMessage *a, LDAPMessage *b ) in ldap_msg_merge()
445 ldap_ufn_expand( LDAP *ld, LDAP_CANCELPROC_CALLBACK *cancelproc, in ldap_ufn_expand()
508 ldap_ufn_setfilter( LDAP *ld, char *fname ) in ldap_ufn_setfilter()
518 ldap_ufn_setprefix( LDAP *ld, char *prefix ) in ldap_ufn_setprefix()
H A Dabandon.c57 ldap_abandon( LDAP *ld, int msgid ) in ldap_abandon()
75 ldap_abandon_ext( LDAP *ld, int msgid, LDAPControl **serverctrls, in ldap_abandon_ext()
109 do_abandon( LDAP *ld, int origid, int msgid, LDAPControl **serverctrls, in do_abandon()
H A Derror.c341 ldap_perror( LDAP *ld, const char *s ) in ldap_perror()
405 ldap_result2error( LDAP *ld, LDAPMessage *r, int freeit ) in ldap_result2error()
421 ldap_get_lderrno( LDAP *ld, char **m, char **s ) in ldap_get_lderrno()
451 ldap_set_lderrno( LDAP *ld, int e, char *m, char *s ) in ldap_set_lderrno()
485 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, in ldap_parse_result()
558 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, in nsldapi_parse_result()
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 Dos-ip.c196 nsldapi_os_socket( LDAP *ld, int secure, int domain, int type, int protocol ) in nsldapi_os_socket()
246 int salen, LDAP *ld)
466 nsldapi_connect_to_host( LDAP *ld, Sockbuf *sb, const char *hostlist,
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 )
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-public.c54 LDAP *ld; in prldap_init() local
84 prldap_install_routines( LDAP *ld, int shared ) in prldap_install_routines()
110 prldap_set_session_option( LDAP *ld, void *sessionarg, int option, ... ) in prldap_set_session_option()
151 int LDAP_CALL prldap_get_session_option( LDAP *ld, void *sessionarg, in prldap_get_session_option()
189 prldap_set_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip ) in prldap_set_session_info()
225 prldap_get_session_info( LDAP *ld, void *sessionarg, PRLDAPSessionInfo *seip ) in prldap_get_session_info()
317 prldap_get_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip ) in prldap_get_default_socket_info()
355 prldap_set_default_socket_info( LDAP *ld, PRLDAPSocketInfo *soip ) in prldap_set_default_socket_info()
/titanic_41/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c48 *MR_LdRaidGet(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_LdRaidGet()
54 MR_GetLDTgtId(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_GetLDTgtId()
61 MR_LdSpanInfoGet(U32 ld, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanInfoGet()
67 MR_LdDataArmGet(U32 ld, U32 armIdx, MR_FW_RAID_MAP_ALL *map) in MR_LdDataArmGet()
79 MR_LdSpanArrayGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanArrayGet()
100 U32 ld; in MR_CheckDIF() local
114 MR_LdSpanPtrGet(U32 ld, U32 span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanPtrGet()
147 MR_GetSpanBlock(U32 ld, U64 row, U64 *span_blk, MR_FW_RAID_MAP_ALL *map, in MR_GetSpanBlock()
199 MR_GetPhyParams(struct mrsas_instance *instance, U32 ld, U64 stripRow, in MR_GetPhyParams()
294 U32 ld, stripSize, stripe_mask; in MR_BuildRaidContext() local
[all …]
/titanic_41/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
/titanic_41/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
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c57 LDAP *ld=NULL; local
134 LDAP *ld=NULL; local
187 LDAP *ld, in populate_policy()
228 LDAP *ld=NULL; in krb5_ldap_get_password_policy_from_dn() local
337 LDAP *ld=NULL; local
388 LDAP *ld=NULL; local

123456