sc2 1039 arch/i386/i386/mpbios.c struct ioapic_softc *sc = NULL, *sc2; sc2 1097 arch/i386/i386/mpbios.c sc2 = ioapic_find_bybase(pin); sc2 1098 arch/i386/i386/mpbios.c if (sc2 != sc) { sc2 107 dev/ic/isp.c static const char sc2[] = "%s CHAN %d TGT %d FLAGS 0x%x 0x%x/0x%x"; sc2 5801 dev/ic/isp.c isp_prt(isp, ISP_LOGDEBUG0, sc2, sc3, sc2 6110 dev/ic/isp.c isp_prt(isp, ISP_LOGDEBUG0, sc2, sc4, sc2 6202 dev/ic/isp.c isp_prt(isp, ISP_LOGDEBUG0, sc2, sc4, sc2 6293 dev/ic/isp.c isp_prt(isp, ISP_LOGDEBUG0, sc2, sc4, sc2 60 dev/ic/p9000.h #define SCR_SC(sc0, sc1, sc2, sc3) \ sc2 61 dev/ic/p9000.h (((sc0) << 14) | ((sc1) << 17) | ((sc2) << 20) | ((sc3) << 29)) sc2 335 net/if_gif.c struct gif_softc *sc2; sc2 448 net/if_gif.c LIST_FOREACH(sc2, &gif_softc_list, gif_list) { sc2 449 net/if_gif.c if (sc2 == sc) sc2 451 net/if_gif.c if (!sc2->gif_pdst || !sc2->gif_psrc) sc2 453 net/if_gif.c if (sc2->gif_pdst->sa_family != dst->sa_family || sc2 454 net/if_gif.c sc2->gif_pdst->sa_len != dst->sa_len || sc2 455 net/if_gif.c sc2->gif_psrc->sa_family != src->sa_family || sc2 456 net/if_gif.c sc2->gif_psrc->sa_len != src->sa_len) sc2 459 net/if_gif.c if (bcmp(sc2->gif_pdst, dst, dst->sa_len) == 0 && sc2 460 net/if_gif.c bcmp(sc2->gif_psrc, src, src->sa_len) == 0) { sc2 473 net/if_gif.c multidest(dst) && multidest(sc2->gif_pdst)) { sc2 479 net/if_gif.c multidest6(dst) && multidest6(sc2->gif_pdst)) { sc2 3391 netinet/tcp_input.c struct syn_cache *sc2; sc2 3418 netinet/tcp_input.c sc2 = TAILQ_FIRST(&scp->sch_bucket); sc2 3424 netinet/tcp_input.c if (sc2 == NULL) sc2 3427 netinet/tcp_input.c SYN_CACHE_RM(sc2); sc2 3428 netinet/tcp_input.c SYN_CACHE_PUT(sc2); sc2 3460 netinet/tcp_input.c sc2 = TAILQ_FIRST(&scp2->sch_bucket); sc2 3461 netinet/tcp_input.c SYN_CACHE_RM(sc2); sc2 3462 netinet/tcp_input.c SYN_CACHE_PUT(sc2);