Searched refs:sc2 (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | builtin-choose-expr.c | 50 signed char sc1, sc2; in main() local 65 ASSERT_COND_TYPE (sc1, sc2); in main()
|
| /openbsd/src/sys/dev/ic/ |
| D | p9000.h | 60 #define SCR_SC(sc0, sc1, sc2, sc3) \ argument 61 (((sc0) << 14) | ((sc1) << 17) | ((sc2) << 20) | ((sc3) << 29))
|
| /openbsd/src/usr.sbin/httpd/ |
| D | server.c | 132 struct server_config *sc1, *sc2; in server_tls_cmp() local 135 sc2 = &s2->srv_conf; in server_tls_cmp() 137 if (sc1->tls_flags != sc2->tls_flags) in server_tls_cmp() 139 if (sc1->tls_protocols != sc2->tls_protocols) in server_tls_cmp() 141 if (sc1->tls_ticket_lifetime != sc2->tls_ticket_lifetime) in server_tls_cmp() 143 if (strcmp(sc1->tls_ciphers, sc2->tls_ciphers) != 0) in server_tls_cmp() 145 if (strcmp(sc1->tls_dhe_params, sc2->tls_dhe_params) != 0) in server_tls_cmp() 147 if (strcmp(sc1->tls_ecdhe_curves, sc2->tls_ecdhe_curves) != 0) in server_tls_cmp()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | mpbios.c | 942 struct ioapic_softc *sc = NULL, *sc2; in mpbios_int() local 997 sc2 = ioapic_find_bybase(pin); in mpbios_int() 998 if (sc2 != sc) { in mpbios_int()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | mpbios.c | 1010 struct ioapic_softc *sc = NULL, *sc2; in mpbios_int() local 1070 sc2 = ioapic_find_bybase(pin); in mpbios_int() 1071 if (sc2 != sc) { in mpbios_int()
|
| /openbsd/src/sys/netinet/ |
| D | tcp_input.c | 3234 struct syn_cache *sc2; in syn_cache_insert() local 3290 sc2 = TAILQ_FIRST(&scp->sch_bucket); in syn_cache_insert() 3296 if (sc2 == NULL) in syn_cache_insert() 3299 syn_cache_rm(sc2); in syn_cache_insert() 3300 syn_cache_put(sc2); in syn_cache_insert() 3332 sc2 = TAILQ_FIRST(&scp2->sch_bucket); in syn_cache_insert() 3333 syn_cache_rm(sc2); in syn_cache_insert() 3334 syn_cache_put(sc2); in syn_cache_insert()
|
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | Writer.cpp | 780 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); in fixGnuImportChunks() local 781 if (!sc1 || !sc2) { in fixGnuImportChunks() 792 (sc2->file->parentName + "/" + sc2->file->getName()).str(); in fixGnuImportChunks()
|
| /openbsd/src/regress/usr.bin/openssl/ |
| D | appstest.sh | 496 pkeyutlsc2=$key_dir/pkeyutl.sc2
|