| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/ |
| asmdata.t | 10 use_ok('B::Asmdata', qw(%insn_data @insn_name @optype @specialsv_name)); 15 isnt( @optype, 0, ' @optype' ); 34 is( grep(/OP$/, @optype), @optype, '@optype is all /OP$/' );
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| metaUtil.c | 37 meta_operation_init_defer(CK_FLAGS optype, meta_session_t *session, 98 session->init.optype = optype; 110 meta_operation_init(CK_FLAGS optype, meta_session_t *session, 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 != CKF_DIGEST) [all...] |
| 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,
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| 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);
|
| snoop_filter.c | 145 enum optype { enum 570 switch ((enum optype) *op) { 1061 emitop(enum optype opcode) 1319 enum optype m_optype; [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| Asmdata.pm | 17 @EXPORT_OK = qw(%insn_data @insn_name @optype @specialsv_name); 18 our(%insn_data, @insn_name, @optype, @specialsv_name); 20 @optype = qw(OP UNOP BINOP LOGOP LISTOP PMOP SVOP PADOP PVOP LOOP COP); 195 use B::Asmdata qw(%insn_data @insn_name @optype @specialsv_name); 226 =item @optype 228 my $op_type = $optype[$op_type_num];
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| 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 = TRANS_OPER_REMOVE 2000 char *optype; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/cpu/ |
| 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)) {
|
| 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)) {
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| bofi.h | 120 uint_t optype; member in struct:bofi_errdef 143 uint_t optype; member in struct:bofi_errdef32 204 * values for optype
|
| /onnv/onnv-gate/usr/src/uts/common/crypto/core/ |
| kcf_sched.c | 386 kcf_op_type_t optype; local 389 optype = params->rp_optype; 391 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) 400 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_DIGEST : 410 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : 420 switch (optype) { 428 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC); 439 switch (optype) { 447 ASSERT(optype == KCF_OP_VERIFY_RECOVER_ATOMIC) 1336 kcf_op_type_t optype; local [all...] |
| kcf_callprov.c | 864 kcf_op_type_t optype; local 866 optype = params->rp_optype; 872 switch (optype) { 924 switch (optype) { 976 switch (optype) { 1019 switch (optype) { 1064 switch (optype) { 1131 switch (optype) { 1200 switch (optype) { 1684 kcf_op_type_t optype; local [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/engine/ |
| hw_pk11.c | 196 PK11_SESSION *pk11_get_session(PK11_OPTYPE optype); 197 void pk11_return_session(PK11_SESSION *sp, PK11_OPTYPE optype); 220 static int pk11_free_session_list(PK11_OPTYPE optype); 221 static int pk11_setup_session(PK11_SESSION *sp, PK11_OPTYPE optype); [all...] |
| hw_pk11_err.h | 348 extern PK11_SESSION *pk11_get_session(PK11_OPTYPE optype); 349 extern void pk11_return_session(PK11_SESSION *sp, PK11_OPTYPE optype);
|
| /onnv/onnv-gate/usr/src/uts/sparc/v9/os/ |
| 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...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| vars.h | 245 int var_assign_op_var_int(char *name, int optype, char *src1, fbint_t src2); 246 int var_assign_op_var_var(char *name, int optype, char *src1, char *src2);
|
| vars.c | 714 * Add, subtract, multiply or divide two integers based on optype 784 * numbers based on optype passed from caller. 855 var_assign_op_var_int(char *name, int optype, char *src1, fbint_t src2) 872 VAR_SET_BINOP_INDVAR(var, var_src1, optype); 880 var_assign_op_var_var(char *name, int optype, char *src1, char *src2) 901 VAR_SET_BINOP_INDVAR(var, var_src1, optype); [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| Storable.xs | 292 int optype; /* type of traversal operation */ [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| 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 && [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| doop.c | 1142 Perl_do_vop(pTHX_ I32 optype, SV *sv, SV *left, SV *right) 1167 if (sv != left || (optype != OP_BIT_AND && !SvOK(sv) && !SvGMAGICAL(sv))) 1174 needlen = optype == OP_BIT_AND ? len : leftlen + rightlen; 1184 if (optype != OP_BIT_AND && (left_utf || right_utf)) 1188 needlen = ((optype == OP_BIT_AND) 1203 switch (optype) { 1271 switch (optype) { 1305 switch (optype) {
|
| doio.c | [all...] |
| pp_ctl.c | 1268 I32 optype; local 1359 I32 optype; local 1386 if (optype == OP_REQUIRE) { 1803 I32 optype = 0; local 1911 I32 optype; local 2637 I32 optype; local 2822 I32 optype = 0; \/* Might be reset by POPEVAL. *\/ local 3431 I32 optype; local 3517 I32 optype; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| dhcptab.c | 707 int index, optype, i, j, err = 0; local 746 optype = OP_ADDITION; 750 optype = OP_DELETION; 755 optype = OP_BOOLEAN; 763 switch (optype) {
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| bofi.c | 963 errdef.optype = errdef_32.optype; 991 errdef.optype = 0; 992 if (errdef.optype != 0) { 994 errdef.optype != BOFI_DELAY_INTR && 995 errdef.optype != BOFI_LOSE_INTR && 996 errdef.optype != BOFI_EXTRA_INTR) 999 errdef.optype == BOFI_NO_TRANSFER) 1002 errdef.optype != BOFI_EQUAL && 1003 errdef.optype != BOFI_OR & [all...] |
| /onnv/onnv-gate/usr/src/cmd/th_tools/ |
| th_define.c | 686 op = edp->optype; [all...] |