/netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
H A D | dynstr.c | 49 resize(atf_dynstr_t *ad, size_t newsize) in resize() 73 prepend_or_append(atf_dynstr_t *ad, const char *fmt, va_list ap, in prepend_or_append() 123 atf_dynstr_init(atf_dynstr_t *ad) in atf_dynstr_init() 143 atf_dynstr_init_ap(atf_dynstr_t *ad, const char *fmt, va_list ap) in atf_dynstr_init_ap() 185 atf_dynstr_init_fmt(atf_dynstr_t *ad, const char *fmt, ...) in atf_dynstr_init_fmt() 198 atf_dynstr_init_raw(atf_dynstr_t *ad, const void *mem, size_t memlen) in atf_dynstr_init_raw() 225 atf_dynstr_init_rep(atf_dynstr_t *ad, size_t len, char ch) in atf_dynstr_init_rep() 251 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, in atf_dynstr_init_substr() 282 atf_dynstr_fini(atf_dynstr_t *ad) in atf_dynstr_fini() 289 atf_dynstr_fini_disown(atf_dynstr_t *ad) in atf_dynstr_fini_disown() [all …]
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_write_disk.c | 39 struct archive *ad; in create() local 66 struct archive *ad; in create_reg_file() local 109 struct archive *ad; in create_reg_file2() local 142 struct archive *ad; in create_reg_file3() local 169 struct archive *ad; in create_reg_file4() local 196 struct archive *ad; in create_reg_file_win() local
|
/netbsd-src/sys/dev/acpi/ |
H A D | acpi_wakedev.c | 64 acpi_wakedev_init(struct acpi_devnode *ad) in acpi_wakedev_init() argument 167 acpi_wakedev_power_add(struct acpi_devnode * ad,ACPI_OBJECT * obj) acpi_wakedev_power_add() argument 196 acpi_wakedev_power_set(struct acpi_devnode * ad,bool enable) acpi_wakedev_power_set() argument 211 acpi_wakedev_add(struct acpi_devnode * ad) acpi_wakedev_add() argument 285 struct acpi_devnode *ad; acpi_wakedev_commit() local 322 acpi_wakedev_method(struct acpi_devnode * ad,int state) acpi_wakedev_method() argument [all...] |
H A D | acpi_pci.c | 171 acpi_pcidev_scan(struct acpi_devnode *ad) in acpi_pcidev_scan() 369 struct acpi_devnode *ad; in acpi_pcidev_find() local 397 struct acpi_devnode *ad; in acpi_pcidev_get_tag() local 417 struct acpi_devnode *ad; in acpi_pciroot_find() local 441 acpi_pcidev_find_dev(struct acpi_devnode *ad) in acpi_pcidev_find_dev() 490 struct acpi_devnode *ad; in acpi_pci_bus_get_child_devhandle() local
|
H A D | acpi_power.c | 198 struct acpi_devnode *ad = acpi_match_node(hdl); in acpi_power_deregister() local 217 struct acpi_devnode *ad = acpi_match_node(hdl); in acpi_power_get() local 261 acpi_power_get_direct(struct acpi_devnode *ad) in acpi_power_get_direct() 276 acpi_power_get_indirect(struct acpi_devnode *ad) in acpi_power_get_indirect() 330 struct acpi_devnode *ad = acpi_match_node(hdl); in acpi_power_set() local 420 acpi_power_switch(struct acpi_devnode *ad, int state, bool on) in acpi_power_switch() 672 acpi_power_add(struct acpi_devnode *ad) in acpi_power_add() 712 struct acpi_devnode *ad; in acpi_power_sysctl() local
|
H A D | acpi.c | 628 struct acpi_devnode *ad; acpi_childdet() local 743 struct acpi_devnode *ad; acpi_config_dma() local 764 struct acpi_devnode *ad; acpi_make_devnode() local 846 acpi_make_name(struct acpi_devnode * ad,uint32_t name) acpi_make_name() argument 869 acpi_default_dma_tag(struct acpi_softc * sc,struct acpi_devnode * ad) acpi_default_dma_tag() argument 876 acpi_default_dma64_tag(struct acpi_softc * sc,struct acpi_devnode * ad) acpi_default_dma64_tag() argument 941 struct acpi_devnode *ad; acpi_rescan_early() local 985 struct acpi_devnode *ad; acpi_rescan_nodes() local 1052 struct acpi_devnode *ad; acpi_rescan_capabilities() local 1104 struct acpi_devnode *ad; acpi_print() local 1161 struct acpi_devnode *ad; acpi_notify_handler() local 1222 acpi_register_notify(struct acpi_devnode * ad,ACPI_NOTIFY_HANDLER notify) acpi_register_notify() argument 1252 acpi_deregister_notify(struct acpi_devnode * ad) acpi_deregister_notify() argument 1898 acpi_is_scope(struct acpi_devnode * ad) acpi_is_scope() argument [all...] |
H A D | acpi_i2c.c | 73 struct acpi_devnode *ad; in acpi_enter_i2c_device() argument 119 struct acpi_devnode *ad; acpi_enter_i2c_devs() local [all...] |
H A D | ehci_acpi.c | 188 struct acpi_devnode *ad; in ehci_acpi_port_has_companion() local 246 struct acpi_devnode *ad; in ehci_acpi_num_companion_ports() local 265 struct acpi_devnode *ad; in ehci_acpi_num_companions() local [all...] |
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | ex_data.c | 88 static void dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_new() 93 static void dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_free() 214 CRYPTO_EX_DATA *ad) in ossl_crypto_new_ex_data_ex() 260 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() 365 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data() 421 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, in CRYPTO_alloc_ex_data() 435 CRYPTO_EX_DATA *ad, int idx) in ossl_crypto_alloc_ex_data_intern() 467 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) in CRYPTO_set_ex_data() 496 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) in CRYPTO_get_ex_data() 503 OSSL_LIB_CTX *ossl_crypto_ex_data_get_ossl_lib_ctx(const CRYPTO_EX_DATA *ad) in ossl_crypto_ex_data_get_ossl_lib_ctx()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | value.c | 132 AttributeDescription *ad, in asserted_value_validate_normalize() 200 AttributeDescription *ad, in value_match() 222 AttributeDescription *ad, in value_find_ex() 425 AttributeDescription *ad, in ordered_value_validate() 472 AttributeDescription *ad, in ordered_value_pretty() 542 AttributeDescription *ad, in ordered_value_normalize() 616 AttributeDescription *ad, in ordered_value_match() 704 AttributeDescription *ad, in ordered_value_add()
|
H A D | aci.c | 597 AttributeDescription *ad = NULL; in aci_mask() local 707 AttributeDescription **ad; in aci_init() member 756 AttributeDescription *ad = NULL; in dynacl_aci_parse() local 794 AttributeDescription *ad = ( AttributeDescription * )priv; in dynacl_aci_unparse() local 819 AttributeDescription *ad = ( AttributeDescription * )priv; in dynacl_aci_mask() local 1124 AttributeDescription *ad; in OpenLDAPaciValidateRight() local 1216 AttributeDescription *ad = NULL; in OpenLDAPaciNormalizeRight() local 1479 AttributeDescription *ad = NULL; in OpenLDAPaciValidate() local 1513 AttributeDescription *ad = NULL; in OpenLDAPaciValidate() local 1676 AttributeDescription *ad = NULL; in OpenLDAPaciPrettyNormal() local [all …]
|
H A D | ad.c | 105 void ad_destroy( AttributeDescription *ad ) in ad_destroy() 120 AttributeDescription *ad; in ad_find_tags() local 135 AttributeDescription **ad, in slap_str2ad() 166 AttributeDescription **ad, in slap_bv2ad() 715 AttributeDescription **ad, in slap_str2undef_ad() 728 AttributeDescription **ad, in slap_bv2undef_ad() 812 AttributeDescription *ad = in slap_bv2tmp_ad() local 1299 AttributeDescription *ad, in ad_mr()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
H A D | aead_chacha20poly1305.c | 25 const unsigned char *ad, in crypto_aead_chacha20poly1305_encrypt_detached() 64 const unsigned char *ad, in crypto_aead_chacha20poly1305_encrypt() 96 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_encrypt_detached() 139 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_encrypt() 171 const unsigned char *ad, in crypto_aead_chacha20poly1305_decrypt_detached() 221 const unsigned char *ad, in crypto_aead_chacha20poly1305_decrypt() 251 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_decrypt_detached() 305 const unsigned char *ad, in crypto_aead_chacha20poly1305_ietf_decrypt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | opover.d | 206 private Expression checkAliasThisForLhs(AggregateDeclaration ad, Scope* sc, BinExp e) in checkAliasThisForLhs() 235 private Expression checkAliasThisForRhs(AggregateDeclaration ad, Scope* sc, BinExp e) in checkAliasThisForRhs() 305 AggregateDeclaration ad = isAggregate(t1b); in visitUna() local 376 AggregateDeclaration ad = isAggregate(e.e1.type); in visitUna() local 445 AggregateDeclaration ad = isAggregate(t1b); in visitArray() local 553 AggregateDeclaration ad = isAggregate(e.e1.type); in visitCast() local 863 if (auto ad = dve.var.isMember2()) in visitBin() local 1120 AggregateDeclaration ad = isAggregate(t1b); in visitBinAssign() local 1429 Dsymbol search_function(ScopeDsymbol ad, Identifier funcid) in search_function() 1484 AggregateDeclaration ad = (tab.ty == Tclass) ? tab.isTypeClass().sym in inferForeachAggregate() local [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
H A D | ex_data.c | 113 static void dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_new() 118 static void dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, in dummy_free() 208 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data() 320 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data() 369 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) in CRYPTO_set_ex_data() 394 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) in CRYPTO_get_ex_data()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | attr.c | 38 mdb_attr_slot( struct mdb_info *mdb, AttributeDescription *ad, int *ins ) in mdb_attr_slot() 271 AttributeDescription *ad; in mdb_attr_index_config() local 560 AttributeDescription *ad; in mdb_attr_multi_config() local 661 mdb_attr_multi_thresh( struct mdb_info *mdb, AttributeDescription *ad, unsigned *hi, unsigned *lo ) in mdb_attr_multi_thresh() 699 void mdb_attr_index_free( struct mdb_info *mdb, AttributeDescription *ad ) in mdb_attr_index_free() 741 AttributeDescription *ad; in mdb_ad_read() local 788 int mdb_ad_get( struct mdb_info *mdb, MDB_txn *txn, AttributeDescription *ad ) in mdb_ad_get()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
H A D | aead_xchacha20poly1305.c | 22 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached() 47 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_encrypt() 76 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached() 102 const unsigned char *ad, in crypto_aead_xchacha20poly1305_ietf_decrypt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | access.c | 40 Prot getAccess(AggregateDeclaration *ad, Dsymbol *smember) in getAccess() 148 bool checkAccess(AggregateDeclaration *ad, Loc loc, Scope *sc, Dsymbol *smember) in checkAccess() 198 bool isFriendOf(AggregateDeclaration *ad, AggregateDeclaration *cd) in isFriendOf() 295 bool hasPrivateAccess(AggregateDeclaration *ad, Dsymbol *smember) in hasPrivateAccess() 514 else if (AliasDeclaration *ad = s->isAliasDeclaration()) in mostVisibleOverload() local
|
H A D | opover.c | 263 AggregateDeclaration *ad = isAggregate(t1b); in op_overload() local 344 AggregateDeclaration *ad = isAggregate(e->e1->type); in op_overload() local 421 AggregateDeclaration *ad = isAggregate(t1b); in op_overload() local 534 AggregateDeclaration *ad = isAggregate(e->e1->type); in op_overload() local 1164 AggregateDeclaration *ad = isAggregate(t1b); in op_overload() local 1581 Dsymbol *search_function(ScopeDsymbol *ad, Identifier *funcid) in search_function() 1610 AggregateDeclaration *ad; in inferAggregate() local 1752 AggregateDeclaration *ad; in inferApplyArgTypes() local
|
H A D | aliasthis.c | 27 AggregateDeclaration *ad = isAggregate(e->type); in resolveAliasThis() local 109 AggregateDeclaration *ad = p->isAggregateDeclaration(); in semantic() local
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/ |
H A D | adremap.c | 136 adremap_case ad; in adremap_cf_case() local 157 adremap_dnv *ad, **a2; in adremap_cf_dnv() local 260 AttributeDescription *ad; member 274 adremap_dnv *ad; in adremap_search_resp() local 396 adremap_dnv *ad = NULL; in adremap_filter() local 558 adremap_dnv *ad = NULL; in adremap_search() local 615 adremap_dnv *ad; in adremap_db_destroy() local
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | auditlog.c | 77 auditlog_data *ad = on->on_bi.bi_private; in auditlog_response() local 201 auditlog_data *ad = ch_calloc(1, sizeof(auditlog_data)); in auditlog_db_init() local 215 auditlog_data *ad = on->on_bi.bi_private; in auditlog_db_destroy() local
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
H A D | allowed.c | 84 AttributeDescription **ad; member 298 AttributeDescription *ad = NULL; in aa_operational() local 381 AttributeDescription *ad = NULL; in aa_operational() local 435 AttributeDescription *ad = NULL; in register_at() local
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 507 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_encrypt_detached_afternm() 626 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_encrypt_afternm() 646 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_decrypt_detached_afternm() 803 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_decrypt_afternm() 831 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt_detached() 851 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt() 876 const unsigned char *ad, in crypto_aead_aes256gcm_decrypt_detached() 896 const unsigned char *ad, in crypto_aead_aes256gcm_decrypt() 928 const unsigned char *ad, in crypto_aead_aes256gcm_encrypt_detached() 941 const unsigned char *ad, unsigned long long adlen, in crypto_aead_aes256gcm_encrypt() [all …]
|
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_abbrev.c | 74 Dwarf_AttrDef ad; in _dwarf_attrdef_add() local 222 Dwarf_AttrDef ad, tad; in _dwarf_abbrev_cleanup() local 242 Dwarf_AttrDef ad; in _dwarf_abbrev_gen() local
|