Home
last modified time | relevance | path

Searched refs:sc_type (Results 1 – 25 of 92) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_wm.c1755 if ((sc->sc_type != WM_T_ICH8) && (sc->sc_type != WM_T_ICH9) in wm_attach()
1848 if ((sc->sc_type == WM_T_PCH) || (sc->sc_type == WM_T_PCH2) in wm_attach()
2302 if (sc->sc_type == WM_T_ICH8 || sc->sc_type == WM_T_ICH9 in wm_attach()
2303 || sc->sc_type == WM_T_ICH10 || sc->sc_type == WM_T_PCH in wm_attach()
2500 if (sc->sc_type >= WM_T_82544 && sc->sc_type != WM_T_82547) { in wm_attach()
3077 if ((sc->sc_type == WM_T_ICH8) || (sc->sc_type == WM_T_ICH9) in wm_mchash()
3168 if ((sc->sc_type == WM_T_ICH8) || (sc->sc_type == WM_T_ICH9) in wm_set_filter()
4605 if ((sc->sc_type != WM_T_ICH8) && (sc->sc_type != WM_T_ICH9) in wm_init_locked()
4849 if ((sc->sc_type == WM_T_ICH8) || (sc->sc_type == WM_T_ICH9) in wm_init_locked()
4933 if ((sc->sc_type == WM_T_I350) || (sc->sc_type == WM_T_I354) in wm_init_locked()
[all …]
H A Dif_devar.h786 tulip_srom_connection_t sc_type; member
790 { .sc_type = TULIP_SROM_CONNTYPE_10BASET,
792 { .sc_type = TULIP_SROM_CONNTYPE_BNC,
794 { .sc_type = TULIP_SROM_CONNTYPE_AUI,
796 { .sc_type = TULIP_SROM_CONNTYPE_100BASETX,
798 { .sc_type = TULIP_SROM_CONNTYPE_100BASET4,
800 { .sc_type = TULIP_SROM_CONNTYPE_100BASEFX,
802 { .sc_type = TULIP_SROM_CONNTYPE_MII_10BASET,
817 { .sc_type = TULIP_SROM_CONNTYPE_10BASET_FD,
830 { .sc_type = TULIP_SROM_CONNTYPE_AUTOSENSE,
[all …]
H A Demuxki.c343 if (sc->sc_type & EMUXKI_AUDIGY2) { in emuxki_scinit()
456 sc->sc_type = EMUXKI_AUDIGY; in emuxki_attach()
458 sc->sc_type |= EMUXKI_AUDIGY2; in emuxki_attach()
467 sc->sc_type = EMUXKI_APS; in emuxki_attach()
470 sc->sc_type = EMUXKI_SBLIVE; in emuxki_attach()
596 (sc->sc_type & EMUXKI_AUDIGY ? in emuxki_read()
622 (sc->sc_type & EMUXKI_AUDIGY ? in emuxki_write()
646 (sc->sc_type & EMUXKI_AUDIGY ? in emuxki_write_micro()
794 if(sc->sc_type & EMUXKI_AUDIGY) { in emuxki_init()
942 if(sc->sc_type & EMUXKI_AUDIGY) { in emuxki_shutdown()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dfd.c936 fd->sc_type = &fd->sc_type_copy; in fdopen()
1140 type = fd->sc_type; in fdcintr1()
1424 lp->d_ntracks = fd->sc_type->heads; in fdioctl()
1478 switch (fd->sc_type->rate) { in fdioctl()
1508 fd->sc_type->rate = FDC_500KBPS; in fdioctl()
1511 fd->sc_type->rate = FDC_300KBPS; in fdioctl()
1514 fd->sc_type->rate = FDC_250KBPS; in fdioctl()
1532 fd->sc_type->size = fd->sc_type->seccyl * form_parms->ncyl * in fdioctl()
1569 j += fd->sc_type->interleave; in fdioctl()
1605 struct fd_type *type = fd->sc_type; in fdformat()
[all …]
H A Dcom_isa.c265 if (sc->sc_type == COM_TYPE_HAYESP) in com_isa_detach()
329 sc->sc_type = COM_TYPE_HAYESP; in com_isa_isHAYESP()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dne2000.c132 if (nsc->sc_type == NE2000_TYPE_UNKNOWN) in ne2000_attach()
139 switch (nsc->sc_type) { in ne2000_attach()
180 if (nsc->sc_type == NE2000_TYPE_RTL8019) { in ne2000_attach()
189 if (nsc->sc_type == NE2000_TYPE_AX88190 || in ne2000_attach()
190 nsc->sc_type == NE2000_TYPE_AX88790) { in ne2000_attach()
908 if (np->sc_type == NE2000_TYPE_UNKNOWN) in ne2000_ipkdb_attach()
910 if (np->sc_type == NE2000_TYPE_UNKNOWN) in ne2000_ipkdb_attach()
913 switch (np->sc_type) { in ne2000_ipkdb_attach()
959 if (np->sc_type == NE2000_TYPE_RTL8019) { in ne2000_ipkdb_attach()
968 if (np->sc_type == NE2000_TYPE_AX88190 || in ne2000_ipkdb_attach()
[all …]
H A Dcom.c381 if (sc->sc_type == COM_TYPE_PXA2x0) in com_enable_debugport()
384 sc->sc_type == COM_TYPE_TEGRA) in com_enable_debugport()
411 if (sc->sc_type == COM_TYPE_PXA2x0) in com_attach_subr()
442 switch (sc->sc_type) { in com_attach_subr()
673 if (sc->sc_type == COM_TYPE_PXA2x0) in com_config()
831 if (sc->sc_type == COM_TYPE_PXA2x0) in com_shutdown()
909 sc->sc_type == COM_TYPE_TEGRA) in comopen()
1366 sc->sc_type)) > 0) in comparam()
1606 if (sc->sc_type == COM_TYPE_PXA2x0) in com_loadchannelregs()
1611 if (sc->sc_type == COM_TYPE_OMAP) { in com_loadchannelregs()
[all …]
H A Ddl10019.c102 if (nsc->sc_type != NE2000_TYPE_DL10022) in dl10019_mii_reset()
210 ops = (nsc->sc_type == NE2000_TYPE_DL10022) ? in dl10019_mii_readreg()
224 ops = (nsc->sc_type == NE2000_TYPE_DL10022) ? in dl10019_mii_writereg()
240 if (nsc->sc_type == NE2000_TYPE_DL10022) { in dl10019_mii_statchg()
H A Dwe.c174 } else if ((wsc->sc_type & WE_SOFTCONFIG) || in we_config()
176 (wsc->sc_type == WE_TYPE_TOSHIBA1) || in we_config()
177 (wsc->sc_type == WE_TYPE_TOSHIBA4) || in we_config()
180 (wsc->sc_type == WE_TYPE_WD8013EBT)) { in we_config()
207 if (wsc->sc_type == WE_TYPE_TOSHIBA1 || in we_config()
208 wsc->sc_type == WE_TYPE_TOSHIBA4) { in we_config()
256 if (wsc->sc_type & WE_SOFTCONFIG) in we_config()
H A Dwevar.h22 u_int8_t sc_type; /* our type */ member
H A Dne2000var.h52 } sc_type; member
/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dsconf.h100 mask_t sc_type; /* RPC, UNLISTED etc */ member
196 #define SC_TYPE( scp ) (scp)->sc_type
245 #define SC_IS_RPC( scp ) ( M_IS_SET( (scp)->sc_type, ST_RPC ) )
246 #define SC_IS_INTERNAL( scp ) ( M_IS_SET( (scp)->sc_type, ST_INTERNAL ) )
247 #define SC_IS_SPECIAL( scp ) ( M_IS_SET( (scp)->sc_type, ST_SPECIAL ) )
248 #define SC_IS_UNLISTED( scp ) ( M_IS_SET( (scp)->sc_type, ST_UNLISTED ) )
249 #define SC_IS_DISABLED( scp ) ( M_IS_SET( (scp)->sc_type, ST_DISABLED ) )
250 #define SC_DISABLE(scp) ( M_SET( (scp)->sc_type, ST_DISABLED ) )
251 #define SC_ENABLE(scp) ( M_CLEAR( (scp)->sc_type, ST_DISABLED ) )
253 M_IS_SET( (scp)->sc_type, ST_TCPMUXPLUS ) )
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dmd.c95 #define sc_type sc_md.md_type macro
167 sc->sc_type = MD_UNCONFIGURED; in md_attach()
188 if (sc->sc_type != MD_UNCONFIGURED) in md_attach()
246 if (sc->sc_type == MD_UNCONFIGURED) in mdsize()
309 if (sc->sc_type == MD_UNCONFIGURED) { in mdopen()
424 switch (sc->sc_type) { in mdstrategy()
484 if (sc->sc_type != MD_UNCONFIGURED) { in mdioctl()
508 if (sc->sc_type != MD_UNCONFIGURED) in mdioctl()
614 sc->sc_type = MD_KMEM_ALLOCATED; in md_ioctl_kalloc()
644 sc->sc_type = MD_UMEM_SERVER; in md_ioctl_server()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/hpc/
H A Dhpcin.c59 #define sc_type sc_hma.hma_type macro
100 sc->sc_ct = config_connect(sc->sc_type, sc->sc_id); in hpcin_attach()
114 sc->sc_type, sc->sc_id); in hpcin_intr()
115 config_hook_call(sc->sc_type, sc->sc_id, (void *)on); in hpcin_intr()
H A Dhpcout.c57 #define sc_type sc_hma.hma_type macro
93 config_hook(sc->sc_type, sc->sc_id, CONFIG_HOOK_SHARE, in hpcout_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/hil/
H A Dhildevs.h61 int sc_type; /* hil device type */ member
73 #define hd_type sc_hildev.sc_type
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dscope.c715 ivl_scope_type_t sc_type = ivl_scope_type(scope); in emit_tfb_process() local
717 if ((sc_type == IVL_SCT_FUNCTION) || (sc_type == IVL_SCT_TASK) || in emit_tfb_process()
718 (sc_type == IVL_SCT_BEGIN) || (sc_type == IVL_SCT_FORK)) { in emit_tfb_process()
998 ivl_scope_type_t sc_type = ivl_scope_type(scope); in emit_scope() local
1003 switch (sc_type) { in emit_scope()
1119 ivl_scope_lineno(scope), sc_type, in emit_scope()
1130 if (sc_type == IVL_SCT_MODULE) { in emit_scope()
1138 if (sc_type == IVL_SCT_MODULE) { in emit_scope()
1167 if (sc_type == IVL_SCT_FUNCTION) { in emit_scope()
1218 if (sc_type == IVL_SCT_MODULE) emit_specify(scope); in emit_scope()
[all …]
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dupdate_kokkos.cpp1104 if (sc_type == 0) in operator ()()
1107 else if (sc_type == 1) in operator ()()
1110 else if (sc_type == 2) in operator ()()
1113 else if (sc_type == 3) in operator ()()
1116 else if (sc_type == 4) in operator ()()
1120 if (sc_type == 0) in operator ()()
1367 if (sc_type == 0) in operator ()()
1370 else if (sc_type == 1) in operator ()()
1373 else if (sc_type == 2) in operator ()()
1376 else if (sc_type == 3) in operator ()()
[all …]
/dports/net/rdist6/rdist-6.1.5/src/
H A Ddocmd.c509 if (sc->sc_type != INSTALL)
597 if (sc->sc_type == NOTIFY)
727 if (sc->sc_type != SPECIAL)
781 if (sc->sc_type == CMDSPECIAL) {
811 if (sc->sc_type == NOTIFY)
813 else if (sc->sc_type == CMDSPECIAL && env) {
847 if (sc->sc_type == EXCEPT) {
853 if (sc->sc_type == PATTERN) {
/dports/net/44bsd-rdist/44bsd-rdist-20001111_2/
H A Ddocmd.c169 if (sc->sc_type != INSTALL)
187 if (sc->sc_type == NOTIFY)
458 if (sc->sc_type == NOTIFY)
667 if (sc->sc_type != EXCEPT && sc->sc_type != PATTERN)
670 if (sc->sc_type == EXCEPT) {
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dstiefel_whitney.cc70 typedef SimplicialComplex_as_FaceMap<> sc_type; in stiefel_whitney() typedef
71 sc_type SC (facets); in stiefel_whitney()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pcmcia/
H A Dif_ne_pcmcia.c669 nsc->sc_type = NE2000_TYPE_DL10022; in ne_pcmcia_attach()
671 nsc->sc_type = NE2000_TYPE_DL10019; in ne_pcmcia_attach()
693 nsc->sc_type = NE2000_TYPE_AX88790; in ne_pcmcia_attach()
695 nsc->sc_type = NE2000_TYPE_AX88190; in ne_pcmcia_attach()
715 if (nsc->sc_type == NE2000_TYPE_UNKNOWN) { in ne_pcmcia_attach()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Duplcom.c112 enum pl2303_type sc_type; /* PL2303 chip type */ member
268 sc->sc_type = UPLCOM_TYPE_HX; in uplcom_attach()
272 if (sc->sc_type == UPLCOM_TYPE_HX) { in uplcom_attach()
654 if (sc->sc_type == UPLCOM_TYPE_HX) in uplcom_set_crtscts()
794 if (sc->sc_type == UPLCOM_TYPE_HX) in uplcom_open()
812 if (sc->sc_type == UPLCOM_TYPE_HX) in uplcom_open()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/qbus/
H A Ddhu.c107 int sc_type; /* controller type, DHU or DHV */ member
280 sc->sc_type = (c & DHU_STAT_DHU)? IS_DHU: IS_DHV; in dhu_attach()
283 if (sc->sc_type == IS_DHU && (c & DHU_STAT_MDL)) in dhu_attach()
287 sc->sc_type == IS_DHU ? "U" : "V"); in dhu_attach()
443 if (sc->sc_type == IS_DHU) { in dhuopen()
663 if (cc == 1 && sc->sc_type == IS_DHV) { in dhustart()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2c/
H A Di2c.c70 int sc_type; member
139 ia.ia_type = sc->sc_type; in iic_search()
204 sc->sc_type = iba->iba_type; in iic_attach()
261 ia.ia_type = sc->sc_type; in iic_attach()

1234