/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_acpi.c | 75 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() 94 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed() 105 UINT64 rev, UINT64 func, union linuxkpi_acpi_object *pkg) in acpi_evaluate_dsm() 326 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() 332 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed() 340 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 359 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev) in X509_CRL_add0_revoked() 406 X509_REVOKED *rev) in crl_revoked_issuer_match() 436 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/contrib/dev/iwlwifi/fw/ |
H A D | acpi.h | 236 iwl_acpi_get_dsm_object(struct device * dev,int rev,int func,union acpi_object * args) iwl_acpi_get_dsm_object() argument 242 iwl_acpi_get_dsm_u8(struct device * dev,int rev,int func,const guid_t * guid,u8 * value) iwl_acpi_get_dsm_u8() argument 248 iwl_acpi_get_dsm_u32(struct device * dev,int rev,int func,const guid_t * guid,u32 * value) iwl_acpi_get_dsm_u32() argument
|
H A D | acpi.c | 124 iwl_acpi_get_dsm_object(struct device * dev,int rev,int func,union acpi_object * args,const guid_t * guid) iwl_acpi_get_dsm_object() argument 148 iwl_acpi_get_dsm_integer(struct device * dev,int rev,int func,const guid_t * guid,u64 * value,size_t expected_size) iwl_acpi_get_dsm_integer() argument 200 iwl_acpi_get_dsm_u8(struct device * dev,int rev,int func,const guid_t * guid,u8 * value) iwl_acpi_get_dsm_u8() argument 221 iwl_acpi_get_dsm_u32(struct device * dev,int rev,int func,const guid_t * guid,u32 * value) iwl_acpi_get_dsm_u32() argument
|
/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/sys/arm/nvidia/ |
H A D | tegra_abpmisc.c | 81 int rev; in tegra_abpmisc_read_revision() local
|
/freebsd/crypto/openssh/regress/ |
H A D | test-exec.sh | 401 rev() function
|
/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/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/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/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/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_prn.c | 141 OCSP_REVOKEDINFO *rev = NULL; in OCSP_RESPONSE_print() local
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_quirk.c | 57 int rev; member
|
/freebsd/sys/dev/ahci/ |
H A D | ahci_pci.c | 54 uint8_t rev; member
|
/freebsd/sys/arm/ti/ |
H A D | ti_mbox.c | 135 uint32_t rev, sysconfig; in ti_mbox_attach() local
|
/freebsd/sys/arm/include/ |
H A D | atags.h | 100 uint32_t rev; member
|
/freebsd/crypto/openssl/apps/ |
H A D | rsautl.c | 85 int hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; in rsautl_main() local
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_soc.h | 37 uint16_t rev; /* revision of this struct */ member
|