Home
last modified time | relevance | path

Searched refs:bad4 (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/usb/
Duirda.c407 goto bad4; in uirda_open()
422 bad4: in uirda_open()
Dudsir.c354 goto bad4; in udsir_open()
389 bad4: in udsir_open()
Dustir.c730 goto bad4; in ustir_open()
764 bad4: in ustir_open()
Dohci.c904 goto bad4; in ohci_init()
1097 bad4: in ohci_init()
Dxhci.c1624 goto bad4; in xhci_init()
1701 bad4: in xhci_init()
/netbsd/src/sys/arch/vax/vsa/
Dgpx.c392 goto bad4; in gpx_attach()
410 bad4: in gpx_attach()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dsslapitest.c10001 unsigned char bad4[] = { 0x03, 'b', 'a', 'd', 0x06, 'b', 'a', 'd'}; in test_set_alpn() local
10025 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
10048 if (!TEST_true(SSL_set_alpn_protos(ssl, bad4, sizeof(bad4)))) in test_set_alpn()