| /freebsd-13-stable/libexec/bootpd/ |
| HD | readfile.c | 705 if (optype == OP_BOOLEAN) \ 708 if (optype == OP_ADDITION) { \ 719 if (optype == OP_BOOLEAN) \ 727 if (optype == OP_ADDITION) { \ 738 if (optype == OP_BOOLEAN) \ 746 if (optype == OP_ADDITION) { \ 757 if (optype == OP_BOOLEAN) \ 760 if (optype == OP_ADDITION) { \ 787 int optype; /* Indicates boolean, addition, or deletion */ local 826 optype = OP_ADDITION; [all …]
|
| /freebsd-13-stable/sys/contrib/openzfs/module/icp/core/ |
| HD | kcf_sched.c | 361 kcf_op_type_t optype; in can_resubmit() local 364 optype = params->rp_optype; in can_resubmit() 366 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) in can_resubmit() 375 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : in can_resubmit() 385 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit() 395 switch (optype) { in can_resubmit() 403 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC); in can_resubmit() 414 switch (optype) { in can_resubmit() 422 ASSERT(optype == KCF_OP_VERIFY_RECOVER_ATOMIC); in can_resubmit() 433 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT : in can_resubmit() [all …]
|
| HD | kcf_callprov.c | 504 kcf_op_type_t optype; in common_submit_request() local 506 optype = params->rp_optype; in common_submit_request() 512 switch (optype) { in common_submit_request() 564 switch (optype) { in common_submit_request() 616 switch (optype) { in common_submit_request() 659 switch (optype) { in common_submit_request() 704 switch (optype) { in common_submit_request() 771 switch (optype) { in common_submit_request() 840 switch (optype) { in common_submit_request() 925 switch (optype) { in common_submit_request() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | 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;
|
| HD | 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),
|
| HD | 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-13-stable/crypto/openssl/crypto/evp/ |
| HD | pmeth_lib.c | 366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument 387 if ((optype != -1) && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl() 401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() argument 404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64() 448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md() argument 456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m); in EVP_PKEY_CTX_md()
|
| /freebsd-13-stable/contrib/libfido2/fuzz/ |
| HD | 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-13-stable/sys/dev/oce/ |
| HD | 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 …]
|
| HD | oce_mbox.c | 1443 oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode, in oce_mbox_write_flashrom() argument 1463 fwcmd->flash_op_type = LE_32(optype); in oce_mbox_write_flashrom() 1492 uint32_t offset, uint32_t optype) in oce_mbox_get_flashrom_crc() argument 1516 fwcmd->flash_op_type = optype; in oce_mbox_get_flashrom_crc()
|
| HD | 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);
|
| HD | oce_if.c | 2659 int num_cqes = 0, evt_type = 0, optype = 0; in oce_mq_handler() local 2672 optype = cqe->u0.s.async_type; in oce_mq_handler() 2680 optype == ASYNC_EVENT_DEBUG_QNQ) { in oce_mq_handler()
|
| /freebsd-13-stable/crypto/openssl/crypto/rsa/ |
| HD | rsa_lib.c | 485 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument 492 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2); in RSA_pkey_ctx_ctrl()
|
| /freebsd-13-stable/sys/dev/sume/ |
| HD | adapter.h | 230 uint32_t optype; member
|
| HD | if_sume.c | 739 uint32_t optype) in sume_module_reg_write() argument 766 data->optype = htole32(optype); in sume_module_reg_write() 781 if (optype != SUME_MR_READ || error != 0 || error == EWOULDBLOCK) { in sume_module_reg_write() 783 if (optype == SUME_MR_READ) in sume_module_reg_write()
|
| /freebsd-13-stable/lib/libomp/ |
| HD | 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-13-stable/crypto/openssl/doc/man3/ |
| HD | EVP_PKEY_CTX_ctrl.pod | 65 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 67 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 72 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md); 145 B<optype> is a mask indicating which operations the control can be applied to.
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/include/ |
| HD | 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-13-stable/crypto/openssl/include/openssl/ |
| HD | evp.h | 1345 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 1349 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 1355 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md);
|
| HD | rsa.h | 278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|