/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | open.c | 45 int ldap_open_defconn( LDAP *ld ) in ldap_open_defconn() 68 ldap_connect( LDAP *ld ) in ldap_connect() 96 LDAP *ld; in ldap_open() local 126 LDAP *ld; in ldap_create() local 277 LDAP *ld; in ldap_init() local 303 LDAP *ld; in ldap_initialize() local 335 LDAP *ld; in ldap_init_fd() local 434 LDAP *ld, in ldap_int_open_connection() 566 LDAP *ld; in ldap_open_internal_connection() local 624 LDAP *ld; in ldap_dup() local [all …]
|
H A D | unbind.c | 44 LDAP *ld, in ldap_unbind_ext() 62 LDAP *ld, in ldap_unbind_ext_s() 70 ldap_unbind( LDAP *ld ) in ldap_unbind() 80 LDAP *ld, in ldap_ld_free() 261 ldap_destroy( LDAP *ld ) in ldap_destroy() 267 ldap_unbind_s( LDAP *ld ) in ldap_unbind_s() 276 LDAP *ld, in ldap_send_unbind()
|
H A D | msctrl.c | 41 LDAP *ld, in ldap_create_dirsync_value() 95 LDAP *ld, in ldap_create_dirsync_control() 123 LDAP *ld, in ldap_parse_dirsync_control() 176 ldap_create_show_deleted_control( LDAP *ld, in ldap_create_show_deleted_control() 195 LDAP *ld, in ldap_create_extended_dn_value() 244 LDAP *ld, in ldap_create_extended_dn_control() 272 ldap_create_server_notification_control( LDAP *ld, in ldap_create_server_notification_control()
|
H A D | modrdn.c | 58 LDAP *ld, in ldap_build_moddn_req() 131 LDAP *ld, in ldap_rename() 180 LDAP *ld, in ldap_rename2() 210 ldap_modrdn2( LDAP *ld, in ldap_modrdn2() 219 ldap_modrdn( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *newrdn ) in ldap_modrdn() 227 LDAP *ld, in ldap_rename_s() 257 LDAP *ld, in ldap_rename2_s() 268 ldap_modrdn2_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *newrdn, int deleteoldrdn ) in ldap_modrdn2_s() 274 ldap_modrdn_s( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *newrdn ) in ldap_modrdn_s()
|
H A D | messages.c | 35 ldap_first_message( LDAP *ld, LDAPMessage *chain ) in ldap_first_message() 45 ldap_next_message( LDAP *ld, LDAPMessage *msg ) in ldap_next_message() 55 ldap_count_messages( LDAP *ld, LDAPMessage *chain ) in ldap_count_messages() 70 ldap_get_message_ber( LDAPMessage *ld ) in ldap_get_message_ber()
|
H A D | getentry.c | 37 ldap_first_entry( LDAP *ld, LDAPMessage *chain ) in ldap_first_entry() 49 ldap_next_entry( LDAP *ld, LDAPMessage *entry ) in ldap_next_entry() 69 ldap_count_entries( LDAP *ld, LDAPMessage *chain ) in ldap_count_entries() 87 LDAP *ld, in ldap_get_entry_controls()
|
H A D | os-local.c | 69 ldap_pvt_ndelay_on(LDAP *ld, int fd) in ldap_pvt_ndelay_on() 76 ldap_pvt_ndelay_off(LDAP *ld, int fd) in ldap_pvt_ndelay_off() 83 ldap_pvt_socket(LDAP *ld) in ldap_pvt_socket() 94 ldap_pvt_close_socket(LDAP *ld, int s) in ldap_pvt_close_socket() 114 ldap_pvt_is_socket_ready(LDAP *ld, int s) in ldap_pvt_is_socket_ready() 161 ldap_pvt_connect(LDAP *ld, ber_socket_t s, struct sockaddr_un *sa, int async) in ldap_pvt_connect() 315 ldap_connect_to_path(LDAP *ld, Sockbuf *sb, LDAPURLDesc *srv, int async) in ldap_connect_to_path()
|
H A D | os-ip.c | 90 ldap_pvt_ndelay_on(LDAP *ld, int fd) in ldap_pvt_ndelay_on() 97 ldap_pvt_ndelay_off(LDAP *ld, int fd) in ldap_pvt_ndelay_off() 104 ldap_int_socket(LDAP *ld, int family, int type ) in ldap_int_socket() 115 ldap_pvt_close_socket(LDAP *ld, int s) in ldap_pvt_close_socket() 122 ldap_int_prepare_socket(LDAP *ld, int s, int proto ) in ldap_int_prepare_socket() 237 ldap_pvt_is_socket_ready(LDAP *ld, int s) in ldap_pvt_is_socket_ready() 287 LDAP *ld, in ldap_int_poll() 422 ldap_pvt_connect(LDAP *ld, ber_socket_t s, in ldap_pvt_connect() 538 ldap_int_connect_cbs(LDAP *ld, Sockbuf *sb, ber_socket_t *s, LDAPURLDesc *srv, struct sockaddr *add… in ldap_int_connect_cbs() 589 ldap_connect_to_host(LDAP *ld, Sockbuf *sb, in ldap_connect_to_host() [all …]
|
H A D | references.c | 35 ldap_first_reference( LDAP *ld, LDAPMessage *chain ) in ldap_first_reference() 47 ldap_next_reference( LDAP *ld, LDAPMessage *ref ) in ldap_next_reference() 67 ldap_count_references( LDAP *ld, LDAPMessage *chain ) in ldap_count_references() 85 LDAP *ld, in ldap_parse_reference()
|
H A D | delete.c | 41 LDAP *ld, in ldap_build_delete_req() 94 LDAP *ld, in ldap_delete_ext() 130 LDAP *ld, in ldap_delete_ext_s() 159 ldap_delete( LDAP *ld, LDAP_CONST char *dn ) in ldap_delete() 176 ldap_delete_s( LDAP *ld, LDAP_CONST char *dn ) in ldap_delete_s()
|
H A D | request.c | 97 ldap_alloc_ber_with_options( LDAP *ld ) in ldap_alloc_ber_with_options() 111 ldap_set_ber_options( LDAP *ld, BerElement *ber ) in ldap_set_ber_options() 121 LDAP *ld, in ldap_send_initial_request() 184 LDAP *ld, in ldap_int_flush_request() 227 LDAP *ld, in ldap_send_server_request() 455 ldap_new_connection( LDAP *ld, LDAPURLDesc **srvlist, int use_ldsb, in ldap_new_connection() 685 find_connection( LDAP *ld, LDAPURLDesc *srv, int any ) in find_connection() 727 use_connection( LDAP *ld, LDAPConn *lc ) in use_connection() 737 ldap_free_connection( LDAP *ld, LDAPConn *lc, int force, int unbind ) in ldap_free_connection() 851 ldap_dump_connection( LDAP *ld, LDAPConn *lconns, int all ) in ldap_dump_connection() [all …]
|
H A D | modify.c | 61 LDAP *ld, in ldap_build_modify_req() 152 ldap_modify_ext( LDAP *ld, in ldap_modify_ext() 200 ldap_modify( LDAP *ld, LDAP_CONST char *dn, LDAPMod **mods ) in ldap_modify() 215 ldap_modify_ext_s( LDAP *ld, LDAP_CONST char *dn, in ldap_modify_ext_s() 234 ldap_modify_s( LDAP *ld, LDAP_CONST char *dn, LDAPMod **mods ) in ldap_modify_s()
|
H A D | add.c | 79 ldap_add( LDAP *ld, LDAP_CONST char *dn, LDAPMod **attrs ) in ldap_add() 95 LDAP *ld, in ldap_build_add_req() 207 LDAP *ld, in ldap_add_ext() 243 LDAP *ld, in ldap_add_ext_s() 264 ldap_add_s( LDAP *ld, LDAP_CONST char *dn, LDAPMod **attrs ) in ldap_add_s()
|
H A D | compare.c | 47 LDAP *ld, in ldap_build_compare_req() 102 LDAP *ld, in ldap_compare_ext() 146 LDAP *ld, in ldap_compare() 165 LDAP *ld, in ldap_compare_ext_s() 189 LDAP *ld, in ldap_compare_s()
|
H A D | pagectrl.c | 59 LDAP *ld, in ldap_create_page_control_value() 142 LDAP *ld, in ldap_create_page_control() 184 LDAP *ld, in ldap_parse_pageresponse_control() 239 LDAP *ld, in ldap_parse_page_control()
|
H A D | result.c | 108 LDAP *ld, in ldap_result() 134 LDAP *ld, in chkResponseList() 244 LDAP *ld, in wait4msg() 449 LDAP *ld, in try_read1msg() 1162 build_result_ber( LDAP *ld, BerElement **bp, LDAPRequest *lr ) in build_result_ber() 1218 merge_error_info( LDAP *ld, LDAPRequest *parentr, LDAPRequest *lr ) in merge_error_info() 1315 ldap_msgdelete( LDAP *ld, int msgid ) in ldap_msgdelete() 1369 ldap_abandoned( LDAP *ld, ber_int_t msgid ) in ldap_abandoned() 1384 ldap_mark_abandoned( LDAP *ld, ber_int_t msgid ) in ldap_mark_abandoned()
|
H A D | txn.c | 43 LDAP *ld, in ldap_txn_start() 54 LDAP *ld, in ldap_txn_start_s() 67 LDAP *ld, in ldap_txn_end() 99 LDAP *ld, in ldap_txn_end_s()
|
H A D | gssapi.c | 356 LDAP *ld, in map_gsserr2ldap() 388 LDAP *ld, in ldap_gssapi_get_rootdse_infos() 485 static int check_for_gss_spnego_support( LDAP *ld, const char *mechs_str ) in check_for_gss_spnego_support() 508 LDAP *ld, in guess_service_principal() 588 void ldap_int_gssapi_close( LDAP *ld, LDAPConn *lc ) in ldap_int_gssapi_close() 620 LDAP *ld, in ldap_int_gssapi_setup() 652 ldap_int_gss_spnego_bind_s( LDAP *ld ) in ldap_int_gss_spnego_bind_s() 868 ldap_int_gssapi_get_option( LDAP *ld, int option, void *arg ) in ldap_int_gssapi_get_option() 930 ldap_int_gssapi_set_option( LDAP *ld, int option, void *arg ) in ldap_int_gssapi_set_option() 991 #define ldap_int_gss_spnego_bind_s(ld) LDAP_NOT_SUPPORTED argument [all …]
|
H A D | extended.c | 35 LDAP *ld, in ldap_build_extended_req() 103 LDAP *ld, in ldap_extended_operation() 139 LDAP *ld, in ldap_extended_operation_s() 184 LDAP *ld, in ldap_parse_extended_result() 309 LDAP *ld, in ldap_parse_intermediate()
|
/netbsd-src/sys/kern/ |
H A D | subr_lockdebug.c | 149 const lockdebug_t *ld = n; in ld_rbto_compare_key() local 172 lockdebug_t *ld; in lockdebug_lookup1() local 218 lockdebug_t *ld; in lockdebug_lookup() local 240 lockdebug_t *ld; in lockdebug_init() local 271 lockdebug_t *ld; in lockdebug_alloc() local 347 lockdebug_t *ld; in lockdebug_free() local 390 lockdebug_t *ld; in lockdebug_more() local 452 lockdebug_t *ld; in lockdebug_wantlock() local 508 lockdebug_t *ld; in lockdebug_locked() local 559 lockdebug_t *ld; in lockdebug_unlocked() local [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | ld_nvme.c | 84 struct ld_softc *ld = &sc->sc_ld; in ld_nvme_attach() local 119 struct ld_softc *ld = &sc->sc_ld; in ld_nvme_detach() local 134 ld_nvme_start(struct ld_softc *ld, struct buf *bp) in ld_nvme_start() 150 ld_nvme_dump(struct ld_softc *ld, void *data, int blkno, int blkcnt) in ld_nvme_dump() 184 ld_nvme_flush(struct ld_softc *ld, bool poll) in ld_nvme_flush() 193 ld_nvme_getcache(struct ld_softc *ld, int *addr) in ld_nvme_getcache() 201 ld_nvme_setcache(struct ld_softc *ld, int addr) in ld_nvme_setcache() 209 ld_nvme_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_nvme_ioctl()
|
/netbsd-src/sys/arch/usermode/dev/ |
H A D | ld_thunkbus.c | 98 struct ld_softc *ld = &sc->sc_ld; in ld_thunkbus_attach() local 146 struct ld_softc *ld = arg; in ld_aio_sig() local 155 ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp) in ld_thunkbus_ldstart() 202 struct ld_softc *ld = arg; in ld_thunkbus_complete() local 242 ld_thunkbus_ldstart(struct ld_softc *ld, struct buf *bp) in ld_thunkbus_ldstart() 260 struct ld_softc *ld = arg; in ld_thunkbus_complete() local 307 ld_thunkbus_lddump(struct ld_softc *ld, void *data, int blkno, int blkcnt) in ld_thunkbus_lddump() 325 ld_thunkbus_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, in ld_thunkbus_ioctl()
|
/netbsd-src/external/bsd/openldap/dist/clients/tools/ |
H A D | common.c | 221 st_value( LDAP *ld, struct berval *value ) in st_value() 1171 LDAP *ld = NULL; in tool_conn_setup() local 1404 tool_bind( LDAP *ld ) in tool_bind() 1659 tool_unbind( LDAP *ld ) in tool_unbind() 1671 tool_exit( LDAP *ld, int status ) in tool_exit() 1683 tool_server_controls( LDAP *ld, LDAPControl *extra_c, int count ) in tool_server_controls() 1950 tool_check_abandon( LDAP *ld, int msgid ) in tool_check_abandon() 1977 print_prepostread( LDAP *ld, LDAPControl *ctrl, struct berval *what) in print_prepostread() 2040 print_preread( LDAP *ld, LDAPControl *ctrl ) in print_preread() 2048 print_postread( LDAP *ld, LDAPControl *ctrl ) in print_postread() [all …]
|
/netbsd-src/sys/dev/pci/ |
H A D | ld_twa.c | 109 struct ld_softc *ld = &sc->sc_ld; in ld_twa_attach() local 132 struct ld_softc *ld = &sc->sc_ld; in ld_twa_detach() local 192 ld_twa_start(struct ld_softc *ld, struct buf *bp) in ld_twa_start() 224 ld_twa_dump(struct ld_softc *ld, void *data, int blkno, int blkcnt) in ld_twa_dump() 239 ld_twa_flush(struct ld_softc *ld, bool poll) in ld_twa_flush() 281 ld_twa_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_twa_ioctl() 302 struct ld_softc *ld = &sc->sc_ld; in ld_twa_adjqparam() local
|
H A D | ld_twe.c | 96 struct ld_softc *ld = &sc->sc_ld; in ld_twe_attach() local 161 struct ld_softc *ld = &sc->sc_ld; in ld_twe_detach() local 229 ld_twe_start(struct ld_softc *ld, struct buf *bp) in ld_twe_start() 262 ld_twe_dump(struct ld_softc *ld, void *data, int blkno, int blkcnt) in ld_twe_dump() 270 ld_twe_flush(struct ld_softc *ld, bool poll) in ld_twe_flush() 320 ld_twe_ioctl(struct ld_softc *ld, u_long cmd, void *addr, int32_t flag, bool poll) in ld_twe_ioctl() 341 struct ld_softc *ld = &sc->sc_ld; in ld_twe_adjqparam() local
|