Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/libexec/bootpd/
HDreadfile.c705 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/
HDkcf_sched.c361 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 …]
HDkcf_callprov.c504 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/
HDRISCVInstrInfoZicbo.td37 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;
HDRISCVInstrInfoZvk.td78 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),
HDRISCVInstrInfoV.td492 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/
HDpmeth_lib.c366 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/
HDwrap.c244 (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/
HDoce_sysctl.c74 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 …]
HDoce_mbox.c1443 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()
HDoce_if.h1049 int oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode,
1056 uint32_t offset, uint32_t optype);
HDoce_if.c2659 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/
HDrsa_lib.c485 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/
HDadapter.h230 uint32_t optype; member
HDif_sume.c739 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/
HDomp-tools.h1021 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/
HDEVP_PKEY_CTX_ctrl.pod65 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/
HDomp-tools.h.var1021 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/
HDevp.h1345 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);
HDrsa.h278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);