Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 25 of 207) sorted by relevance

123456789

/netbsd/src/sys/arch/prep/eisa/
Deisa_machdep.c116 eisa_maxslots(eisa_chipset_tag_t ec) in eisa_maxslots()
126 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, eisa_intr_handle_t *ihp) in eisa_intr_map()
143 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, in eisa_intr_string()
155 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) in eisa_intr_evcnt()
163 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, in eisa_intr_establish()
173 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) in eisa_intr_disestablish()
180 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_mem()
189 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_irq()
198 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_dma()
207 eisa_conf_read_io(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_io()
/netbsd/src/sys/arch/i386/eisa/
Deisa_machdep.c121 eisa_maxslots(eisa_chipset_tag_t ec) in eisa_maxslots()
131 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, in eisa_intr_map()
160 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, in eisa_intr_string()
189 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) in eisa_intr_evcnt()
197 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, in eisa_intr_establish()
226 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) in eisa_intr_disestablish()
233 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, in eisa_conf_read_mem()
242 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, in eisa_conf_read_irq()
251 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, in eisa_conf_read_dma()
260 eisa_conf_read_io(eisa_chipset_tag_t ec, int slot, in eisa_conf_read_io()
/netbsd/src/sys/net/
Dif_ethersubr.c647 struct ethercom *ec = (struct ethercom *) ifp; in ether_input() local
1041 struct ethercom *ec = (struct ethercom *)ifp; in ether_ifattach() local
1083 struct ethercom *ec = (void *) ifp; in ether_ifdetach() local
1124 struct ethercom *ec; in ether_ifdetachhook_establish() local
1141 struct ethercom *ec; in ether_ifdetachhook_disestablish() local
1349 ether_addmulti(const struct sockaddr *sa, struct ethercom *ec) in ether_addmulti()
1412 ether_delmulti(const struct sockaddr *sa, struct ethercom *ec) in ether_delmulti()
1460 ether_set_ifflags_cb(struct ethercom *ec, ether_cb_t cb) in ether_set_ifflags_cb()
1466 ether_set_vlan_cb(struct ethercom *ec, ether_vlancb_t cb) in ether_set_vlan_cb()
1473 ether_ioctl_reinit(struct ethercom *ec) in ether_ioctl_reinit()
[all …]
Dif_ether.h290 const struct ethercom *ec) in ether_lookup_multi()
330 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec) in ether_first_multi()
338 #define ETHER_FIRST_MULTI(step, ec, enm) \ argument
344 #define ETHER_LOCK(ec) mutex_enter((ec)->ec_lock) argument
345 #define ETHER_UNLOCK(ec) mutex_exit((ec)->ec_lock) argument
386 struct ethercom *ec = (void *)_ifp; in vlan_is_hwtag_enabled() local
395 #define VLAN_ATTACHED(ec) ((ec)->ec_nvlans > 0) argument
/netbsd/src/lib/libbluetooth/
Dsdp_record.c57 uint16_t ec; in sdp_record_insert() local
126 uint16_t ec; in sdp_record_update() local
185 uint16_t ec; in sdp_record_remove() local
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Dec_backend.c100 int ossl_ec_set_check_group_type_from_name(EC_KEY *ec, const char *name) in ossl_ec_set_check_group_type_from_name()
111 static int ec_set_check_group_type_from_param(EC_KEY *ec, const OSSL_PARAM *p) in ec_set_check_group_type_from_param()
359 int ossl_ec_set_ecdh_cofactor_mode(EC_KEY *ec, int mode) in ossl_ec_set_ecdh_cofactor_mode()
396 int ossl_ec_key_fromdata(EC_KEY *ec, const OSSL_PARAM params[], int include_private) in ossl_ec_key_fromdata()
499 int ossl_ec_group_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_group_fromdata()
518 static int ec_key_point_format_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_point_format_fromdata()
534 static int ec_key_group_check_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ec_key_group_check_fromdata()
544 static int ec_set_include_public(EC_KEY *ec, int include) in ec_set_include_public()
556 int ossl_ec_key_otherparams_fromdata(EC_KEY *ec, const OSSL_PARAM params[]) in ossl_ec_key_otherparams_fromdata()
587 int ossl_ec_key_is_foreign(const EC_KEY *ec) in ossl_ec_key_is_foreign()
Dec_pmeth.c117 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_sign() local
155 EC_KEY *ec = (EC_KEY *)EVP_PKEY_get0_EC_KEY(ctx->pkey); in pkey_ec_verify() local
434 EC_KEY *ec = NULL; in pkey_ec_paramgen() local
453 EC_KEY *ec = NULL; in pkey_ec_keygen() local
/netbsd/src/sys/dev/mii/
Dmii_ethersubr.c85 struct ethercom *ec = (struct ethercom *)ifp; in ether_mediachange() local
102 struct ethercom *ec = (struct ethercom *)ifp; in ether_mediastatus() local
/netbsd/src/sys/arch/alpha/eisa/
Deisa_machdep.c56 eisa_maxslots(eisa_chipset_tag_t ec) in eisa_maxslots()
62 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, eisa_intr_handle_t *ihp) in eisa_intr_map()
68 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, in eisa_intr_string()
75 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) in eisa_intr_evcnt()
81 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, in eisa_intr_establish()
88 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) in eisa_intr_disestablish()
354 eisa_init(eisa_chipset_tag_t ec) in eisa_init()
616 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_mem()
638 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_irq()
660 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, int func, int entry, in eisa_conf_read_dma()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cms/
Dcms_enc.c25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio()
207 int ossl_cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init()
229 CMS_EncryptedContentInfo *ec; in CMS_EncryptedData_set1_key() local
Dcms_env.c468 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_encrypt() local
537 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_ktri_decrypt() local
831 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_encrypt() local
902 CMS_EncryptedContentInfo *ec; in cms_RecipientInfo_kekri_decrypt() local
1095 static void cms_env_clear_ec(CMS_EncryptedContentInfo *ec) in cms_env_clear_ec()
1105 CMS_EncryptedContentInfo *ec = cms->d.envelopedData->encryptedContentInfo; in cms_EnvelopedData_Decryption_init_bio() local
1134 CMS_EncryptedContentInfo *ec; in cms_EnvelopedData_Encryption_init_bio() local
1182 CMS_EncryptedContentInfo *ec; in ossl_cms_AuthEnvelopedData_init_bio() local
Dcms_pwri.c48 CMS_EncryptedContentInfo *ec; in CMS_add0_recipient_password() local
293 CMS_EncryptedContentInfo *ec; in ossl_cms_RecipientInfo_pwri_crypt() local
/netbsd/src/sys/arch/powerpc/ibm4xx/dev/
Dexb.c71 const struct exb_conf *ec = exb_confs; in exb_attach() local
114 struct exb_conf *ec = aux; in exb_print() local
/netbsd/src/sys/arch/hpcsh/dev/
Dpfckbd.c289 uint16_t dc, ec; uint8_t d, e; in pfckbd_callout_hp() member
297 uint16_t dc, ec; in pfckbd_callout_hp() local
388 uint16_t cc, dc, ec; uint8_t c, d, e; in pfckbd_callout_hitachi() member
394 uint16_t cc, dc, ec; in pfckbd_callout_hitachi() local
442 uint16_t cc, dc, ec; uint8_t c, d, e; in pfckbd_poll_hitachi_power() member
449 uint16_t cc, dc, ec; in pfckbd_poll_hitachi_power() local
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/
Dcompile_et.c76 struct error_code *ec; in generate_c() local
134 struct error_code *ec; in generate_h() local
Dparse.y121 struct error_code *ec = malloc(sizeof(*ec)); variable
/netbsd/src/sys/dev/isa/
Ddpt_isa.c130 struct eata_cfg ec; in dpt_isa_probe() local
262 struct eata_cfg *ec; in dpt_isa_attach() local
/netbsd/src/sys/arch/sgimips/eisa/
Deisa_machdep.c87 eisa_maxslots(eisa_chipset_tag_t ec) in eisa_maxslots()
/netbsd/src/sys/net/agr/
Dif_agrether.c91 struct ethercom *ec = (void *)ifp; in agrether_ctor() local
142 struct ethercom *ec = (void *)&sc->sc_if; in agrether_portinit() local
/netbsd/src/external/bsd/wpa/dist/src/common/
Ddragonfly.c112 int dragonfly_is_quadratic_residue_blind(struct crypto_ec *ec, in dragonfly_is_quadratic_residue_blind()
222 int dragonfly_sqrt(struct crypto_ec *ec, const struct crypto_bignum *val, in dragonfly_sqrt()
/netbsd/src/sys/kern/
Dkern_entropy.c478 struct entropy_cpu *ec = ptr; in entropy_init_cpu() local
505 struct entropy_cpu *ec = ptr; in entropy_fini_cpu() local
538 struct entropy_cpu *ec; in entropy_cpu_get() local
551 entropy_cpu_put(struct entropy_cpu_lock *lock, struct entropy_cpu *ec) in entropy_cpu_put()
730 entropy_account_cpu(struct entropy_cpu *ec) in entropy_account_cpu()
920 struct entropy_cpu *ec; in entropy_enter() local
992 struct entropy_cpu *ec; in entropy_enter_intr() local
1088 struct entropy_cpu *ec; in entropy_softintr() local
1173 struct entropy_cpu *ec = ptr; in entropy_pending_cpu() local
1259 struct entropy_cpu *ec; in entropy_consolidate_xc() local
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-ecdsa.c58 EC_KEY *ec = NULL; in sshkey_ecdsa_fixup_group() local
231 EC_KEY *ec = NULL; in ssh_ecdsa_deserialize_public() local
283 EC_KEY *ec = NULL; in ssh_ecdsa_deserialize_private() local
Dssh-pkcs11-client.c98 helper_by_ec(const EC_KEY *ec) in helper_by_ec()
317 const BIGNUM *rp, EC_KEY *ec) in ecdsa_do_sign()
378 ecdsa_do_finish(EC_KEY *ec) in ecdsa_do_finish()
/netbsd/src/sys/ufs/chfs/
Debh.c504 mark_eb_hdr_free(struct chfs_ebh *ebh, int pebnr, int ec) in mark_eb_hdr_free()
774 add_peb_to_erase_queue(struct chfs_ebh *ebh, int pebnr, int ec, in add_peb_to_erase_queue()
820 add_peb_to_free(struct chfs_ebh *ebh, int pebnr, int ec) in add_peb_to_free()
850 add_peb_to_in_use(struct chfs_ebh *ebh, int pebnr, int ec) in add_peb_to_in_use()
1214 int err, lnr, ec; in nor_scan_add_to_used() local
1322 int err, lnr, ec; in nand_scan_add_to_used() local
/netbsd/src/sys/dev/eisa/
Ddpt_eisa.c118 eisa_chipset_tag_t ec; in dpt_eisa_attach() local

123456789