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

1 2 3 4 5 6

  /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/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/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/libcurses/
get_wstr.c 160 wchar_t *ostr, ec, kc, sc[ 2 ]; local in function:__wgetn_wstr
169 if (erasewchar(&ec) == ERR)
186 if (wc == ec || wc == KEY_BACKSPACE || wc == KEY_LEFT) {
189 if ((wchar_t)wc == ec) {
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) {
  /src/sys/dev/eisa/
ahc_eisa.c 105 eisa_chipset_tag_t ec = ea->ea_ec; local in function:ahc_eisa_attach
155 if (eisa_intr_map(ec, irq, &ih)) {
170 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
171 ahc->ih = eisa_intr_establish(ec, ih,
236 eisa_intr_disestablish(ec, ahc->ih);
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,
eisa.c 96 eisa_chipset_tag_t ec; local in function:eisaattach
104 ec = eba->eba_ec;
113 maxnslots = eisa_maxslots(ec);
123 ea.ea_ec = ec;
cac_eisa.c 159 eisa_chipset_tag_t ec; local in function:cac_eisa_attach
169 ec = ea->ea_ec;
207 if (eisa_intr_map(ec, irq, &ih)) {
212 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
213 if ((sc->sc_ih = eisa_intr_establish(ec, ih, IST_LEVEL, IPL_BIO,
if_ep_eisa.c 239 eisa_chipset_tag_t ec = ea->ea_ec; local in function:ep_eisa_attach
288 if (eisa_intr_map(ec, irq, &ih)) {
293 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
294 sc->sc_ih = eisa_intr_establish(ec, ih, IST_EDGE, IPL_NET,
mlx_eisa.c 111 eisa_chipset_tag_t ec; local in function:mlx_eisa_attach
121 ec = ea->ea_ec;
176 if (eisa_intr_map(ec, irq, &ih)) {
181 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
182 mlx->mlx_ih = eisa_intr_establish(ec, ih, ist, IPL_BIO, mlx_intr, mlx);
uha_eisa.c 122 eisa_chipset_tag_t ec = ea->ea_ec; local in function:uha_eisa_attach
145 if (eisa_intr_map(ec, upd.sc_irq, &ih)) {
150 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
151 sc->sc_ih = eisa_intr_establish(ec, ih, IST_LEVEL, IPL_BIO,
if_tlp_eisa.c 145 eisa_chipset_tag_t ec = ea->ea_ec; local in function:tlp_eisa_attach
253 if (eisa_intr_map(ec, irq, &ih)) {
257 intrstr = eisa_intr_string(ec, ih, intrbuf, sizeof(intrbuf));
258 esc->sc_ih = eisa_intr_establish(ec, ih, ist, IPL_NET, tlp_intr, sc);
  /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/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/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/tests/fs/tmpfs/
h_tools.c 151 int ec, nev; local in function:kqueue_main
162 ec = system(line);
163 if (ec != EXIT_SUCCESS)
164 errx(ec, "%s returned %d", line, ec);
  /src/sys/arch/alpha/jensenio/
jensenio_intr.c 113 eisa_chipset_tag_t ec = &jcp->jc_ec; local in function:jensenio_intr_init
143 ec->ec_v = jcp;
144 ec->ec_intr_map = jensenio_eisa_intr_map;
145 ec->ec_intr_string = jensenio_eisa_intr_string;
146 ec->ec_intr_evcnt = jensenio_eisa_intr_evcnt;
147 ec->ec_intr_establish = jensenio_eisa_intr_establish;
148 ec->ec_intr_disestablish = jensenio_eisa_intr_disestablish;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra132-norrin.dts 757 ec: cros-ec@0 { label
758 compatible = "google,cros-ec-spi";
764 google,cros-ec-spi-msg-delay = <2000>;
767 compatible = "google,cros-ec-i2c-tunnel";
794 compatible = "google,cros-ec-keyb";
  /src/sys/dev/ic/
i82596.c 470 struct ethercom *ec = &sc->sc_ethercom; local in function:iee_cb_setup
471 struct ifnet *ifp = &ec->ec_if;
504 ETHER_LOCK(ec);
505 ETHER_FIRST_MULTI(step, ec, enm);
521 ETHER_UNLOCK(ec);
mtd803.c 822 struct ethercom *ec = &sc->ethercom; local in function:mtd_setmulti
823 struct ifnet *ifp = &ec->ec_if;
842 ETHER_LOCK(ec);
843 ETHER_FIRST_MULTI(step, ec, enm);
853 ETHER_UNLOCK(ec);
sgec.c 648 struct ethercom *ec = &sc->sc_ec; local in function:ze_setup
673 ETHER_LOCK(ec);
674 ETHER_FIRST_MULTI(step, ec, enm);
688 ETHER_UNLOCK(ec);
  /src/sys/dev/qbus/
if_il.c 338 struct ethercom *ec = &sc->sc_ec; local in function:ilinit
349 ETHER_LOCK(ec);
350 ETHER_FIRST_MULTI(step, ec, enm);
358 ETHER_UNLOCK(ec);
  /src/sys/dev/usb/
if_kue.c 324 struct ethercom * ec = usbnet_ec(un); local in function:kue_uno_mcast
339 ETHER_LOCK(ec);
341 ec->ec_flags |= ETHER_F_ALLMULTI;
342 ETHER_UNLOCK(ec);
352 ETHER_LOCK(ec);
353 ETHER_FIRST_MULTI(step, ec, enm);
365 ec->ec_flags &= ~ETHER_F_ALLMULTI;
366 ETHER_UNLOCK(ec);

Completed in 47 milliseconds

1 2 3 4 5 6