| /illumos-gate/usr/src/uts/sun4v/cpu/ |
| H A D | generic.c | 232 uint_t optype, op3, asi; local 240 optype = (instr >> 30) & 0x3; 250 if (!IS_VIS1(optype, op3) && 251 !IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi)) {
|
| H A D | niagara.c | 273 uint_t optype, op3, asi; local 281 optype = (instr >> 30) & 0x3; 291 if (!IS_VIS1(optype, op3) && 292 !IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi)) {
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | snoop_netbios.c | 165 char *optype; local 169 optype = "Query"; 172 optype = "Registration"; 175 optype = "Release"; 178 optype = "WACK"; 181 optype = "Refresh"; 184 optype = "Unknown"; 189 sprintf(get_line(0, 0), "Type = %s %s", optype, resptype); 191 sprintf(xtra, "%s %s", optype, resptype);
|
| H A D | snoop_filter.c | 146 enum optype { enum 571 switch ((enum optype) *op) { 1060 emitop(enum optype opcode) 1318 enum optype m_optype; 2607 enum optype op_type;
|
| /illumos-gate/usr/src/uts/i86pc/os/ |
| H A D | mp_pc.c | 230 mach_cpucontext_xalloc(struct cpu *cp, int optype) argument 237 if (optype == MACH_CPUCONTEXT_OP_STOP) { 280 } else if (optype != MACH_CPUCONTEXT_OP_START) { 333 mach_cpucontext_xfree(struct cpu *cp, void *arg, int err, int optype) argument 338 if (optype == MACH_CPUCONTEXT_OP_START) { 362 } else if (optype == MACH_CPUCONTEXT_OP_STOP) {
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | bofi.h | 120 uint_t optype; member in struct:bofi_errdef 143 uint_t optype; member in struct:bofi_errdef32 204 * values for optype
|
| /illumos-gate/usr/src/uts/sparc/v9/os/ |
| H A D | simulator.c | 847 uint_t inst, optype, op3, asi; local 888 optype = (inst >> 30) & 0x3; 898 if (IS_VIS1(optype, op3) || 899 IS_PARTIAL_OR_SHORT_FLOAT_LD_ST(optype, op3, asi) || 900 IS_FLOAT_QUAD_OP(optype, op3)) { 915 if (optype == 2 && op3 == IOP_V8_POPC) { 917 } else if (optype == 3 && op3 == IOP_V8_POPC) { 919 } else if (optype == OP_V8_ARITH && op3 == IOP_V8_MULScc) { 923 if (optype == OP_V8_LDSTR) { 957 switch (optype) { [all...] |
| /illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | metaUtil.c | 37 meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, argument 98 session->init.optype = optype; 110 meta_operation_init(CK_FLAGS optype, meta_session_t *session, argument 126 if ((optype == CKF_ENCRYPT) || (optype == CKF_DECRYPT) || 127 (optype == CKF_DIGEST)) { 147 rv = meta_operation_init_defer(optype, session, 161 mech_info.flags = optype; 230 if (optype ! 327 meta_operation_init_softtoken(CK_FLAGS optype, meta_session_t *session, CK_MECHANISM *pMechanism, meta_object_t *key) argument 509 meta_do_operation(CK_FLAGS optype, int mode, meta_session_t *session, meta_object_t *object, CK_BYTE *in, CK_ULONG inLen, CK_BYTE *out, CK_ULONG *outLen) argument 762 meta_operation_cleanup(meta_session_t *session, CK_FLAGS optype, boolean_t finished_normally) argument [all...] |
| H A D | metaGlobal.h | 319 CK_FLAGS optype; /* place holder for init parameters */ member in struct:crypto_init 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/uts/common/crypto/core/ |
| H A D | kcf_callprov.c | 841 kcf_op_type_t optype; local 843 optype = params->rp_optype; 849 switch (optype) { 901 switch (optype) { 953 switch (optype) { 996 switch (optype) { 1041 switch (optype) { 1108 switch (optype) { 1177 switch (optype) { 1262 switch (optype) { 1661 kcf_op_type_t optype; local [all...] |
| H A D | kcf_sched.c | 365 kcf_op_type_t optype; local 368 optype = params->rp_optype; 370 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) 379 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : 389 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : 399 switch (optype) { 407 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC); 418 switch (optype) { 426 ASSERT(optype 1294 kcf_op_type_t optype; local [all...] |
| /illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_principal2.c | 230 process_db_args(context, db_args, xargs, optype) 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 &&
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | nfslog_trans.c | 77 uchar_t optype; /* read, write, ...? */ member in struct:transentry 179 switch (entry->optype) { 198 switch (entry->optype) { 215 switch (entry->optype) { 236 switch (entry->optype) { 581 newte->optype = TRANS_OPER_READ; 650 newte->optype = TRANS_OPER_WRITE; 732 newte->optype = TRANS_OPER_SETATTR; 789 newte->optype = TRANS_OPER_CREATE; 858 newte->optype 2000 char *optype; local [all...] |
| /illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
| H A D | stdef.h | 714 }optype; typedef in typeref:enum:__anon8994 983 optype un_lastop; /* last I/O was: read/write/ctl */
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_mbox.h | 2805 uint32_t optype; member in struct:__anon7429::__anon7430::__anon7473::__anon7474
|