| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef 60 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
|
| clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef 64 pfunc f1 = (pfunc)(uintptr_t)execution_buffer; 71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer;
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| enable_execute_stack_test.c | 36 typedef int (*pfunc)(void); typedef 68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
| clear_cache_test.c | 29 typedef int (*pfunc)(void); typedef 73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
| /src/tests/fs/puffs/h_dtfs/ |
| dtfs_vfsops.c | 109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member in struct:rtype 153 if (rtypes[i].pfunc(pu, typestr,
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/ |
| fips_crng_test.c | 191 const OSSL_DISPATCH *pfunc; local 202 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL) 203 crngt->parent_enable_locking = OSSL_FUNC_rand_enable_locking(pfunc); 204 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL) 205 crngt->parent_lock = OSSL_FUNC_rand_lock(pfunc); 206 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL) 207 crngt->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); 208 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GETTABLE_CTX_PARAMS)) != NULL) 209 crngt->parent_gettable_ctx_params = OSSL_FUNC_rand_gettable_ctx_params(pfunc); 210 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL [all...] |
| drbg.c | 795 const OSSL_DISPATCH *pfunc; local 813 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL) 814 drbg->parent_enable_locking = OSSL_FUNC_rand_enable_locking(pfunc); 815 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL) 816 drbg->parent_lock = OSSL_FUNC_rand_lock(pfunc); 817 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL) 818 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); 819 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL) 820 drbg->parent_get_ctx_params = OSSL_FUNC_rand_get_ctx_params(pfunc); 821 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_NONCE)) != NULL [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
| drbg.c | 786 const OSSL_DISPATCH *pfunc; local 806 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_ENABLE_LOCKING)) != NULL) 807 drbg->parent_enable_locking = OSSL_FUNC_rand_enable_locking(pfunc); 808 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_LOCK)) != NULL) 809 drbg->parent_lock = OSSL_FUNC_rand_lock(pfunc); 810 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_UNLOCK)) != NULL) 811 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); 812 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_GET_CTX_PARAMS)) != NULL) 813 drbg->parent_get_ctx_params = OSSL_FUNC_rand_get_ctx_params(pfunc); 814 if ((pfunc = find_call(p_dispatch, OSSL_FUNC_RAND_NONCE)) != NULL [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| dlltool.c | 3492 pfunc (const void *a, const void *b) 3603 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); 3657 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); 3491 pfunc (const void *a, const void *b) function
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dlltool.c | 3491 pfunc (const void *a, const void *b) 3602 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); 3656 qsort (d_export_vec, d_nfuncs, sizeof (export_type *), pfunc); 3490 pfunc (const void *a, const void *b) function
|