Searched refs:optype (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/libexec/bootpd/
H A Dreadfile.c721 if (optype == OP_BOOLEAN) \
724 if (optype == OP_ADDITION) { \
735 if (optype == OP_BOOLEAN) \
743 if (optype == OP_ADDITION) { \
754 if (optype == OP_BOOLEAN) \
762 if (optype == OP_ADDITION) { \
773 if (optype == OP_BOOLEAN) \
776 if (optype == OP_ADDITION) { \
803 int optype; /* Indicates boolean, addition, or deletion */
842 optype
797 int optype; /* Indicates boolean, addition, or deletion */ local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c361 kcf_op_type_t optype; local
364 optype = params->rp_optype;
366 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype)))
375 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST :
385 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC :
395 switch (optype) {
403 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC);
414 switch (optype) {
422 ASSERT(optype
1178 kcf_op_type_t optype; local
[all...]
H A Dkcf_callprov.c504 kcf_op_type_t optype; local
506 optype = params->rp_optype;
512 switch (optype) {
564 switch (optype) {
616 switch (optype) {
659 switch (optype) {
704 switch (optype) {
771 switch (optype) {
840 switch (optype) {
925 switch (optype) {
1325 kcf_op_type_t optype; local
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c75 int optype; member in struct:flash_img_attri
306 pimg->optype = 0;
313 pimg->optype = 1;
319 pimg->optype,
326 pimg->optype = 2;
333 pimg->optype = 3;
340 pimg->optype = 8;
347 pimg->optype = 9;
354 pimg->optype = 10;
361 pimg->optype
[all...]
H A Doce_mbox.c1444 oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode, argument
1464 fwcmd->flash_op_type = LE_32(optype);
1493 uint32_t offset, uint32_t optype)
1517 fwcmd->flash_op_type = optype;
1492 oce_mbox_get_flashrom_crc(POCE_SOFTC sc, uint8_t *flash_crc, uint32_t offset, uint32_t optype) argument
H A Doce_if.h1049 int oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode,
1056 uint32_t offset, uint32_t optype);
H A Doce_if.c2654 int num_cqes = 0, evt_type = 0, optype = 0; local
2667 optype = cqe->u0.s.async_type;
2675 optype == ASYNC_EVENT_DEBUG_QNQ) {
/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, argument
387 if ((optype != -1) && !(ctx->operation & optype)) {
401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, argument
404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value);
448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) argument
456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m);
/freebsd-13-stable/sys/dev/sume/
H A Dadapter.h225 * optype - 0x1f when writing, 0x00 for reading
231 uint32_t optype; member in struct:nf_regop_data
H A Dif_sume.c734 * Request a register read or write (depending on optype).
735 * If optype is set (0x1f) this will result in a register write,
741 uint32_t optype)
768 data->optype = htole32(optype);
783 if (optype != SUME_MR_READ || error != 0 || error == EWOULDBLOCK) {
785 if (optype == SUME_MR_READ)
740 sume_module_reg_write(struct nf_priv *nf_priv, struct sume_ifreq *sifr, uint32_t optype) argument
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_lib.c485 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) argument
492 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2);
/freebsd-13-stable/lib/libomp/
H A Domp-tools.h925 ompt_target_data_op_t optype,
936 ompt_target_data_op_t optype; member in struct:ompt_record_target_data_op_t
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Devp.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);
H A Drsa.h278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);

Completed in 221 milliseconds