Searched refs:op (Results 276 - 300 of 1141) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/arm/arm/
H A Dsys_machdep.c54 int op; member in struct:sysarch_args
178 switch (uap->op) {
188 ktrcapfail(CAPFAIL_SYSCALL, &uap->op);
194 switch (uap->op) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Dasymcipher.c79 * is a no-op, but we call it anyway to not complicate the code even
144 ctx->op.ciph.cipher = cipher;
145 ctx->op.ciph.algctx = cipher->newctx(ossl_provider_ctx(cipher->prov));
146 if (ctx->op.ciph.algctx == NULL) {
159 ret = cipher->encrypt_init(ctx->op.ciph.algctx, provkey, params);
167 ret = cipher->decrypt_init(ctx->op.ciph.algctx, provkey, params);
243 if (ctx->op.ciph.algctx == NULL)
246 ret = ctx->op.ciph.cipher->encrypt(ctx->op.ciph.algctx, out, outlen,
285 if (ctx->op
[all...]
H A Dkem.c72 * a no-op, but we call it anyway to not complicate the code even
137 ctx->op.encap.kem = kem;
138 ctx->op.encap.algctx = kem->newctx(ossl_provider_ctx(kem->prov));
139 if (ctx->op.encap.algctx == NULL) {
152 ret = kem->encapsulate_init(ctx->op.encap.algctx, provkey, params);
160 ret = kem->decapsulate_init(ctx->op.encap.algctx, provkey, params);
198 if (ctx->op.encap.algctx == NULL) {
206 return ctx->op.encap.kem->encapsulate(ctx->op.encap.algctx,
229 if (ctx->op
[all...]
/freebsd-current/sys/i386/i386/
H A Ddb_trace.c85 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) argument
93 if (op == DB_VAR_GET)
101 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) argument
129 if (op == DB_VAR_GET)
137 db_esp(struct db_variable *vp, db_expr_t *valuep, int op) argument
143 if (op == DB_VAR_GET)
151 db_gs(struct db_variable *vp, db_expr_t *valuep, int op) argument
157 if (op == DB_VAR_GET)
163 if (op == DB_VAR_GET)
171 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) argument
[all...]
/freebsd-current/crypto/openssl/test/
H A Dconstant_time_test.c61 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b),
65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE))
67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE))
73 char (*op) (unsigned int a, unsigned int b),
77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8))
79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8))
84 static int test_binary_op_s(size_t (*op) (size_t a, size_t b),
88 if (is_true && !TEST_size_t_eq(op(a,b), CONSTTIME_TRUE_S))
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S))
95 static int test_binary_op_64(uint64_t (*op)(uint64_
[all...]
/freebsd-current/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp.c61 co1.op = COP_COMP;
76 co2.op = COP_DECOMP;
H A Dh_aesctr2.c73 co.op = COP_ENCRYPT;
84 co.op = COP_DECRYPT;
/freebsd-current/contrib/libxo/libxo/
H A Dxo_encoder.c372 xo_encoder_op_t op; local
375 op = (opts_char == '+') ? XO_OP_OPTIONS_PLUS : XO_OP_OPTIONS;
376 rc = xo_encoder_handle(xop, op, name, opts, 0);
404 xo_encoder_handle (xo_handle_t *xop, xo_encoder_op_t op, argument
413 return func(xop, op, name, value, private, flags);
417 xo_encoder_op_name (xo_encoder_op_t op) argument
440 if (op > sizeof(names) / sizeof(names[0]))
443 return names[op];
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp71 VarSetOperationType op) {
73 switch (op) {
113 error = OptionValue::SetValueFromString(value_str, op);
70 SetValueFromString(llvm::StringRef value_str, VarSetOperationType op) argument
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl279 my ($f, $vrt, $ra, $rb, $op) = @_;
280 " .long ".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|($rb<<11)|($op*2+1);
299 my ($f, $vrt, $vra, $vrb, $op) = vsr2vr_args(3, @_);
300 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|$op;
303 my ($f, $vrt, $vra, $vrb, $vrc, $op) = @_;
304 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op;
307 my ($f, $vrt, $vra, $vrb, $vrc, $op) = vsr2vr_args(4, @_);
308 " .long ".sprintf "0x%X",(4<<26)|($vrt<<21)|($vra<<16)|($vrb<<11)|($vrc<<6)|$op;
/freebsd-current/crypto/openssl/crypto/
H A Dthreads_none.c136 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, argument
139 *val |= op;
/freebsd-current/sys/ddb/
H A Ddb_sym.c79 db_var_db_cpu(struct db_variable *vp, db_expr_t *valuep, int op) argument
82 switch (op) {
106 db_var_curcpu(struct db_variable *vp, db_expr_t *valuep, int op) argument
109 switch (op) {
131 db_var_db_vnet(struct db_variable *vp, db_expr_t *valuep, int op) argument
134 switch (op) {
154 db_var_curvnet(struct db_variable *vp, db_expr_t *valuep, int op) argument
157 switch (op) {
/freebsd-current/tools/bus_space/C/
H A Dlibbus.h79 int busdma_sync(busdma_md_t md, int op);
80 int busdma_sync_range(busdma_md_t md, int op, bus_size_t, bus_size_t);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h57 const struct seq_operations *op; member in struct:seq_file
78 int seq_open(struct linux_file *f, const struct seq_operations *op);
/freebsd-current/sys/dev/irdma/
H A Dirdma_uda.h73 u32 op, u64 scratch);
75 struct irdma_mcast_grp_info *info, u32 op,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp29 for (auto &op : instr.all_defs())
30 defs.push_back(op.getReg());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h48 const uint8_t op) const override;
50 bool ParseVendorDWARFOpcode(uint8_t op, const DataExtractor &opcodes,
/freebsd-current/contrib/lua/src/
H A Dlcode.c208 OpCode op; local
210 case 0: op = OP_RETURN0; break;
211 case 1: op = OP_RETURN1; break;
212 default: op = OP_RETURN; break;
214 luaK_codeABC(fs, op, first, nret + 1, 0);
222 static int condjump (FuncState *fs, OpCode op, int A, int B, int C, int k) { argument
223 luaK_codeABCk(fs, op, A, B, C, k);
895 static int code_loadbool (FuncState *fs, int A, OpCode op) { argument
897 return luaK_codeABC(fs, op, A, 0, 0);
1321 static int validop (int op, TValu argument
1340 constfolding(FuncState *fs, int op, expdesc *e1, const expdesc *e2) argument
1395 codeunexpval(FuncState *fs, OpCode op, expdesc *e, int line) argument
1410 finishbinexpval(FuncState *fs, expdesc *e1, expdesc *e2, OpCode op, int v2, int flip, int line, OpCode mmop, TMS event) argument
1430 OpCode op = binopr2op(opr, OPR_ADD, OP_ADD); local
1443 codebini(FuncState *fs, OpCode op, expdesc *e1, expdesc *e2, int flip, int line, TMS event) argument
1459 OpCode op = binopr2op(opr, OPR_ADD, OP_ADDK); local
1467 finishbinexpneg(FuncState *fs, expdesc *e1, expdesc *e2, OpCode op, int line, TMS event) argument
1520 codecommutative(FuncState *fs, BinOpr op, expdesc *e1, expdesc *e2, int line) argument
1560 OpCode op; local
1592 OpCode op; local
1640 luaK_infix(FuncState *fs, BinOpr op, expdesc *v) argument
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c154 u_int sub, u_int __unused vindex, enum snmp_op op)
160 if (op == SNMP_OP_SET)
163 if (op == SNMP_OP_GET) {
195 u_int sub, u_int __unused vindex, enum snmp_op op)
199 if (op == SNMP_OP_SET)
202 if (op == SNMP_OP_GET) {
238 u_int sub, u_int __unused vindex, enum snmp_op op)
242 if (op == SNMP_OP_SET)
245 if (op == SNMP_OP_GET) {
278 u_int sub, u_int __unused vindex, enum snmp_op op)
153 pf_status(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
194 pf_counter(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
237 pf_statetable(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
277 pf_srcnodes(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
317 pf_limits(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
357 pf_timeouts(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
447 pf_logif(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
520 pf_interfaces(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
549 pf_iftable(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
667 pf_tables(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
696 pf_tbltable(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
809 pf_tbladdr(struct snmp_context __unused *ctx, struct snmp_value __unused *val, u_int __unused sub, u_int __unused vindex, enum snmp_op __unused op) argument
907 pf_altq_num(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
940 pf_altqq(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
1002 pf_labels(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
1032 pf_lbltable(struct snmp_context __unused *ctx, struct snmp_value *val, u_int sub, u_int __unused vindex, enum snmp_op op) argument
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Daction.c244 u_int sub, u_int iidx __unused, enum snmp_op op)
248 switch (op) {
357 u_int iidx __unused, enum snmp_op op)
361 switch (op) {
449 u_int sub, u_int iidx __unused, enum snmp_op op)
453 switch (op) {
506 u_int sub, u_int iidx __unused, enum snmp_op op)
508 switch (op) {
589 u_int sub, u_int iidx __unused, enum snmp_op op)
591 switch (op) {
243 op_system_group(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
356 op_debug(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
448 op_or_table(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
505 op_snmp(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
588 op_snmpd_stats(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
630 op_snmpd_config(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
751 op_community(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
874 dep_modules(struct snmp_context *ctx, struct snmp_dependency *dep, enum snmp_depop op) argument
928 op_modules(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
1055 op_snmp_set(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
1103 op_snmp_engine(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
1200 op_transport_table(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
[all...]
/freebsd-current/contrib/hyperv/tools/
H A Dhv_vss_daemon.c160 uint32_t op; local
240 * the error from this daemon. So, first save the op
244 op = userdata.opt;
246 switch (op) {
257 VSS_LOG(LOG_ERR, "Illegal operation: %d\n", op);
270 userdata.status, op == HV_VSS_FREEZE ? "Freeze" :
271 (op == HV_VSS_THAW ? "Thaw" : "Check"));
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp36 BinaryOperator::Opcode op = SIE->getOpcode(); local
37 if (BinaryOperator::isComparisonOp(op) && op != BO_Cmp) {
39 op = BinaryOperator::negateComparisonOp(op);
41 return assumeSymRel(State, SIE->getLHS(), op, SIE->getRHS());
/freebsd-current/contrib/tcpdump/
H A Dprint-ospf6.c730 const struct ospf6hdr *op,
739 switch (GET_U_1(op->ospf6_type)) {
742 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN);
772 const struct dd6 *ddp = (const struct dd6 *)((const uint8_t *)op + OSPF6HDR_LEN);
796 lsrp = (const struct lsr6 *)((const uint8_t *)op + OSPF6HDR_LEN);
811 const struct lsu6 *lsup = (const struct lsu6 *)((const uint8_t *)op + OSPF6HDR_LEN);
826 lshp = (const struct lsa6_hdr *)((const uint8_t *)op + OSPF6HDR_LEN);
920 const struct ospf6hdr *op, const u_char *cp, const unsigned len)
927 type = GET_U_1(op->ospf6_type);
929 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op
729 ospf6_decode_v3(netdissect_options *ndo, const struct ospf6hdr *op, const u_char *dataend) argument
919 ospf6_decode_v3_trailer(netdissect_options *ndo, const struct ospf6hdr *op, const u_char *cp, const unsigned len) argument
949 const struct ospf6hdr *op; local
[all...]
/freebsd-current/sys/libkern/x86/
H A Dcrc32_sse42.c177 uint32_t op[32]; local
180 crc32c_zeros_op(op, len);
182 zeros[0][n] = gf2_matrix_times(op, n);
183 zeros[1][n] = gf2_matrix_times(op, n << 8);
184 zeros[2][n] = gf2_matrix_times(op, n << 16);
185 zeros[3][n] = gf2_matrix_times(op, n << 24);
/freebsd-current/usr.sbin/rpcbind/
H A Dpmap_svc.c162 pmapproc_change(struct svc_req *rqstp __unused, SVCXPRT *xprt, unsigned long op) argument
174 op == PMAPPROC_SET ? "PMAP_SET" : "PMAP_UNSET",
183 if (!check_access(xprt, op, &reg, PMAPVERS)) {
207 if (op == PMAPPROC_SET) {
223 } else if (op == PMAPPROC_UNSET) {
247 if (op == PMAPPROC_SET)

Completed in 340 milliseconds

<<11121314151617181920>>