Searched refs:bad4 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwl_pci.c | 186 goto bad4; in mwl_pci_attach() 202 bad4: in mwl_pci_attach()
|
| /freebsd/sys/dev/ath/ |
| H A D | if_ath_pci.c | 265 goto bad4; in ath_pci_attach() 282 bad4: in ath_pci_attach()
|
| /freebsd/sys/dev/safe/ |
| H A D | safe.c | 293 goto bad4; in safe_attach() 308 goto bad4; in safe_attach() 319 goto bad4; in safe_attach() 353 goto bad4; in safe_attach() 368 goto bad4; in safe_attach() 430 bad4: in safe_attach()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 11528 unsigned char bad4[] = { 0x03, 'b', 'a', 'd', 0x06, 'b', 'a', 'd' }; in test_set_alpn() local 11552 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn() 11575 if (!TEST_true(SSL_set_alpn_protos(ssl, bad4, sizeof(bad4)))) in test_set_alpn()
|