/src/tests/crypto/libcrypto/ec/ |
Makefile | 4 HELPER_DIR= ec
|
/src/sys/dev/mii/ |
mii_ethersubr.c | 85 struct ethercom *ec = (struct ethercom *)ifp; local in function:ether_mediachange 88 KASSERT(ec->ec_mii != NULL); 89 KASSERT(mii_locked(ec->ec_mii) || 90 ifmedia_islegacy(&ec->ec_mii->mii_media)); 94 if ((rc = mii_mediachg(ec->ec_mii)) == ENXIO) 102 struct ethercom *ec = (struct ethercom *)ifp; local in function:ether_mediastatus 105 KASSERT(ec->ec_mii != NULL); 106 KASSERT(mii_locked(ec->ec_mii) || 107 ifmedia_islegacy(&ec->ec_mii->mii_media)); 117 mii = ec->ec_mii [all...] |
/src/share/man/man4/man4.sun2/ |
Makefile | 4 MAN= autoconf.4 bwtwo.4 ec.4 ie.4 intro.4 kbd.4 leds.4 \
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
cros-ec-keyboard.dtsi | 3 * Keyboard dts fragment for devices that use cros-ec-keyboard 9 #include <dt-bindings/input/cros-ec-keyboard.h> 13 compatible = "google,cros-ec-keyb";
|
rk3288-veyron-chromebook.dtsi | 106 cros_ec: ec@0 { 107 compatible = "google,cros-ec-spi"; 109 google,cros-ec-spi-pre-delay = <30>; 117 compatible = "google,cros-ec-i2c-tunnel"; 151 cros-ec { 152 ec_int: ec-int { 184 #include "cros-ec-keyboard.dtsi"
|
/src/sys/dev/isa/ |
dpt_isa.c | 130 struct eata_cfg ec; local in function:dpt_isa_probe 173 memset(&ec, 0, sizeof(ec)); 175 sizeof(ec.ec_cfglen)) >> 1; 176 p = (u_int16_t *)&ec; 185 if ((i = ec.ec_cfglen) > (sizeof(struct eata_cfg) 187 - sizeof(ec.ec_cfglen))) 190 - sizeof(ec.ec_cfglen); 193 sizeof(ec.ec_cfglen); 206 memcmp(ec.ec_eatasig, "EATA", 4) != 0 | 262 struct eata_cfg *ec; local in function:dpt_isa_attach [all...] |
/src/sys/arch/prep/eisa/ |
eisa_machdep.c | 116 eisa_maxslots(eisa_chipset_tag_t ec) 126 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, eisa_intr_handle_t *ihp) 143 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, 155 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) 163 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, 173 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) 180 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, int func, int entry, 189 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, int func, int entry, 198 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, int func, int entry, 207 eisa_conf_read_io(eisa_chipset_tag_t ec, int slot, int func, int entry [all...] |
/src/sys/arch/powerpc/ibm4xx/dev/ |
exb.c | 71 const struct exb_conf *ec = exb_confs; local in function:exb_attach 96 while (ec->ec_name) { 99 locs[EXBCF_ADDR] = ec->ec_addr; 101 ec1 = *ec; 107 ec++; 114 struct exb_conf *ec = aux; local in function:exb_print 119 if (ec->ec_addr) 120 printf(" addr %"PRIxBUSADDR, ec->ec_addr);
|
/src/lib/libbluetooth/ |
sdp_record.c | 57 uint16_t ec; local in function:sdp_record_insert 103 ec = be16dec(ss->ibuf); 104 if (ec != 0) { 105 errno = _sdp_errno(ec); 126 uint16_t ec; local in function:sdp_record_update 172 if ((ec = be16dec(ss->ibuf)) != 0) { 173 errno = _sdp_errno(ec); 185 uint16_t ec; local in function:sdp_record_remove 213 ec = be16dec(ss->ibuf); 214 if (ec != 0) [all...] |
/src/sys/net/ |
if_ethersubr.c | 684 struct ethercom *ec = (struct ethercom *) ifp; local in function:ether_input 702 m_claimm(m, &ec->ec_rx_mowner); 828 if (ec->ec_nvlans > 0) { 1078 struct ethercom *ec = (struct ethercom *)ifp; local in function:ether_ifattach 1091 if (ec->ec_capabilities & ETHERCAP_VLAN_HWTAGGING) 1099 LIST_INIT(&ec->ec_multiaddrs); 1100 SIMPLEQ_INIT(&ec->ec_vids); 1101 ec->ec_lock = mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET); 1102 ec->ec_flags = 0; 1107 ec->ec_ifdetach_hooks = simplehook_create(IPL_NET, xnamebuf) 1120 struct ethercom *ec = (void *) ifp; local in function:ether_ifdetach 1161 struct ethercom *ec; local in function:ether_ifdetachhook_establish 1178 struct ethercom *ec; local in function:ether_ifdetachhook_disestablish 1560 struct ethercom *ec = (void *)ifp; local in function:ether_ioctl 1676 struct ethercom *ec = (void *)ifp; local in function:ether_enable_vlan_mtu 1704 struct ethercom *ec = (void *)ifp; local in function:ether_disable_vlan_mtu 1736 struct ethercom *ec = (void *)ifp; local in function:ether_add_vlantag 1795 struct ethercom *ec = (void *)ifp; local in function:ether_del_vlantag 1935 struct ethercom *ec; local in function:ether_multicast_sysctl [all...] |
if_ether.h | 294 const struct ethercom *ec) 298 LIST_FOREACH(enm, &ec->ec_multiaddrs, enm_list) { 334 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec) 337 step->e_enm = LIST_FIRST(&ec->ec_multiaddrs); 342 #define ETHER_FIRST_MULTI(step, ec, enm) \ 344 /* struct ethercom *ec; */ \ 346 (enm) = ether_first_multi(&(step), (ec)) 348 #define ETHER_LOCK(ec) mutex_enter((ec)->ec_lock) 349 #define ETHER_UNLOCK(ec) mutex_exit((ec)->ec_lock 390 struct ethercom *ec = (void *)_ifp; local in function:vlan_is_hwtag_enabled [all...] |
/src/sys/arch/i386/eisa/ |
eisa_machdep.c | 121 eisa_maxslots(eisa_chipset_tag_t ec) 131 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, 160 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, 189 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih) 197 eisa_intr_establish(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, 226 eisa_intr_disestablish(eisa_chipset_tag_t ec, void *cookie) 233 eisa_conf_read_mem(eisa_chipset_tag_t ec, int slot, 242 eisa_conf_read_irq(eisa_chipset_tag_t ec, int slot, 251 eisa_conf_read_dma(eisa_chipset_tag_t ec, int slot, 260 eisa_conf_read_io(eisa_chipset_tag_t ec, int slot [all...] |
/src/sys/kern/ |
kern_entropy.c | 478 struct entropy_cpu *ec = ptr; local in function:entropy_init_cpu 481 ec->ec_evcnt = kmem_alloc(sizeof(*ec->ec_evcnt), KM_SLEEP); 482 ec->ec_pool = kmem_zalloc(sizeof(*ec->ec_pool), KM_SLEEP); 483 ec->ec_bitspending = 0; 484 ec->ec_samplespending = 0; 485 ec->ec_locked = false; 489 evcnt_attach_dynamic(&ec->ec_evcnt->softint, EVCNT_TYPE_MISC, NULL, 491 evcnt_attach_dynamic(&ec->ec_evcnt->intrdrop, EVCNT_TYPE_MISC, NULL 505 struct entropy_cpu *ec = ptr; local in function:entropy_fini_cpu 538 struct entropy_cpu *ec; local in function:entropy_cpu_get 920 struct entropy_cpu *ec; local in function:entropy_enter 992 struct entropy_cpu *ec; local in function:entropy_enter_intr 1088 struct entropy_cpu *ec; local in function:entropy_softintr 1173 struct entropy_cpu *ec = ptr; local in function:entropy_pending_cpu 1259 struct entropy_cpu *ec; local in function:entropy_consolidate_xc 2443 struct entropy_cpu *ec; local in function:entropy_reset_xc [all...] |
/src/sys/dev/eisa/ |
dpt_eisa.c | 118 eisa_chipset_tag_t ec; local in function:dpt_eisa_attach 130 ec = ea->ea_ec; 150 if (eisa_intr_map(ec, irq, &ih)) { 155 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf)); 156 sc->sc_ih = eisa_intr_establish(ec, ih, IST_LEVEL, IPL_BIO,
|
bha_eisa.c | 151 eisa_chipset_tag_t ec = ea->ea_ec; local in function:bha_eisa_attach 180 if (eisa_intr_map(ec, bpd.sc_irq, &ih)) { 185 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf)); 186 sc->sc_ih = eisa_intr_establish(ec, ih, IST_LEVEL, IPL_BIO,
|
/src/sys/arch/alpha/pci/ |
sio.c | 210 struct alpha_eisa_chipset ec; local in function:sio_bridge_callback 213 ec.ec_v = NULL; 214 ec.ec_attach_hook = sio_eisa_attach_hook; 215 ec.ec_maxslots = sio_eisa_maxslots; 225 pci_2100_a500_eisa_pickintr(sc->sc_pc, &ec); 229 ec.ec_intr_map = sio_eisa_intr_map; 230 ec.ec_intr_string = sio_intr_string; 231 ec.ec_intr_evcnt = sio_intr_evcnt; 232 ec.ec_intr_establish = sio_isa_intr_establish; 233 ec.ec_intr_disestablish = sio_intr_disestablish [all...] |
/src/sys/arch/hpcsh/dev/ |
pfckbd.c | 289 uint16_t dc, ec; uint8_t d, e; member in struct:pfckbd_callout_hp::__anon1af54f160208 297 uint16_t dc, ec; local in function:pfckbd_callout_hp 306 ec = _reg_read_2(SH7709_PECR) & ~PFCKBD_HP_PECR_MASK; 311 _reg_write_2(SH7709_PECR, ec | scan[column].ec); 332 _reg_write_2(SH7709_PECR, ec | (0x5555 & PFCKBD_HP_PECR_MASK)); 388 uint16_t cc, dc, ec; uint8_t c, d, e; member in struct:pfckbd_callout_hitachi::__anon1af54f160308 394 uint16_t cc, dc, ec; local in function:pfckbd_callout_hitachi 404 ec = _reg_read_2(SH7709_PECR) & ~PFCKBD_HITACHI_PECR_MASK; 410 _reg_write_2(SH7709_PECR, ec | scan[i].ec) 442 uint16_t cc, dc, ec; uint8_t c, d, e; member in struct:pfckbd_poll_hitachi_power::__anon1af54f160408 449 uint16_t cc, dc, ec; local in function:pfckbd_poll_hitachi_power [all...] |
/src/sys/arch/alpha/eisa/ |
eisa_machdep.c | 56 eisa_maxslots(eisa_chipset_tag_t ec) 58 return ec->ec_maxslots(ec->ec_v); 62 eisa_intr_map(eisa_chipset_tag_t ec, u_int irq, eisa_intr_handle_t *ihp) 64 return ec->ec_intr_map(ec->ec_v, irq, ihp); 68 eisa_intr_string(eisa_chipset_tag_t ec, eisa_intr_handle_t ih, char *buf, 71 return ec->ec_intr_string(ec->ec_v, ih, buf, len); 75 eisa_intr_evcnt(eisa_chipset_tag_t ec, eisa_intr_handle_t ih [all...] |
/src/sys/arch/sgimips/eisa/ |
eisa_machdep.c | 87 eisa_maxslots(eisa_chipset_tag_t ec)
|
/src/tests/sbin/ifconfig/ |
t_capabilities.sh | 149 ec=$(echo $l | grep "ec_enabled") 151 if [ ! -z "$ec" ]; then
|
/src/tests/crypto/libcrypto/ |
t_pubkey.sh | 60 atf_test_case ec 63 atf_set "descr" "Checks EC cipher" 107 atf_add_test_case ec
|
Makefile | 5 SUBDIR+=bf bn cast conf des dh dsa ec engine evp hmac \
|
/src/sys/net/agr/ |
if_agrether.c | 91 struct ethercom *ec = (void *)ifp; local in function:agrether_ctor 113 ec->ec_capabilities = 142 struct ethercom *ec = (void *)&sc->sc_if; local in function:agrether_portinit 154 if (ec->ec_capabilities & 157 if (ec->ec_nvlans > 0) { 160 ec->ec_capabilities &= 166 if (ec->ec_nvlans > 0) {
|
/src/share/man/man4/man4.vax/ |
Makefile | 7 ec.4 en.4 ex.4 \
|
/src/lib/libcurses/ |
getstr.c | 164 char *ostr, ec, kc; local in function:__wgetnstr 171 ec = erasechar(); 183 if (c == ec || c == KEY_BACKSPACE || c == KEY_LEFT) { 186 if ((char) c == ec) {
|