| /freebsd/crypto/openssl/providers/fips/include/fips/ |
| H A D | fipsindicator.h | 70 const char *algname, const char *opname, 99 #define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, config_check_fn) \ argument 100 ossl_FIPS_IND_on_unapproved(&ctx->indicator, id, libctx, algname, opname, config_check_fn) 145 #define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, configopt_fn) argument
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-core_dispatch.h.pod | 25 These macros have the form C<OSSL_OP_I<opname>>. 29 These macros have the form C<OSSL_FUNC_I<opname>_I<funcname>>, where 30 C<I<opname>> is the same as in the macro for the operation this
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | tests.c | 209 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ argument 210 int test_##name##_##opname(const char *file, int line, \ 360 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument 361 int test_BN_##opname(const char *file, int line, \ 371 int test_BN_##opname##_zero(const char *file, int line, \ 450 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument 451 int test_time_t_##opname(const char *file, int line, \
|
| /freebsd/usr.sbin/ppp/ |
| H A D | filter.c | 537 static const char * const opname[] = {"none", "eq", "gt", "lt"}; variable 542 if (op >= sizeof opname / sizeof opname[0]) in filter_Op2Nam() 544 return opname[op]; in filter_Op2Nam() 553 for (op = sizeof opname / sizeof opname[0] - 1; op; op--) in filter_Nam2Op() 554 if (!strcasecmp(cp, opname[op])) in filter_Nam2Op()
|
| /freebsd/sys/sys/ |
| H A D | lock.h | 140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument 142 CTR6(KTR_LOCK, opname " (%s) %s %p r = %d at %s:%d", \ 147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument 149 CTR6(KTR_LOCK, "TRY_" opname " (%s) %s %p result=%d at %s:%d",\
|
| /freebsd/crypto/openssl/providers/fips/ |
| H A D | fipsindicator.c | 60 const char *algname, const char *opname, in ossl_FIPS_IND_on_unapproved() argument 74 return ossl_FIPS_IND_callback(libctx, algname, opname); in ossl_FIPS_IND_on_unapproved()
|
| /freebsd/sys/riscv/include/ |
| H A D | vmm.h | 135 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument 136 ret_type vmmops_##opname args
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | atomic.c | 339 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 340 type __atomic_fetch_##opname##_##n(type *ptr, type val, int model) { \ 342 return __c11_atomic_fetch_##opname((_Atomic(type) *)ptr, val, model); \
|
| /freebsd/contrib/bmake/ |
| H A D | cond.c | 171 static const char opname[][3] = { "<", "<=", ">", ">=", "==", "!=" }; variable 511 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum() 536 opname[op], lhs, rhs); in EvalCompareStr() 540 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr() 609 "Missing right-hand side of operator \"%s\"", opname[op]); in CondParser_Comparison()
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm.h | 138 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument 139 ret_type vmmops_##opname args
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.h | 26 const char *opname);
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 169 #define DECLARE_VMMOPS_FUNC(ret_type, opname, args) \ argument 170 typedef ret_type (*vmmops_##opname##_t) args; \ 171 ret_type vmmops_##opname args
|
| /freebsd/contrib/lua/src/ |
| H A D | ldebug.h | 43 const char *opname);
|
| /freebsd/sys/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 47 #define DEFINEOP(opname, vtype) \ argument 52 } opname 54 #define DEFINEARROP(opname, vtype) \ argument 59 } opname
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 118 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument 119 DEFINE_IFUNC(, ret_type, vmmops_##opname, args) \ 122 return (vmm_ops_intel.opname); \ 124 return (vmm_ops_amd.opname); \
|
| /freebsd/crypto/openssl/test/ |
| H A D | testutil.h | 302 #define DECLARE_COMPARISON(type, name, opname) \ argument 303 int test_##name##_##opname(const char *, int, \
|
| /freebsd/contrib/blocklist/diff/ |
| H A D | named.diff | 89 + pfilter_notify(result, client, opname);
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fips_indicator.md | 222 - OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, configopt_fn) 225 by OSSL_FIPS_IND_SET_CTX_PARAM(), algname and opname are strings that are passed
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3409 const char *opname; in create_parents() local 3442 opname = dgettext(TEXT_DOMAIN, "create"); in create_parents() 3448 opname = dgettext(TEXT_DOMAIN, "open"); in create_parents() 3453 opname = dgettext(TEXT_DOMAIN, "mount"); in create_parents() 3458 opname = dgettext(TEXT_DOMAIN, "share"); in create_parents() 3470 "failed to %s ancestor '%s'"), opname, target); in create_parents()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | FLATInstructions.td | 2436 string opname = !subst("_lds", "", !cast<FLAT_Pseudo>(NAME).Mnemonic)> { 2437 let AsmString = opname # !cast<FLAT_Pseudo>(NAME).AsmOperands # " lds" in 2440 let AsmString = opname # !cast<FLAT_Pseudo>(NAME#"_SADDR").AsmOperands # " lds" in 2445 string opname = !subst("_lds", "", !cast<FLAT_Pseudo>(NAME).Mnemonic)> { 2448 let AsmString = opname # !cast<FLAT_Pseudo>(NAME#"_ST").AsmOperands # " lds" in
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 179 class ScalarMulOp<string opname> : 180 Op<(call opname, $p0, (call "vget_lane", $p1, $p2))>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 2405 multiclass MVE_VCLSCLZ_p<string opname, bit opcode, MVEVectorVTInfo VTI, 2407 def "": MVE_VCLSCLZ<"v"#opname, VTI.Suffix, VTI.Size, opcode>; 2410 defvar pred_int = !cast<Intrinsic>("int_arm_mve_"#opname#"_predicated");
|