/freebsd/sys/powerpc/powerpc/ |
H A D | openpic.c | 137 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()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | tda19988.c | 244 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()
|
/freebsd/sys/netpfil/pf/ |
H A D | pflow.c | 260 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 D | if_pfsync.c | 261 uint32_t sc_version; member 399 sc->sc_version = PFSYNC_MSG_VERSION_DEFAULT; in pfsync_clone_create() 1670 nvlist_add_number(nvl, "version", sc->sc_version); in pfsyncioctl() 2433 switch (sc->sc_version) { in pfsync_sstate_to_qid() 2443 switch (sc->sc_version) { in pfsync_sstate_to_qid() 2460 __func__, sc->sc_version); in pfsync_sstate_to_qid() 3000 sc->sc_version = PFSYNC_MSG_VERSION_DEFAULT; in pfsync_kstatus_to_softc() 3004 sc->sc_version = status->version; in pfsync_kstatus_to_softc()
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 99 carp_version_t sc_version; /* carp or VRRPv3 */ member 399 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_hmac_prepare() 846 if (sc->sc_version != CARP_VERSION_CARP) { in carp_input_c() 969 if (sc->sc_version != CARP_VERSION_VRRPv3) { in vrrp_input_c() 1070 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_prepare_ad() 1089 switch (sc->sc_version) { in send_ad_locked() 1217 MPASS(sc->sc_version == CARP_VERSION_CARP); in carp_send_ad_locked() 1373 MPASS(sc->sc_version == CARP_VERSION_VRRPv3); in vrrp_send_ad_locked() 1820 switch (sc->sc_version) { in carp_setrun() 1863 switch (sc->sc_version) { in carp_setrun() [all …]
|
/freebsd/sys/dev/sec/ |
H A D | sec.c | 200 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 D | sec.h | 173 u_int sc_version; member
|
/freebsd/sys/dev/usb/serial/ |
H A D | uchcom.c | 172 uint8_t sc_version; member 512 uchcom_get_version(sc, &sc->sc_version); in uchcom_update_version() 513 DPRINTF("Chip version: 0x%02x\n", sc->sc_version); in uchcom_update_version() 545 if (sc->sc_version < UCHCOM_VER_20) in uchcom_set_dtr_rts() 710 if (sc->sc_version < UCHCOM_VER_30) { in uchcom_cfg_param()
|
/freebsd/sys/powerpc/powermac/ |
H A D | uninorthvar.h | 49 int sc_version; member
|
H A D | uninorth.c | 396 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()
|
/freebsd/sys/powerpc/include/ |
H A D | openpicvar.h | 52 char *sc_version; member
|
/freebsd/sys/net/ |
H A D | pflow.h | 263 u_int8_t sc_version; member
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 222 uint8_t sc_version; member 329 sc->sc_version = vdata.version; in cp2112_attach() 1120 psc->sc_version < CP2112_IIC_REPSTART_VER) { in cp2112iic_transfer()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.h | 184 u_int sc_version; member 644 sc->sc_version = md->md_version; in eli_metadata_softc()
|
H A D | g_eli.c | 1556 sbuf_printf(sb, "%s<Version>%u</Version>\n", indent, sc->sc_version); in g_eli_dumpconf()
|
/freebsd/sys/sys/ |
H A D | socket.h | 541 int sc_version; /* version of this structure */ member
|
/freebsd/sys/kern/ |
H A D | uipc_usrreq.c | 2821 sc->sc_version = 0; in unp_addsockcred()
|