| /netbsd/src/sys/dev/i2c/ |
| D | ds2482ow.c | 684 ds2482_generic_action(struct ds2482_instance *sci, uint8_t cmd, uint8_t cmdarg, in ds2482_generic_action() argument 687 struct ds2482ow_sc *sc = sci->sc; in ds2482_generic_action() 693 rv = ds2482_set_channel(sc, sci->sc_i_channel); in ds2482_generic_action() 706 struct ds2482_instance *sci = arg; in ds2482_ow_reset() local 707 struct ds2482ow_sc *sc = sci->sc; in ds2482_ow_reset() 710 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_RESET, 0, NULL, 0); in ds2482_ow_reset() 713 device_xname(sc->sc_dev), sci->sc_i_channel, rv, rv)); in ds2482_ow_reset() 721 struct ds2482_instance *sci = arg; in ds2482_ow_read_bit() local 722 struct ds2482ow_sc *sc = sci->sc; in ds2482_ow_read_bit() 726 rv = ds2482_generic_action(sci, DS2482_ONEWIRE_SINGLE_BIT_READ, 0, in ds2482_ow_read_bit() [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_macsec_linux.c | 125 static int nla_put_rxsc_config(struct nl_msg *msg, u64 sci) in nla_put_rxsc_config() argument 132 NLA_PUT_U64(msg, MACSEC_RXSC_ATTR_SCI, sci); in nla_put_rxsc_config() 741 err = do_dump(drv, 0xff, mka_sci_u64(&sa->sc->sci), sa->an, in macsec_drv_get_receive_lowest_pn() 772 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_set_receive_lowest_pn() 884 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port), in macsec_drv_create_receive_sc() 891 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_create_receive_sc() 921 drv->ifname, SCI2STR(sc->sci.addr, sc->sci.port)); in macsec_drv_delete_receive_sc() 927 if (nla_put_rxsc_config(msg, mka_sci_u64(&sc->sci))) in macsec_drv_delete_receive_sc() 961 SCI2STR(sa->sc->sci.addr, sa->sc->sci.port), in macsec_drv_create_receive_sa() 973 if (nla_put_rxsc_config(msg, mka_sci_u64(&sa->sc->sci))) in macsec_drv_create_receive_sa() [all …]
|
| D | driver_macsec_qca.c | 63 struct ieee802_1x_mka_sci sci; member 519 struct ieee802_1x_mka_sci *sci, in macsec_qca_lookup_channel() argument 525 if (os_memcmp(&map[i].sci, sci, in macsec_qca_lookup_channel() 537 struct ieee802_1x_mka_sci *sci, in macsec_qca_register_channel() argument 540 os_memcpy(&map[channel].sci, sci, sizeof(struct ieee802_1x_mka_sci)); in macsec_qca_register_channel() 548 return macsec_qca_lookup_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_lookup_receive_channel() 557 macsec_qca_register_channel(drv->receive_channel_map, &sc->sci, in macsec_qca_register_receive_channel() 566 return macsec_qca_lookup_channel(drv->transmit_channel_map, &sc->sci, in macsec_qca_lookup_transmit_channel() 575 macsec_qca_register_channel(drv->transmit_channel_map, &sc->sci, in macsec_qca_register_transmit_channel() 686 const u8 *sci_addr = sc->sci.addr; in macsec_qca_create_receive_sc() [all …]
|
| /netbsd/src/sys/arch/sun3/dev/ |
| D | si.c | 152 ncr_sc->sci_r0 = ®s->sci.sci_r0; in si_attach() 153 ncr_sc->sci_r1 = ®s->sci.sci_r1; in si_attach() 154 ncr_sc->sci_r2 = ®s->sci.sci_r2; in si_attach() 155 ncr_sc->sci_r3 = ®s->sci.sci_r3; in si_attach() 156 ncr_sc->sci_r4 = ®s->sci.sci_r4; in si_attach() 157 ncr_sc->sci_r5 = ®s->sci.sci_r5; in si_attach() 158 ncr_sc->sci_r6 = ®s->sci.sci_r6; in si_attach() 159 ncr_sc->sci_r7 = ®s->sci.sci_r7; in si_attach()
|
| D | sireg.h | 40 struct ncr5380regs sci; member
|
| /netbsd/src/sys/arch/sh3/conf/ |
| D | files.shb | 20 device sci: tty 21 attach sci at shb 22 file arch/sh3/dev/sci.c sci needs-flag
|
| /netbsd/src/sys/arch/evbsh3/evbsh3/ |
| D | conf.c | 46 cons_decl(sci); 52 cons_init(sci),
|
| /netbsd/src/sys/arch/mmeye/mmeye/ |
| D | conf.c | 47 cons_decl(sci); 55 cons_init(sci),
|
| /netbsd/src/sys/dev/i2o/ |
| D | iopsp.c | 121 struct i2o_param_hba_scsi_ctlr_info sci; in iopsp_attach() member 165 aprint_normal("%d-bit", param.p.sci.maxdatawidth); in iopsp_attach() 167 (u_int32_t)le64toh(param.p.sci.maxsyncrate) / 1000, in iopsp_attach() 168 le32toh(param.p.sci.initiatorid)); in iopsp_attach() 185 IOPSP_MAX_FC_TARGET : param.p.sci.maxdatawidth; in iopsp_attach() 187 sc->sc_channel.chan_id = le32toh(param.p.sci.initiatorid); in iopsp_attach()
|
| /netbsd/src/sys/arch/amigappc/conf/ |
| D | files.amigappc | 317 define sci 318 file arch/amiga/dev/sci.c sci 321 device wstsc: scsi, sci 326 device ivsc: scsi, sci 331 device mlhsc: scsi, sci 336 device otgsc: scsi, sci 413 device empsc: scsi, sci
|
| /netbsd/src/sys/net/ |
| D | if_ppp.c | 264 struct ppp_softc *sc, *sci, *scl = NULL; in ppp_create() local 271 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { in ppp_create() 272 scl = sci; in ppp_create() 273 if (i < sci->sc_unit) { in ppp_create() 278 KASSERT(i == sci->sc_unit); in ppp_create() 286 LIST_FOREACH(sci, &ppp_softcs.list, sc_iflist) { in ppp_create() 287 scl = sci; in ppp_create() 288 if (unit < sci->sc_unit) in ppp_create() 290 else if (unit == sci->sc_unit) { in ppp_create() 298 if (sci != NULL) in ppp_create() [all …]
|
| /netbsd/src/sys/arch/hpcsh/conf/ |
| D | majors.hpcsh | 38 device-major sci char 32 sci
|
| /netbsd/src/sys/arch/evbsh3/conf/ |
| D | majors.evbsh3 | 17 device-major sci char 11 sci
|
| /netbsd/src/sys/arch/mmeye/conf/ |
| D | majors.mmeye | 17 device-major sci char 11 sci
|
| /netbsd/src/sys/arch/dreamcast/conf/ |
| D | majors.dreamcast | 17 device-major sci char 11 sci
|
| /netbsd/src/sys/arch/x86/acpi/ |
| D | acpi_machdep.c | 277 bool sci = irq == AcpiGbl_FADT.SciInterrupt; in acpi_md_intr_establish() local 283 (!sci && polarity == ACPI_MADT_POLARITY_CONFORMS)) { in acpi_md_intr_establish() 289 (!sci && trigger == ACPI_MADT_TRIGGER_CONFORMS)) { in acpi_md_intr_establish()
|
| /netbsd/src/share/i18n/csmapper/KAZAKH/ |
| D | KZ1048%UCS.src | 28 # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html 32 # http://www.sci.kz/~sairan/kazcode/TableA.html contains changes from windows-1251 in blue.
|
| D | UCS%KZ1048.src | 28 # Mapping data are available online at http://www.sci.kz/~sairan/kazcode/TableA.html 32 # http://www.sci.kz/~sairan/kazcode/TableA.html contains changes from windows-1251 in blue.
|
| /netbsd/src/sys/arch/amiga/conf/ |
| D | files.amiga | 371 define sci 372 file arch/amiga/dev/sci.c sci 375 device wstsc: scsi, sci 380 device ivsc: scsi, sci 385 device mlhsc: scsi, sci 390 device otgsc: scsi, sci 457 device empsc: scsi, sci
|
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | macsec-short-shorter.out | 1 …ethertype 802.1AE MACsec (0x88e5), length 74: an 0, pn 69, flags I, sl 34, sci caf9df4f509a0064, …
|
| D | macsec-short-longer.out | 1 …ethertype 802.1AE MACsec (0x88e5), length 84: an 0, pn 66, flags I, sl 34, sci caf9df4f509a0064, e…
|
| D | macsec-short-valid.out | 1 …ethertype 802.1AE MACsec (0x88e5), length 78: an 0, pn 66, flags I, sl 34, sci caf9df4f509a0064, e…
|
| D | macsec-integonly.out | 1 …3:7c, ethertype 802.1AE MACsec (0x88e5), length 130: an 0, pn 68, flags I, sci 2eb73f3995c30001, e…
|
| D | macsec-changed.out | 1 …:23:7c, ethertype 802.1AE MACsec (0x88e5), length 122: an 0, pn 6, flags CI, sci 2eb73f3995c3006f,
|
| /netbsd/src/sys/arch/sparc/dev/ |
| D | swreg.h | 54 } sci; member
|