Home
last modified time | relevance | path

Searched defs:opname (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/providers/fips/include/fips/
H A Dfipsindicator.h99 # define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, config_check_fn) \ argument
145 # define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, configopt_fn) argument
/freebsd/crypto/openssl/providers/fips/
H A Dfipsindicator.c60 const char *algname, const char *opname, in ossl_FIPS_IND_on_unapproved()
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c211 #define DEFINE_COMPARISON(type, name, opname, op, fmt, cast) \ argument
362 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument
452 #define DEFINE_TIME_T_COMPARISON(opname, op) \ argument
/freebsd/usr.sbin/ppp/
H A Dfilter.c537 static const char * const opname[] = {"none", "eq", "gt", "lt"}; variable
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \ argument
54 #define DEFINEARROP(opname, vtype) \ argument
/freebsd/sys/sys/
H A Dlock.h140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
/freebsd/sys/riscv/vmm/
H A Driscv.h125 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c339 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument
/freebsd/sys/arm64/vmm/
H A Darm64.h138 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/contrib/bmake/
H A Dcond.c171 static const char opname[][3] = { "<", "<=", ">", ">=", "==", "!=" }; variable
/freebsd/crypto/openssl/test/
H A Dtestutil.h304 # define DECLARE_COMPARISON(type, name, opname) \ argument
/freebsd/sys/amd64/vmm/
H A Dvmm.c203 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3594 const char *opname; in create_parents() local