Home
last modified time | relevance | path

Searched refs:pcheck (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dgethex.c88 goto pcheck;
93 goto pcheck;
97 goto pcheck;
111 goto pcheck;
123 pcheck:
/freebsd/contrib/ntp/parseutil/
H A Dtestdcf.c199 pcheck( in pcheck() function
232 pcheck(buffer, DCF_P_P1) && in convert_rawdcf()
233 pcheck(buffer, DCF_P_P2) && in convert_rawdcf()
234 pcheck(buffer, DCF_P_P3)) in convert_rawdcf()
H A Ddcfd.c412 pcheck( in pcheck() function
454 pcheck(buffer, DCF_P_P1) && in convert_rawdcf()
455 pcheck(buffer, DCF_P_P2) && in convert_rawdcf()
456 pcheck(buffer, DCF_P_P3)) in convert_rawdcf()
/freebsd/contrib/ntp/libparse/
H A Dclk_rawdcf.c206 pcheck( in pcheck() function
319 pcheck(buffer, DCF_P_P1, dcfprm->zerobits) && in convert_rawdcf()
320 pcheck(buffer, DCF_P_P2, dcfprm->zerobits) && in convert_rawdcf()
321 pcheck(buffer, DCF_P_P3, dcfprm->zerobits)) in convert_rawdcf()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c674 int pcheck, int fast, int large);
1087 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_ext_scbram_present()
1131 if (pcheck) in ahc_scbram_config()
1150 int pcheck;
1155 pcheck = FALSE; in ahc_probe_ext_scbram()
1166 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1184 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram()
1188 pcheck = TRUE; in ahc_probe_ext_scbram()
1195 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1207 ahc_scbram_config(ahc, enable, pcheck, fas in ahc_probe_ext_scbram()
1094 ahc_scbram_config(struct ahc_softc * ahc,int enable,int pcheck,int fast,int large) ahc_scbram_config() argument
1157 int pcheck; ahc_probe_ext_scbram() local
[all...]
/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c2113 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_check()
2115 if (pcheck != NULL) in EVP_PKEY_meth_get_check()
2116 *pcheck = pmeth->check; in EVP_PKEY_meth_get_check()
2120 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_public_check()
2122 if (pcheck != NULL) in EVP_PKEY_meth_get_public_check()
2123 *pcheck = pmeth->public_check; in EVP_PKEY_meth_get_public_check()
2127 int (**pcheck) (EVP_PKEY *pkey)) in EVP_PKEY_meth_get_param_check()
2129 if (pcheck != NULL) in EVP_PKEY_meth_get_param_check()
2130 *pcheck = pmeth->param_check; in EVP_PKEY_meth_get_param_check()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_meth_new.pod236 int (**pcheck) (EVP_PKEY *pkey));
238 int (**pcheck) (EVP_PKEY *pkey));
240 int (**pcheck) (EVP_PKEY *pkey));
/freebsd/crypto/openssl/include/openssl/
H A Devp.h2131 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2133 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));
2135 (const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey));