| /freebsd/sys/compat/linuxkpi/common/src/ | 
| H A D | linux_acpi.c | 76 acpi_check_dsm(ACPI_HANDLE handle, const guid_t *uuid, int rev, uint64_t funcs)  in acpi_check_dsm() 97 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const guid_t *uuid, int rev,  in acpi_evaluate_dsm_typed() 110     UINT64 rev, UINT64 func, union linuxkpi_acpi_object *pkg)  in acpi_evaluate_dsm() 345 acpi_check_dsm(ACPI_HANDLE handle, const guid_t *uuid, int rev, uint64_t funcs)  in acpi_check_dsm() 351 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const guid_t *uuid, int rev,  in acpi_evaluate_dsm_typed() 359     UINT64 rev, UINT64 func, union linuxkpi_acpi_object *pkg)  in acpi_evaluate_dsm()
  | 
| /freebsd/crypto/krb5/src/util/ | 
| H A D | cstyle.py | 77 def check_file(filename, rev, new_lines):  argument 110 def check_diff(diff, rev):  argument
  | 
| /freebsd/crypto/openssl/crypto/x509/ | 
| H A D | x_crl.c | 93         X509_REVOKED *rev = sk_X509_REVOKED_value(revoked, i);  variable 372 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)  in X509_CRL_add0_revoked() 419                                     X509_REVOKED *rev)  in crl_revoked_issuer_match() 449     X509_REVOKED rtmp, *rev;  in def_crl_lookup()  local
  | 
| /freebsd/sys/dev/usb/controller/ | 
| H A D | ohcireg.h | 42 #define	OHCI_REV_LO(rev)	((rev) & 0xf)  argument 43 #define	OHCI_REV_HI(rev)	(((rev)>>4) & 0xf)  argument 44 #define	OHCI_REV_LEGACY(rev)	((rev) & 0x100)  argument
  | 
| /freebsd/sys/powerpc/powermac/ | 
| H A D | ata_macio.c | 75 #define ATA_TIME_TO_TICK(rev,time) howmany(time, (rev == 4) ? 15 : 30)  argument 135 	int rev;  member
  | 
| /freebsd/sys/dev/bhnd/bcma/ | 
| H A D | bcma_eromvar.h | 50 	uint16_t	rev;		/**< core's hardware revision */  member
  | 
| /freebsd/contrib/bearssl/src/symcipher/ | 
| H A D | poly1305_i15.c | 67 		unsigned char tmp[16], rev[16];  in poly1305_inner()  local
  | 
| /freebsd/crypto/openssh/regress/ | 
| H A D | test-exec.sh | 412 rev()  function
  | 
| /freebsd/sys/arm/nvidia/ | 
| H A D | tegra_abpmisc.c | 81 	int rev;  in tegra_abpmisc_read_revision()  local
  | 
| /freebsd/sys/arm/broadcom/bcm2835/ | 
| H A D | bcm2835_firmware.c | 151 	uint32_t rev;  in sysctl_bcm2835_firmware_get_revision()  local
  | 
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ | 
| H A D | aead_aes256gcm_aesni.c | 203     const __m128i rev = _mm_set_epi8(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);  in addmul()  local 323 #define MULREDUCE4(rev, H0_, H1_, H2_, H3_, X0_, X1_, X2_, X3_, accv) \  argument 420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \  argument 450 #define aesni_addmul8full(in_, accum, hv_, h2v_, h3v_, h4v_, rev) \  argument 512     const __m128i       rev = _mm_set_epi8(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);  in crypto_aead_aes256gcm_encrypt_detached_afternm()  local 650     const __m128i       rev = _mm_set_epi8(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15);  in crypto_aead_aes256gcm_decrypt_detached_afternm()  local
  | 
| /freebsd/sys/netpfil/ipfilter/netinet/ | 
| H A D | ip_pptp_pxy.c | 275 ipf_p_pptp_nextmessage(fr_info_t *fin, nat_t *nat, pptp_pxy_t *pptp, int rev)  in ipf_p_pptp_nextmessage() 503 	int rev;  in ipf_p_pptp_inout()  local
  | 
| /freebsd/sys/dev/sound/pci/ | 
| H A D | hdspe.c | 667 	uint32_t rev;  in hdspe_probe()  local 744 	uint32_t rev;  in hdspe_attach()  local
  | 
| H A D | hdsp.c | 751 	uint32_t rev;  in hdsp_probe()  local 852 	uint32_t rev;  in hdsp_attach()  local
  | 
| /freebsd/sys/arm/ti/am335x/ | 
| H A D | am335x_rtc.c | 90 	uint32_t rev;  in am335x_rtc_attach()  local
  | 
| /freebsd/sys/dev/aic7xxx/ | 
| H A D | aic7xxx_pci.c | 2153 	rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic785X_setup()   local  2171 	rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7860_setup()   local  2246 	rev = aic_pci_read_config(pci, PCIR_REVID, /*bytes*/1); in ahc_aic7880_setup()   local  2297 uint8_t rev; ahc_aic7890_setup()  local  2328 uint8_t rev; ahc_aic7895_setup()  local  [all...] | 
| /freebsd/sys/dev/ahci/ | 
| H A D | ahci_pci.c | 54 	uint8_t		rev;  member
  | 
| /freebsd/sys/dev/acpica/ | 
| H A D | acpi_quirk.c | 57 	int	rev;  member
  | 
| /freebsd/crypto/openssl/crypto/ocsp/ | 
| H A D | ocsp_prn.c | 143     OCSP_REVOKEDINFO *rev = NULL;  in OCSP_RESPONSE_print()  local
  | 
| /freebsd/crypto/openssl/test/ | 
| H A D | x509_test.c | 253     X509_REVOKED *rev = NULL;  in test_x509_revoked_delete_last_extension()  local
  | 
| /freebsd/sys/arm/ti/ | 
| H A D | ti_mbox.c | 135 	uint32_t rev, sysconfig;  in ti_mbox_attach()  local
  | 
| /freebsd/sys/contrib/dev/rtw89/ | 
| H A D | acpi.h | 159 	u8 rev;  member 165 	u8 rev;  member 172 	enum rtw89_acpi_sar_rev rev;  member
  | 
| /freebsd/sys/arm/include/ | 
| H A D | atags.h | 100 	uint32_t rev;  member
  | 
| /freebsd/sys/dev/ath/ath_hal/ | 
| H A D | ah_soc.h | 37 	uint16_t rev;               /* revision of this struct */  member
  | 
| /freebsd/sys/dev/dpaa/ | 
| H A D | bman.c | 80 	t_BmRevisionInfo rev;  in bman_attach()  local
  |