Home
last modified time | relevance | path

Searched refs:sc_version (Results 1 – 17 of 17) sorted by relevance

/src/sys/powerpc/powerpc/
H A Dopenpic.c137 sc->sc_version = "1.0"; in openpic_common_attach()
140 sc->sc_version = "1.2"; in openpic_common_attach()
143 sc->sc_version = "1.3"; in openpic_common_attach()
146 sc->sc_version = "unknown"; in openpic_common_attach()
166 sc->sc_version, sc->sc_ncpu, sc->sc_nirq); in openpic_common_attach()
/src/sys/arm/ti/am335x/
H A Dtda19988.c244 uint16_t sc_version; member
558 if (sc->sc_version == TDA19988) in tda19988_init_encoder()
616 if (sc->sc_version == TDA19988) in tda19988_read_edid()
639 if (sc->sc_version == TDA19988) in tda19988_read_edid()
692 sc->sc_version = version & ~0x30; in tda19988_start()
693 switch (sc->sc_version) { in tda19988_start()
698 device_printf(dev, "Unknown device: %04x\n", sc->sc_version); in tda19988_start()
/src/sys/netpfil/pf/
H A Dpflow.c260 pflowif->sc_version = PFLOW_PROTO_DEFAULT; in pflow_create()
555 switch (sc->sc_version) { in pflow_setmtu()
595 switch (sc->sc_version) { in pflow_get_mbuf()
775 switch (sc->sc_version) { in export_pflow()
799 if (sc->sc_version == PFLOW_PROTO_10) in export_pflow_if()
1067 switch (sc->sc_version) { in pflow_timeout()
1075 panic("Unsupported version %d", sc->sc_version); in pflow_timeout()
1089 if (sc->sc_version != PFLOW_PROTO_10) in pflow_timeout6()
1104 if (sc->sc_version != PFLOW_PROTO_10) in pflow_timeout_tmpl()
1119 if (sc->sc_version != PFLOW_PROTO_10) in pflow_timeout_nat4()
[all …]
H A Dif_pfsync.c268 uint32_t sc_version; member
406 sc->sc_version = PFSYNC_MSG_VERSION_DEFAULT; in pfsync_clone_create()
1815 nvlist_add_number(nvl, "version", sc->sc_version); in pfsyncioctl()
2589 switch (sc->sc_version) { in pfsync_sstate_to_qid()
2601 switch (sc->sc_version) { in pfsync_sstate_to_qid()
2620 __func__, sc->sc_version); in pfsync_sstate_to_qid()
3160 sc->sc_version = PFSYNC_MSG_VERSION_DEFAULT; in pfsync_kstatus_to_softc()
3165 sc->sc_version = status->version; in pfsync_kstatus_to_softc()
/src/sys/dev/sec/
H A Dsec.c200 sc->sc_version = 2; in sec_probe()
204 sc->sc_version = 3; in sec_probe()
208 sc->sc_version = 3; in sec_probe()
265 if (sc->sc_version == 3) { in sec_attach()
324 switch (sc->sc_version) { in sec_attach()
664 switch(sc->sc_version) { in sec_channel_reset()
992 switch(sc->sc_version) { in sec_enqueue_desc()
1159 if (sc->sc_version < 3) in sec_auth_supported()
1300 if ((hint & CRYPTO_HINT_MORE) && sc->sc_version == 3) in sec_process()
H A Dsec.h173 u_int sc_version; member
/src/sys/netinet/
H A Dip_carp.c98 carp_version_t sc_version; /* carp or VRRPv3 */ member
390 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_hmac_prepare()
837 if (sc->sc_version != CARP_VERSION_CARP) { in carp_input_c()
960 if (sc->sc_version != CARP_VERSION_VRRPv3) { in vrrp_input_c()
1061 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_prepare_ad()
1080 switch (sc->sc_version) { in send_ad_locked()
1208 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_send_ad_locked()
1364 MPASS(sc->sc_version == CARP_VERSION_VRRPv3); in vrrp_send_ad_locked()
1833 switch (sc->sc_version) { in carp_setrun()
1876 switch (sc->sc_version) { in carp_setrun()
[all …]
/src/sys/powerpc/powermac/
H A Duninorthvar.h49 int sc_version; member
H A Duninorth.c396 sc->sc_version = *(u_int *)sc->sc_addr; in unin_chip_attach()
397 device_printf(dev, "Version %d\n", sc->sc_version); in unin_chip_attach()
/src/sys/powerpc/include/
H A Dopenpicvar.h54 char *sc_version; member
/src/sys/dev/usb/serial/
H A Duchcom.c188 uint8_t sc_version; member
543 uchcom_get_version(sc, &sc->sc_version); in uchcom_update_version()
544 DPRINTF("Chip version: 0x%02x\n", sc->sc_version); in uchcom_update_version()
573 if (sc->sc_version < UCHCOM_VER_20) in uchcom_set_dtr_rts()
/src/sys/net/
H A Dpflow.h263 u_int8_t sc_version; member
/src/sys/dev/usb/misc/
H A Dcp2112.c222 uint8_t sc_version; member
329 sc->sc_version = vdata.version; in cp2112_attach()
1121 psc->sc_version < CP2112_IIC_REPSTART_VER) { in cp2112iic_transfer()
/src/sys/geom/eli/
H A Dg_eli.h184 u_int sc_version; member
644 sc->sc_version = md->md_version; in eli_metadata_softc()
H A Dg_eli.c1556 sbuf_printf(sb, "%s<Version>%u</Version>\n", indent, sc->sc_version); in g_eli_dumpconf()
/src/sys/sys/
H A Dsocket.h546 int sc_version; /* version of this structure */ member
/src/sys/kern/
H A Duipc_usrreq.c3857 sc->sc_version = 0; in unp_addsockcred()