Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c98 session->init.optype = optype; in meta_operation_init_defer()
126 if ((optype == CKF_ENCRYPT) || (optype == CKF_DECRYPT) || in meta_operation_init()
161 mech_info.flags = optype; in meta_operation_init()
230 if (optype != CKF_DIGEST) { in meta_operation_init()
240 switch (optype) { in meta_operation_init()
310 session->op1.type = optype; in meta_operation_init()
404 if (optype != CKF_DIGEST) { in meta_operation_init_softtoken()
424 switch (optype) { in meta_operation_init_softtoken()
529 if ((optype == CKF_ENCRYPT) || (optype == CKF_DECRYPT) || in meta_do_operation()
802 switch (optype) { in meta_operation_cleanup()
[all …]
H A DmetaGlobal.h319 CK_FLAGS optype; /* place holder for init parameters */ member
585 CK_RV meta_operation_init(CK_FLAGS optype, meta_session_t *session,
587 CK_RV meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session,
589 CK_RV meta_do_operation(CK_FLAGS optype, int mode,
593 void meta_operation_cleanup(meta_session_t *session, CK_FLAGS optype,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c164 char *optype; in print_ns_type() local
168 optype = "Query"; in print_ns_type()
171 optype = "Registration"; in print_ns_type()
174 optype = "Release"; in print_ns_type()
177 optype = "WACK"; in print_ns_type()
180 optype = "Refresh"; in print_ns_type()
183 optype = "Unknown"; in print_ns_type()
188 sprintf(get_line(0, 0), "Type = %s %s", optype, resptype); in print_ns_type()
190 sprintf(xtra, "%s %s", optype, resptype); in print_ns_type()
H A Dsnoop_filter.c146 enum optype { enum
574 switch ((enum optype) *op) { in want_packet()
1063 emitop(enum optype opcode) in emitop()
1320 enum optype m_optype;
2608 enum optype op_type;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c177 switch (entry->optype) { in insert_te()
196 switch (entry->optype) { in insert_te()
213 switch (entry->optype) { in insert_te()
234 switch (entry->optype) { in insert_te()
579 newte->optype = TRANS_OPER_READ; in trans_read()
1102 newte->optype = TRANS_OPER_LINK; in trans_link()
1212 newte->optype = TRANS_OPER_READ; in trans_read3()
1998 char *optype; in nfslog_print_trans_logentry() local
2016 switch (pte->optype) { in nfslog_print_trans_logentry()
2062 optype = "?"; in nfslog_print_trans_logentry()
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c365 kcf_op_type_t optype; in can_resubmit() local
368 optype = params->rp_optype; in can_resubmit()
370 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) in can_resubmit()
389 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit()
399 switch (optype) { in can_resubmit()
407 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC); in can_resubmit()
418 switch (optype) { in can_resubmit()
1294 kcf_op_type_t optype; in kcf_aop_done() local
1318 optype = (&areq->an_params)->rp_optype; in kcf_aop_done()
1340 if (IS_SINGLE_OP(optype) || IS_FINAL_OP(optype)) { in kcf_aop_done()
[all …]
H A Dkcf_callprov.c849 switch (optype) { in common_submit_request()
901 switch (optype) { in common_submit_request()
953 switch (optype) { in common_submit_request()
996 switch (optype) { in common_submit_request()
1041 switch (optype) { in common_submit_request()
1108 switch (optype) { in common_submit_request()
1177 switch (optype) { in common_submit_request()
1262 switch (optype) { in common_submit_request()
1370 switch (optype) { in common_submit_request()
1425 switch (optype) { in common_submit_request()
[all …]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c232 uint_t optype, op3, asi; in vis1_partial_support() local
240 optype = (instr >> 30) & 0x3; in vis1_partial_support()
250 if (!IS_VIS1(optype, op3) && in vis1_partial_support()
251 !IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi)) { in vis1_partial_support()
H A Dniagara.c273 uint_t optype, op3, asi; in vis1_partial_support() local
281 optype = (instr >> 30) & 0x3; in vis1_partial_support()
291 if (!IS_VIS1(optype, op3) && in vis1_partial_support()
292 !IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi)) { in vis1_partial_support()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c259 mach_cpucontext_xalloc(struct cpu *cp, int optype) in mach_cpucontext_xalloc() argument
266 if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xalloc()
309 } else if (optype != MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xalloc()
358 mach_cpucontext_xfree(struct cpu *cp, void *arg, int err, int optype) in mach_cpucontext_xfree() argument
363 if (optype == MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xfree()
387 } else if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xfree()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c847 uint_t inst, optype, op3, asi; in simulate_unimp() local
888 optype = (inst >> 30) & 0x3; in simulate_unimp()
898 if (IS_VIS1(optype, op3) || in simulate_unimp()
899 IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi) || in simulate_unimp()
900 IS_FLOAT_QUAD_OP(optype, op3)) { in simulate_unimp()
915 if (optype == 2 && op3 == IOP_V8_POPC) { in simulate_unimp()
917 } else if (optype == 3 && op3 == IOP_V8_POPC) { in simulate_unimp()
919 } else if (optype == OP_V8_ARITH && op3 == IOP_V8_MULScc) { in simulate_unimp()
923 if (optype == OP_V8_LDSTR) { in simulate_unimp()
957 switch (optype) { in simulate_unimp()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h118 uint_t optype; member
141 uint_t optype; member
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c228 process_db_args(context, db_args, xargs, optype) in process_db_args() argument
232 OPERATION optype;
248 if (optype == MODIFY_PRINCIPAL ||
259 if (optype == MODIFY_PRINCIPAL ||
474 OPERATION optype; local
508 optype = ADD_PRINCIPAL;
510 optype = MODIFY_PRINCIPAL;
516 if ((st=process_db_args(context, db_args, &xargs, optype)) != 0)
779 if (optype == MODIFY_PRINCIPAL &&
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c967 errdef.optype = errdef_32.optype; in bofi_ioctl()
995 errdef.optype = 0; in bofi_ioctl()
996 if (errdef.optype != 0) { in bofi_ioctl()
1007 errdef.optype != BOFI_OR && in bofi_ioctl()
1008 errdef.optype != BOFI_XOR && in bofi_ioctl()
1057 errdef_32.optype = errdef.optype; in bofi_ioctl()
2368 switch (ep->errdef.optype) { in do_dma_corrupt()
2461 if (ep->errdef.optype == in do_pior_corrupt()
2491 switch (ep->errdef.optype) { in do_pior_corrupt()
2590 switch (ep->errdef.optype) { in do_piow_corrupt()
[all …]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c679 op = edp->optype; in define_nerrs()
1269 errdef->acc_chk, errdef->optype, errdef->operand); in add_edef()
1274 errdef->optype = edp->optype; /* driver clears it if fcnt is zero */ in add_edef()
2146 errdef.optype = optypes[i].code; in main()
2249 if (errdef.optype == BOFI_NOP) in main()
2250 errdef.optype = BOFI_XOR; in main()
2321 errdef.optype, errdef.operand); in main()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h714 }optype; typedef
983 optype un_lastop; /* last I/O was: read/write/ctl */
/illumos-gate/usr/src/tools/smatch/src/
H A Dexample.c144 enum optype { enum
153 enum optype type;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c439 flashrom->params.optype = 0; /* ignored */ in emlxs_be_flash_image()
444 flashrom->params.optype = file->type; in emlxs_be_flash_image()
543 flashrom->params.optype = file->type; in emlxs_be_verify_crc()
727 flashrom->params.optype = MGMT_FLASHROM_OPTYPE_FCOE_FIRMWARE; in emlxs_be_read_fw_version()
773 flashrom->params.optype = MGMT_FLASHROM_OPTYPE_FCOE_FIRMWARE; in emlxs_be_read_fw_version()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2894 uint32_t optype; member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8643 optype prev_op = un->un_lastop; in st_make_cmd()
11728 optype new_lastop = ST_OP_NIL; in st_set_state()
15533 optype lastop = un->un_lastop; in st_mtfsr_ioctl()
15999 optype lastop = un->un_lastop; in st_mtbsr_ioctl()