/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_kmeth.c | 267 int (**pinit)(EC_KEY *key), in EC_KEY_METHOD_get_init() 277 if (pinit != NULL) in EC_KEY_METHOD_get_init() 278 *pinit = meth->init; in EC_KEY_METHOD_get_init()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 896 static int (*pinit)(EVP_PKEY_CTX *ctx); in dasync_rsa_init() local 898 if (pinit == NULL) in dasync_rsa_init() 899 EVP_PKEY_meth_get_init(dasync_rsa_orig, &pinit); in dasync_rsa_init() 900 return pinit(ctx); in dasync_rsa_init()
|
/freebsd/sys/powerpc/include/ |
H A D | mmuvar.h | 146 pmap_pinit_t pinit; member
|
/freebsd/sys/powerpc/powerpc/ |
H A D | pmap_dispatch.c | 167 DEFINE_PMAP_IFUNC(int, pinit, (pmap_t));
|
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 211 TValue *pinit = s2v(ra); in forprep() local 214 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */ in forprep() 215 lua_Integer init = ivalue(pinit); in forprep() 246 if (l_unlikely(!tonumber(pinit, &init))) in forprep() 247 luaG_forerror(L, pinit, "initial value"); in forprep()
|
/freebsd/sys/dev/usb/ |
H A D | usb_generic.c | 2226 struct usb_fs_init *pinit; in ugen_ioctl_post() member 2442 error = ugen_fs_init(f, u.pinit->pEndpoints, in ugen_ioctl_post() 2444 u.pinit->ep_index_max); in ugen_ioctl_post()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 1507 int (**pinit)(EC_KEY *key),
|
H A D | evp.h | 2069 (const EVP_PKEY_METHOD *pmeth, int (**pinit) (EVP_PKEY_CTX *ctx));
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1929 int (**pinit) (EVP_PKEY_CTX *ctx)) in EVP_PKEY_meth_get_init() 1931 *pinit = pmeth->init; in EVP_PKEY_meth_get_init()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_meth_new.pod | 146 int (**pinit) (EVP_PKEY_CTX *ctx));
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4428 int (*pinit)(EVP_PKEY_CTX *ctx); in custom_pmeth_init() local 4430 EVP_PKEY_meth_get_init(orig_pmeth, &pinit); in custom_pmeth_init() 4431 return pinit(ctx); in custom_pmeth_init()
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 320 vmspace_alloc(vm_offset_t min, vm_offset_t max, pmap_pinit_t pinit) 326 if (!pinit(vmspace_pmap(vm))) { in vmspace_alloc() 322 vmspace_alloc(vm_offset_t min,vm_offset_t max,pmap_pinit_t pinit) vmspace_alloc() argument
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 352 .pinit = moea_pinit,
|
H A D | mmu_oea64.c | 470 .pinit = moea64_pinit,
|
H A D | mmu_radix.c | 508 .pinit = mmu_radix_pinit,
|
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 2059 __CONCAT(PMTYPE, pinit)(pmap_t pmap) in __CONCAT() argument 6431 PMM(pinit)
|