Searched refs:op_name (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/sys/arch/sparc/include/
H A Dopenpromio.h50 int op_namelen; /* length of op_name */
51 char *op_name; /* pointer to field name */ member in struct:opiocdesc
/netbsd-current/usr.sbin/eeprom/
H A Dophandlers.c121 opio.op_name = keyword;
122 opio.op_namelen = strlen(opio.op_name);
223 opio1.op_name = buf1;
226 opio2.op_name = buf3;
231 * name of the last property read in op_name, and the next one
241 opio1.op_namelen = strlen(opio1.op_name);
253 strcpy(opio2.op_name, opio1.op_buf); /* XXX strcpy is safe */
254 opio2.op_namelen = strlen(opio2.op_name);
268 if (strcmp(ex->ex_keyword, opio2.op_name) == 0)
274 printf("%s=%s\n", opio2.op_name, opio
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dckbool.c110 error(107, op_name(op), tspec_name(lt), tspec_name(rt));
143 error(330, op_name(op), tspec_name(lt));
148 error(331, op_name(op), tspec_name(lt));
154 error(332, op_name(op), tspec_name(rt));
167 error(335, op_name(op));
172 error(336, op_name(op));
177 error(337, op_name(op));
H A Dtree.c607 op_name(op), (int)rn->u.value.u.integer);
615 (int)ln->u.value.u.integer, op_name(op));
641 op_name(op), (int)rn->u.value.u.integer);
647 op_name(op), (int)ln->u.value.u.integer);
658 warning(162, op_name(op),
662 warning(162, op_name(op), type_name(ln->tn_type), "0");
669 warning(162, op_name(op),
673 warning(162, op_name(op), "0", type_name(rn->tn_type));
747 query_message(4, op_name(op),
999 (uintmax_t)l, op_name(t
[all...]
H A Dmem1.c203 __func__, op_name(tn->tn_op), type_name(tn->tn_type));
/netbsd-current/sys/arch/sparc/sparc/
H A Dopenprom.c165 error = openpromgetstr(op->op_namelen, op->op_name, &name);
193 error = openpromgetstr(op->op_namelen, op->op_name, &name);
211 error = openpromgetstr(op->op_namelen, op->op_name, &name);
248 error = openpromgetstr(op->op_namelen, op->op_name, &name);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dexpression.h162 extern const char *op_name (struct expression *exp, enum exp_opcode opcode);
H A Dparser-defs.h418 const char *(*op_name) (enum exp_opcode);
417 const char *(*op_name) (enum exp_opcode); member in struct:exp_descriptor
H A Dexpprint.c686 op_name (struct expression *exp, enum exp_opcode opcode) function
695 return exp->language_defn->la_exp_desc->op_name (opcode);
745 const char *opcode_name = op_name (exp, exp->elts[elt].opcode);
780 fprintf_filtered (stream, "%-20s ", op_name (exp, exp->elts[elt].opcode));
/netbsd-current/sys/arch/arc/arc/
H A Dminidebug.c60 static char *op_name[64] = { variable
771 printf("%s\t%s,", op_name[i.IType.op],
784 printf("%s\t%s,%s,", op_name[i.IType.op],
871 printf("%s\t", op_name[i.JType.op]);
878 printf("%s\tf%d,", op_name[i.IType.op],
893 printf("%s\t%s,", op_name[i.IType.op],
910 printf("%s\t%s,%s,0x%x", op_name[i.IType.op],
917 printf("%s\t%s,0x%x", op_name[i.IType.op],
934 printf("%s\t%s,%s,%d", op_name[i.IType.op],
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c62 const char *op_name, unsigned int a, unsigned int b,
74 const char *op_name, unsigned int a,
85 const char *op_name, size_t a, size_t b,
96 const char *op_name, uint64_t a, uint64_t b,
102 TEST_error("TRUE %s op failed", op_name);
106 TEST_error("FALSE %s op failed", op_name);
61 test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
72 test_binary_op_8(unsigned char (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
84 test_binary_op_s(size_t (op) size_t a, size_t b), const char *op_name, size_t a, size_t b, int is_true) argument
95 test_binary_op_64(uint64_t (op)uint64_t a, uint64_t b), const char *op_name, uint64_t a, uint64_t b, int is_true) argument
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c62 const char *op_name, unsigned int a, unsigned int b,
74 const char *op_name, unsigned int a,
85 const char *op_name, size_t a, size_t b,
96 const char *op_name, uint64_t a, uint64_t b,
102 TEST_error("TRUE %s op failed", op_name);
106 TEST_error("FALSE %s op failed", op_name);
61 test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
72 test_binary_op_8(unsigned char (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
84 test_binary_op_s(size_t (op) size_t a, size_t b), const char *op_name, size_t a, size_t b, int is_true) argument
95 test_binary_op_64(uint64_t (op)uint64_t a, uint64_t b), const char *op_name, uint64_t a, uint64_t b, int is_true) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dexpprint.c43 op_name (enum exp_opcode opcode) function
81 gdb_printf (stream, _("%*sOperation: %s\n"), depth, "", op_name (op));
H A Dexpression.h284 extern const char *op_name (enum exp_opcode opcode);
/netbsd-current/sys/arch/mips/mips/
H A Ddb_disasm.c57 static const char * const op_name[64] = { variable
584 db_printf("%s\t%s,", op_name[i.IType.op],
597 db_printf("%s\t%s,%s,", op_name[i.IType.op],
778 db_printf("%s\t%s,%s,%d", op_name[i.IType.op],
788 db_printf("%s\t", op_name[i.JType.op]);
799 op_name[i.IType.op],
814 db_printf("%s\tf%d,", op_name[i.IType.op],
829 db_printf("%s\t%s,", op_name[i.IType.op],
846 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op],
853 db_printf("%s\t%s,0x%x", op_name[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.c336 const char *op_name = op_symbol_code (op.code);
338 if (op_name == op_symbol_code (ERROR_MARK))
339 op_name = get_tree_code_name (op.code);
360 fprintf (f, "%s", op_name);
369 fprintf (f, " %s #", op_name);
373 fprintf (f, "# %s ", op_name);
379 fprintf (f, "%s ", op_name);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.cc336 const char *op_name = op_symbol_code (op.code);
338 if (op_name == op_symbol_code (ERROR_MARK))
339 op_name = get_tree_code_name (op.code);
360 fprintf (f, "%s", op_name);
369 fprintf (f, " %s #", op_name);
373 fprintf (f, "# %s ", op_name);
379 fprintf (f, "%s ", op_name);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c480 char op_name[9] = { 0 }; local
488 input_line = extract_word (input_line, op_name, sizeof (op_name));
491 if (!op_name[0])
495 op_name);
497 as_bad (_("opcode %s not found in opcode hash table"), op_name);
542 p = extract_word (p, op_name, 10);
546 op_name);
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xgate.c480 char op_name[9] = { 0 }; local
488 input_line = extract_word (input_line, op_name, sizeof (op_name));
491 if (!op_name[0])
495 op_name);
497 as_bad (_("opcode %s not found in opcode hash table"), op_name);
542 p = extract_word (p, op_name, 10);
546 op_name);
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c480 char op_name[9] = { 0 }; local
488 input_line = extract_word (input_line, op_name, sizeof (op_name));
491 if (!op_name[0])
495 op_name);
497 as_bad (_("opcode %s not found in opcode hash table"), op_name);
542 p = extract_word (p, op_name, 10);
546 op_name);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c645 int op_namelen; /* length of op_name */
646 netbsd32_charp op_name; /* pointer to field name */ member in struct:netbsd32_opiocdesc
704 p->op_name = NETBSD32PTR64(s32p->op_name);
746 NETBSD32PTR32(s32p->op_name, p->op_name);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dis.c347 const char *op_name; member in struct:opent
452 op->op_func(dp, op->op_name, instr, fp);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dexpr.c52 ensure_have_frame (frame_info_ptr frame, const char *op_name) argument
56 _("%s evaluation requires a frame."), op_name);
62 ensure_have_per_cu (dwarf2_per_cu_data *per_cu, const char* op_name) argument
66 _("%s evaluation requires a compilation unit."), op_name);
1290 const char *op_name)
1297 op_name);
1288 dwarf_expr_require_composition(const gdb_byte *op_ptr, const gdb_byte *op_end, const char *op_name) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c258 tcsd_set_remote_op(struct tcsd_config *conf, char *op_name) argument
263 if (!strcasecmp(tcsd_ops[i]->name, op_name)) {
/netbsd-current/sys/arch/alpha/alpha/
H A Ddb_disasm.c130 static const char * const op_name[64] = { variable
828 opcode = op_name[ctx->insn.mem_format.opcode];

Completed in 317 milliseconds

12