/freebsd/libexec/bootpd/ |
H A D | readfile.c | 698 if (optype == OP_BOOLEAN) \ 701 if (optype == OP_ADDITION) { \ 712 if (optype == OP_BOOLEAN) \ 720 if (optype == OP_ADDITION) { \ 731 if (optype == OP_BOOLEAN) \ 739 if (optype == OP_ADDITION) { \ 750 if (optype == OP_BOOLEAN) \ 753 if (optype == OP_ADDITION) { \ 778 int optype; /* Indicates boolean, addition, or deletion */ in eval_symbol() local 817 optype = OP_ADDITION; in eval_symbol() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZicbo.td | 37 class CBO_r<bits<12> optype, string opcodestr> 40 let imm12 = optype; 45 class Prefetch_ri<bits<5> optype, string opcodestr> 49 let rs2 = optype;
|
H A D | RISCVInstrInfoZvk.td | 78 class PALUVINoVm<bits<6> funct6, string opcodestr, Operand optype> 79 : VALUVINoVm<funct6, opcodestr, optype> { 85 class PALUVINoVmBinary<bits<6> funct6, string opcodestr, Operand optype> 87 (ins VR:$vd, VR:$vs2, optype:$imm),
|
H A D | RISCVInstrInfoV.td | 492 class VALUVI<bits<6> funct6, string opcodestr, Operand optype = simm5> 494 (ins VR:$vs2, optype:$imm, VMaskOp:$vm), 498 class VALUmVI<bits<6> funct6, string opcodestr, Operand optype = simm5> 500 (ins VR:$vs2, optype:$imm, VMV0:$v0), 506 class VALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5> 508 (ins VR:$vs2, optype:$imm),
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrap.c | 244 (EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2), 246 (ctx, optype, cmd, p1, p2), 396 (EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, int p1, void *p2), 398 (ctx, keytype, optype, cmd, p1, p2),
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 41 int keytype, int optype, 1369 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() argument 1385 if ((optype != -1) && !(ctx->operation & optype)) { in evp_pkey_ctx_ctrl_int() 1393 return evp_pkey_ctx_ctrl_to_param(ctx, keytype, optype, cmd, p1, p2); in evp_pkey_ctx_ctrl_int() 1412 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument 1423 ret = evp_pkey_ctx_store_cached_data(ctx, keytype, optype, in EVP_PKEY_CTX_ctrl() 1437 return evp_pkey_ctx_ctrl_int(ctx, keytype, optype, cmd, p1, p2); in EVP_PKEY_CTX_ctrl() 1440 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() argument 1443 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64() 1520 int keytype, int optype, in evp_pkey_ctx_store_cached_data() argument [all …]
|
H A D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 418 if (translation->optype != 0) { in default_fixup_args() 2543 if (item->optype != -1 && (tmpl->optype & item->optype) == 0) in lookup_translation() 2640 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() argument 2654 tmpl.optype = optype; in evp_pkey_ctx_ctrl_to_param() 2716 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_ctrl_str_to_param() local 2722 tmpl.optype = optype; in evp_pkey_ctx_ctrl_str_to_param() 2775 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_setget_params_to_ctrl() local 2786 tmpl.optype = optype; in evp_pkey_ctx_setget_params_to_ctrl() 2801 ret = EVP_PKEY_CTX_ctrl(pctx, keytype, optype, in evp_pkey_ctx_setget_params_to_ctrl()
|
/freebsd/sys/dev/oce/ |
H A D | oce_sysctl.c | 74 int optype; member 305 pimg->optype = 0; in oce_fill_flash_img_data() 312 pimg->optype = 1; in oce_fill_flash_img_data() 318 pimg->optype, in oce_fill_flash_img_data() 325 pimg->optype = 2; in oce_fill_flash_img_data() 332 pimg->optype = 3; in oce_fill_flash_img_data() 339 pimg->optype = 8; in oce_fill_flash_img_data() 346 pimg->optype = 9; in oce_fill_flash_img_data() 353 pimg->optype = 10; in oce_fill_flash_img_data() 360 pimg->optype = 11; in oce_fill_flash_img_data() [all …]
|
H A D | oce_mbox.c | 1441 oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode, in oce_mbox_write_flashrom() argument 1461 fwcmd->flash_op_type = LE_32(optype); in oce_mbox_write_flashrom() 1490 uint32_t offset, uint32_t optype) in oce_mbox_get_flashrom_crc() argument 1514 fwcmd->flash_op_type = optype; in oce_mbox_get_flashrom_crc()
|
H A D | oce_if.h | 1049 int oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode, 1056 uint32_t offset, uint32_t optype);
|
H A D | oce_if.c | 2652 int num_cqes = 0, evt_type = 0, optype = 0; in oce_mq_handler() 2665 optype = cqe->u0.s.async_type; in oce_mq_handler() 2673 optype == ASYNC_EVENT_DEBUG_QNQ) { in oce_mq_handler() 2654 int num_cqes = 0, evt_type = 0, optype = 0; oce_mq_handler() local
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument 737 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2); in RSA_pkey_ctx_ctrl() 884 int keytype, int optype, in int_set_rsa_md_name() argument 891 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_set_rsa_md_name() 924 int keytype, int optype, in int_get_rsa_md_name() argument 931 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_get_rsa_md_name()
|
/freebsd/sys/dev/sume/ |
H A D | adapter.h | 230 uint32_t optype; member
|
H A D | if_sume.c | 738 uint32_t optype) in sume_module_reg_write() argument 765 data->optype = htole32(optype); in sume_module_reg_write() 780 if (optype != SUME_MR_READ || error != 0 || error == EWOULDBLOCK) { in sume_module_reg_write() 782 if (optype == SUME_MR_READ) in sume_module_reg_write()
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 1021 ompt_target_data_op_t optype, 1033 ompt_target_data_op_t optype, 1044 ompt_target_data_op_t optype; member
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1021 ompt_target_data_op_t optype, 1033 ompt_target_data_op_t optype, 1044 ompt_target_data_op_t optype;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_ctrl.pod | 79 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 81 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 86 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md); 198 type used must match I<keytype> if it is not -1. The parameter I<optype> is a
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | rsa.h | 313 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
H A D | evp.h | 1791 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 1795 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 1801 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md);
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | evp.h | 921 int keytype, int optype,
|