HomeSort by: relevance | last modified time | path
    Searched refs:db_variable (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/ddb/
db_variables.h 38 struct db_variable { struct
42 int (*fcn)(const struct db_variable *, db_expr_t *, int);
47 #define FCN_NULL ((int (*)(const struct db_variable *, db_expr_t *, int))0)
49 extern const struct db_variable db_vars[]; /* debugger variables */
50 extern const struct db_variable * const db_evars;
51 extern const struct db_variable db_regs[]; /* machine registers */
52 extern const struct db_variable * const db_eregs;
56 void db_read_variable(const struct db_variable *, db_expr_t *);
57 void db_write_variable(const struct db_variable *, db_expr_t *);
db_variables.c 79 static int db_rw_internal_variable(const struct db_variable *, db_expr_t *,
81 static int db_find_variable(const struct db_variable **);
84 const struct db_variable db_vars[] = {
146 const struct db_variable * const db_evars = db_vars + __arraycount(db_vars);
152 db_rw_internal_variable(const struct db_variable *vp, db_expr_t *valp, int rw)
240 db_find_variable(const struct db_variable **varp)
243 const struct db_variable *vp;
270 const struct db_variable *vp;
283 const struct db_variable *vp;
295 db_read_variable(const struct db_variable *vp, db_expr_t *valuep
    [all...]
db_print.c 51 const struct db_variable *regp;
52 struct db_variable vs;
  /src/sys/arch/x86/include/
db_machdep.h 18 struct db_variable;
36 int db_x86_regop(const struct db_variable *, db_expr_t *, int);
  /src/lib/libc/citrus/
citrus_esdb.h 39 void *db_variable; member in struct:_citrus_esdb
citrus_esdb.c 114 esdb->db_variable = NULL;
118 esdb->db_variable = strdup(str);
119 if (esdb->db_variable == NULL) {
177 free(esdb->db_variable);
243 free(db->db_variable); db->db_variable = NULL;
  /src/sys/arch/sparc/sparc/
db_machdep.c 54 static int db_sparc_regop(const struct db_variable *, db_expr_t *, int);
59 const struct db_variable db_regs[] = {
98 const struct db_variable * const db_eregs =
102 db_sparc_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
  /src/sys/arch/sparc64/sparc64/
db_machdep.c 49 db_sparc_charop(const struct db_variable *vp, db_expr_t *val, int opcode)
73 db_sparc_shortop(const struct db_variable *vp, db_expr_t *val, int opcode)
97 db_sparc_intop(const struct db_variable *vp, db_expr_t *val, int opcode)
120 db_sparc_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
150 const struct db_variable db_regs[] = {
223 const struct db_variable * const db_eregs = db_regs + sizeof(db_regs)/sizeof(db_regs[0]);
  /src/sys/arch/riscv/riscv/
db_machdep.c 55 static int db_rw_ddbreg(const struct db_variable *, db_expr_t *, int);
57 const struct db_variable db_regs[] = {
94 const struct db_variable * const db_eregs = db_regs + __arraycount(db_regs);
97 db_rw_ddbreg(const struct db_variable *vp, db_expr_t *valp, int rw)
  /src/sys/arch/arm/arm32/
db_machdep.c 66 int db_access_und_sp(const struct db_variable *, db_expr_t *, int);
67 int db_access_abt_sp(const struct db_variable *, db_expr_t *, int);
68 int db_access_irq_sp(const struct db_variable *, db_expr_t *, int);
72 ddb_reg_var(const struct db_variable *v, db_expr_t *ep, int op)
85 const struct db_variable db_regs[] = {
113 const struct db_variable * const db_eregs = db_regs + sizeof(db_regs)/sizeof(db_regs[0]);
175 db_access_und_sp(const struct db_variable *vp, db_expr_t *valp, int rw)
184 db_access_abt_sp(const struct db_variable *vp, db_expr_t *valp, int rw)
193 db_access_irq_sp(const struct db_variable *vp, db_expr_t *valp, int rw)
  /src/sys/arch/mips/mips/
db_trace.c 77 int db_mips_variable_func(const struct db_variable *, db_expr_t *, int);
81 const struct db_variable db_regs[] = {
131 const struct db_variable * const db_eregs = db_regs + __arraycount(db_regs);
309 db_mips_variable_func(const struct db_variable *vp, db_expr_t *valuep,
  /src/sys/arch/ia64/ia64/
db_interface.c 126 db_frame(const struct db_variable *vp, db_expr_t *valuep, int opcode)
152 db_getip(const struct db_variable *vp, db_expr_t *valuep, int opcode)
186 db_getrse(const struct db_variable *vp, db_expr_t *valuep, int opcode)
225 const struct db_variable db_regs[] = {
366 const struct db_variable * const db_eregs = db_regs + sizeof(db_regs)/sizeof(db_regs[0]);
  /src/sys/arch/m68k/m68k/
db_trace.c 47 static int db_var_short(const struct db_variable *, db_expr_t *, int);
49 const struct db_variable db_regs[] = {
72 const struct db_variable * const db_eregs =
76 db_var_short(const struct db_variable *varp, db_expr_t *valp, int op)
  /src/sys/arch/alpha/alpha/
db_interface.c 104 static int db_alpha_regop(const struct db_variable *, db_expr_t *, int);
114 const struct db_variable db_regs[] = {
151 const struct db_variable * const db_eregs = db_regs + sizeof(db_regs)/sizeof(db_regs[0]);
156 db_alpha_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
  /src/sys/arch/hppa/hppa/
db_machdep.c 51 const struct db_variable db_regs[] = {
120 const struct db_variable * const db_eregs = db_regs + sizeof(db_regs)/sizeof(db_regs[0]);
  /src/sys/arch/amd64/amd64/
db_machdep.c 56 const struct db_variable db_regs[] = {
82 const struct db_variable * const db_eregs =
  /src/sys/arch/i386/i386/
db_machdep.c 67 const struct db_variable db_regs[] = {
85 const struct db_variable * const db_eregs =
  /src/sys/arch/sh3/sh3/
db_trace.c 56 const struct db_variable db_regs[] = {
80 const struct db_variable * const db_eregs = db_regs + __arraycount(db_regs);
  /src/sys/arch/powerpc/powerpc/
db_trace.c 79 const struct db_variable db_regs[] = {
125 const struct db_variable * const db_eregs = db_regs + sizeof (db_regs)/sizeof (db_regs[0]);
  /src/lib/libc/citrus/modules/
citrus_iconv_std.c 367 esdbsrc.db_variable, esdbsrc.db_len_variable);
371 esdbdst.db_variable, esdbdst.db_len_variable);
  /src/sys/arch/vax/vax/
db_machdep.c 301 const struct db_variable db_regs[] = {
320 const struct db_variable * const db_eregs = db_regs + __arraycount(db_regs);
  /src/sys/arch/x86/x86/
db_trace.c 56 db_x86_regop(const struct db_variable *vp, db_expr_t *val, int opcode)
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 201 const struct db_variable db_regs[] = {
238 const struct db_variable * const db_eregs = db_regs + __arraycount(db_regs);

Completed in 58 milliseconds