HomeSort by: relevance | last modified time | path
    Searched refs:ec (Results 1 - 25 of 188) sorted by relevancy

1 2 3 4 5 6 7 8

  /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
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
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/dev/isa/
dpt_isa.c 130 struct eata_cfg ec; local
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
    [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
96 while (ec->ec_name) {
99 locs[EXBCF_ADDR] = ec->ec_addr;
101 ec1 = *ec;
107 ec++;
114 struct exb_conf *ec = aux; local
119 if (ec->ec_addr)
120 printf(" addr %"PRIxBUSADDR, ec->ec_addr);
  /src/lib/libbluetooth/
sdp_record.c 57 uint16_t ec; local
103 ec = be16dec(ss->ibuf);
104 if (ec != 0) {
105 errno = _sdp_errno(ec);
126 uint16_t ec; local
172 if ((ec = be16dec(ss->ibuf)) != 0) {
173 errno = _sdp_errno(ec);
185 uint16_t ec; local
213 ec = be16dec(ss->ibuf);
214 if (ec != 0)
    [all...]
  /src/sys/net/
if_ethersubr.c 684 struct ethercom *ec = (struct ethercom *) ifp; local
702 m_claimm(m, &ec->ec_rx_mowner);
828 if (ec->ec_nvlans > 0) {
1078 struct ethercom *ec = (struct ethercom *)ifp; local
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
1161 struct ethercom *ec; local
1178 struct ethercom *ec; local
1560 struct ethercom *ec = (void *)ifp; local
1676 struct ethercom *ec = (void *)ifp; local
1704 struct ethercom *ec = (void *)ifp; local
1736 struct ethercom *ec = (void *)ifp; local
1795 struct ethercom *ec = (void *)ifp; local
1935 struct ethercom *ec; local
    [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
    [all...]
  /src/tests/usr.bin/netpgpkeys/
Makefile 10 FILES+= data/testkey-ec.pub
  /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 479 struct entropy_cpu *ec = ptr; local
482 ec->ec_evcnt = kmem_alloc(sizeof(*ec->ec_evcnt), KM_SLEEP);
483 ec->ec_pool = kmem_zalloc(sizeof(*ec->ec_pool), KM_SLEEP);
484 ec->ec_bitspending = 0;
485 ec->ec_samplespending = 0;
486 ec->ec_locked = false;
490 evcnt_attach_dynamic(&ec->ec_evcnt->softint, EVCNT_TYPE_MISC, NULL,
492 evcnt_attach_dynamic(&ec->ec_evcnt->intrdrop, EVCNT_TYPE_MISC, NULL
506 struct entropy_cpu *ec = ptr; local
539 struct entropy_cpu *ec; local
921 struct entropy_cpu *ec; local
993 struct entropy_cpu *ec; local
1089 struct entropy_cpu *ec; local
1174 struct entropy_cpu *ec = ptr; local
1260 struct entropy_cpu *ec; local
2444 struct entropy_cpu *ec; local
    [all...]
  /src/sys/dev/eisa/
dpt_eisa.c 118 eisa_chipset_tag_t ec; local
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
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
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:__anon1405
297 uint16_t dc, ec; local
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:__anon1406
394 uint16_t cc, dc, ec; local
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:__anon1407
449 uint16_t cc, dc, ec; local
    [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/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/tests/sbin/ifconfig/
t_capabilities.sh 149 ec=$(echo $l | grep "ec_enabled")
151 if [ ! -z "$ec" ]; then
  /src/sys/net/agr/
if_agrether.c 91 struct ethercom *ec = (void *)ifp; local
113 ec->ec_capabilities =
142 struct ethercom *ec = (void *)&sc->sc_if; local
154 if (ec->ec_capabilities &
157 if (ec->ec_nvlans > 0) {
160 ec->ec_capabilities &=
166 if (ec->ec_nvlans > 0) {
  /src/lib/libcurses/
getstr.c 164 char *ostr, ec, kc; local
171 ec = erasechar();
183 if (c == ec || c == KEY_BACKSPACE || c == KEY_LEFT) {
186 if ((char) c == ec) {
  /src/share/man/man4/man4.vax/
Makefile 7 ec.4 en.4 ex.4 \
  /src/tests/net/npf/
t_npf.sh 75 sh -ec 'npftest -L || printf "dummy\tnone\n"' > $LIST 2>/dev/null

Completed in 325 milliseconds

1 2 3 4 5 6 7 8