/src/sys/arch/x68k/stand/boot_ufs/ |
boot.S | 225 jcs sc2 229 sc2: label
|
/src/sys/netinet/ |
tcp_syncache.c | 320 struct syn_cache *sc2; local in function:syn_cache_insert 347 sc2 = TAILQ_FIRST(&scp->sch_bucket); 353 if (sc2 == NULL) 356 syn_cache_rm(sc2); 357 syn_cache_put(sc2); /* calls pool_put but see spl above */ 389 sc2 = TAILQ_FIRST(&scp2->sch_bucket); 390 syn_cache_rm(sc2); 391 syn_cache_put(sc2); /* calls pool_put but see spl above */
|
/src/sys/net/ |
if_gif.c | 1073 struct gif_softc *sc2; local in function:gif_set_tunnel 1107 LIST_FOREACH(sc2, &gif_softcs.list, gif_list) { 1111 if (sc2 == sc) 1113 var2 = gif_getref_variant(sc2, &psref);
|
if_ipsec.c | 1146 struct ipsec_softc *sc2; local in function:if_ipsec_set_tunnel 1215 LIST_FOREACH(sc2, &ipsec_softcs.list, ipsec_list) { 1219 if (sc2 == sc) 1221 var2 = if_ipsec_getref_variant(sc2, &psref); 1226 if (if_ipsec_nat_t(sc) || if_ipsec_nat_t(sc2)) { 1499 struct ipsec_softc *sc2; local in function:if_ipsec_share_sp 1507 LIST_FOREACH(sc2, &ipsec_softcs.list, ipsec_list) { 1508 if (sc2 == sc) 1510 var2 = if_ipsec_getref_variant(sc2, &psref); 1524 if (sc2 == NULL 1548 struct ipsec_softc *sc2; local in function:if_ipsec_unshare_sp [all...] |
/src/lib/libm/noieee_src/ |
n_erf.c | 244 sc2 = 2.80952153365721279953959310660e+001, variable in typeref:typename:const double 308 S = one+s*(sc1+s*(sc2+s*sc3)); 392 S = one+s*(sc1+s*(sc2+s*sc3));
|
/src/lib/libm/ld80/ |
s_erfl.c | 208 #define sc2 (sc2u.extu_ld) macro 323 S=one+s*(sc1+s*(sc2+s*(sc3+s*(sc4+s*sc5))));
|
/src/sys/arch/pmax/ibus/ |
siireg.h | 63 u_short sc2; /* SCSI Control Signals Two */ member in struct:__anon574751880108 123 * SC2 - SCSI Control Signals Two
|
/src/lib/libm/ld128/ |
s_erfl.c | 181 sc2 = 2.36825757341694050500333261769082182e3L, /* 0x400a2808, 0x3e0a9b42, 0x82977842, 0x9c5de29e */ variable in typeref:typename:const long double 317 S=one+s*(sc1+s*(sc2+s*(sc3+s*(sc4+s*(sc5+s*(sc6+s*(sc7+
|
/src/sys/arch/x86/x86/ |
mpbios.c | 1325 struct pic *sc2; local in function:mpbios_int 1404 sc2 = intr_findpic(pin); 1405 if (sc2 && sc2->pic_ioapic != sc) {
|