Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaUtil.c37 meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, in meta_operation_init_defer() argument
98 session->init.optype = optype; in meta_operation_init_defer()
110 meta_operation_init(CK_FLAGS optype, meta_session_t *session, in meta_operation_init() argument
126 if ((optype == CKF_ENCRYPT) || (optype == CKF_DECRYPT) || in meta_operation_init()
127 (optype == CKF_DIGEST)) { in meta_operation_init()
147 rv = meta_operation_init_defer(optype, session, 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()
[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,
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c165 char *optype; in print_ns_type() local
169 optype = "Query"; in print_ns_type()
172 optype = "Registration"; in print_ns_type()
175 optype = "Release"; in print_ns_type()
178 optype = "WACK"; in print_ns_type()
181 optype = "Refresh"; in print_ns_type()
184 optype = "Unknown"; in print_ns_type()
189 sprintf(get_line(0, 0), "Type = %s %s", optype, resptype); in print_ns_type()
191 sprintf(xtra, "%s %s", optype, resptype); in print_ns_type()
H A Dsnoop_filter.c146 enum optype { enum
571 switch ((enum optype) *op) { in want_packet()
1060 emitop(enum optype opcode) in emitop()
1318 enum optype m_optype;
2607 enum optype op_type;
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c77 uchar_t optype; /* read, write, ...? */ member
179 switch (entry->optype) { in insert_te()
198 switch (entry->optype) { in insert_te()
215 switch (entry->optype) { in insert_te()
236 switch (entry->optype) { in insert_te()
581 newte->optype = TRANS_OPER_READ; in trans_read()
650 newte->optype = TRANS_OPER_WRITE; in trans_write()
732 newte->optype = TRANS_OPER_SETATTR; in trans_setattr()
789 newte->optype = TRANS_OPER_CREATE; in trans_create()
858 newte->optype = TRANS_OPER_REMOVE; in trans_remove()
[all …]
/titanic_44/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()
379 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : 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()
426 ASSERT(optype == KCF_OP_VERIFY_RECOVER_ATOMIC); in can_resubmit()
437 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_ENCRYPT : in can_resubmit()
[all …]
H A Dkcf_callprov.c841 kcf_op_type_t optype; in common_submit_request() local
843 optype = params->rp_optype; in common_submit_request()
849 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()
[all …]
/titanic_44/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()
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_pc.c230 mach_cpucontext_xalloc(struct cpu *cp, int optype) in mach_cpucontext_xalloc() argument
237 if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xalloc()
280 } else if (optype != MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xalloc()
333 mach_cpucontext_xfree(struct cpu *cp, void *arg, int err, int optype) in mach_cpucontext_xfree() argument
338 if (optype == MACH_CPUCONTEXT_OP_START) { in mach_cpucontext_xfree()
362 } else if (optype == MACH_CPUCONTEXT_OP_STOP) { in mach_cpucontext_xfree()
/titanic_44/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 …]
/titanic_44/usr/src/uts/common/sys/
H A Dbofi.h120 uint_t optype; member
143 uint_t optype; member
/titanic_44/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c230 process_db_args(context, db_args, xargs, optype) in process_db_args() argument
234 OPERATION optype;
250 if (optype == MODIFY_PRINCIPAL ||
261 if (optype == MODIFY_PRINCIPAL ||
476 OPERATION optype; local
510 optype = ADD_PRINCIPAL;
512 optype = MODIFY_PRINCIPAL;
518 if ((st=process_db_args(context, db_args, &xargs, optype)) != 0)
781 if (optype == MODIFY_PRINCIPAL &&
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c964 errdef.optype = errdef_32.optype; in bofi_ioctl()
992 errdef.optype = 0; in bofi_ioctl()
993 if (errdef.optype != 0) { in bofi_ioctl()
995 errdef.optype != BOFI_DELAY_INTR && in bofi_ioctl()
996 errdef.optype != BOFI_LOSE_INTR && in bofi_ioctl()
997 errdef.optype != BOFI_EXTRA_INTR) in bofi_ioctl()
1000 errdef.optype == BOFI_NO_TRANSFER) in bofi_ioctl()
1003 errdef.optype != BOFI_EQUAL && in bofi_ioctl()
1004 errdef.optype != BOFI_OR && in bofi_ioctl()
1005 errdef.optype != BOFI_XOR && in bofi_ioctl()
[all …]
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c686 op = edp->optype; in define_nerrs()
1275 errdef->acc_chk, errdef->optype, errdef->operand); in add_edef()
1280 errdef->optype = edp->optype; /* driver clears it if fcnt is zero */ in add_edef()
2154 errdef.optype = optypes[i].code; in main()
2257 if (errdef.optype == BOFI_NOP) in main()
2258 errdef.optype = BOFI_XOR; in main()
2329 errdef.optype, errdef.operand); in main()
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h714 }optype; typedef
983 optype un_lastop; /* last I/O was: read/write/ctl */
/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2805 uint32_t optype; member
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c8642 optype prev_op = un->un_lastop; in st_make_cmd()
11727 optype new_lastop = ST_OP_NIL; in st_set_state()
15531 optype lastop = un->un_lastop; in st_mtfsr_ioctl()
15997 optype lastop = un->un_lastop; in st_mtbsr_ioctl()