| /freebsd-12-stable/sys/ddb/ |
| D | db_variables.c | 43 static int db_find_variable(struct db_variable **varp); 45 static struct db_variable db_vars[] = { 58 static struct db_variable *db_evars = db_vars + nitems(db_vars); 61 db_find_variable(struct db_variable **varp) in db_find_variable() 63 struct db_variable *vp; in db_find_variable() 88 struct db_variable *vp; in db_get_variable() 99 struct db_variable *vp; in db_set_variable() 108 db_read_variable(struct db_variable *vp, db_expr_t *valuep) in db_read_variable() 120 db_write_variable(struct db_variable *vp, db_expr_t value) in db_write_variable() 134 struct db_variable *vp; in db_set_cmd()
|
| D | db_variables.h | 42 struct db_variable; 43 typedef int db_varfcn_t(struct db_variable *vp, db_expr_t *valuep, int op); 44 struct db_variable { struct 54 extern struct db_variable db_regs[]; /* machine registers */ argument 55 extern struct db_variable *db_eregs; 62 int db_read_variable(struct db_variable *, db_expr_t *); 63 int db_write_variable(struct db_variable *, db_expr_t);
|
| D | db_sym.c | 79 db_var_db_cpu(struct db_variable *vp, db_expr_t *valuep, int op) in db_var_db_cpu() 106 db_var_curcpu(struct db_variable *vp, db_expr_t *valuep, int op) in db_var_curcpu() 131 db_var_db_vnet(struct db_variable *vp, db_expr_t *valuep, int op) in db_var_db_vnet() 154 db_var_curvnet(struct db_variable *vp, db_expr_t *valuep, int op) in db_var_curvnet()
|
| D | db_print.c | 55 struct db_variable *regp; in db_show_regs()
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | db_interface.c | 71 int db_access_und_sp (struct db_variable *, db_expr_t *, int); 72 int db_access_abt_sp (struct db_variable *, db_expr_t *, int); 73 int db_access_irq_sp (struct db_variable *, db_expr_t *, int); 78 struct db_variable db_regs[] = { 103 struct db_variable *db_eregs = db_regs + nitems(db_regs); 106 db_access_und_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_und_sp() 117 db_access_abt_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_abt_sp() 128 db_access_irq_sp(struct db_variable *vp, db_expr_t *valp, int rw) in db_access_irq_sp() 138 int db_frame(struct db_variable *vp, db_expr_t *valp, int rw) in db_frame()
|
| /freebsd-12-stable/lib/libc/iconv/ |
| D | citrus_esdb.c | 115 esdb->db_variable = NULL; in conv_esdb() 119 esdb->db_variable = strdup(str); in conv_esdb() 120 if (esdb->db_variable == NULL) { in conv_esdb() 178 free(esdb->db_variable); in conv_esdb() 238 free(db->db_variable); db->db_variable = NULL; in _citrus_esdb_close()
|
| D | citrus_esdb.h | 44 void *db_variable; member
|
| /freebsd-12-stable/sys/riscv/riscv/ |
| D | db_interface.c | 51 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() 67 struct db_variable db_regs[] = { 105 struct db_variable *db_eregs = db_regs + nitems(db_regs);
|
| /freebsd-12-stable/sys/arm64/arm64/ |
| D | db_interface.c | 51 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() 67 struct db_variable db_regs[] = { 104 struct db_variable *db_eregs = db_regs + nitems(db_regs);
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | db_trace.c | 62 struct db_variable db_regs[] = { 80 struct db_variable *db_eregs = db_regs + nitems(db_regs); 89 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() 105 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg() 141 db_esp(struct db_variable *vp, db_expr_t *valuep, int op) in db_esp() 155 db_gs(struct db_variable *vp, db_expr_t *valuep, int op) in db_gs() 175 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) in db_ss()
|
| /freebsd-12-stable/sys/mips/mips/ |
| D | db_interface.c | 72 struct db_variable db_regs[] = { 122 struct db_variable *db_eregs = db_regs + nitems(db_regs); 127 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
|
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | db_trace.c | 62 struct db_variable db_regs[] = { 109 struct db_variable *db_eregs = db_regs + nitems(db_regs); 115 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | db_trace.c | 58 struct db_variable db_regs[] = { 79 struct db_variable *db_eregs = db_regs + nitems(db_regs); 82 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
|
| /freebsd-12-stable/sys/amd64/amd64/ |
| D | db_trace.c | 62 struct db_variable db_regs[] = { 88 struct db_variable *db_eregs = db_regs + nitems(db_regs); 91 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg() 107 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame()
|
| /freebsd-12-stable/lib/libiconv_modules/iconv_std/ |
| D | citrus_iconv_std.c | 372 esdbsrc.db_variable, esdbsrc.db_len_variable); in _citrus_iconv_std_iconv_init_shared() 376 esdbdst.db_variable, esdbdst.db_len_variable); in _citrus_iconv_std_iconv_init_shared()
|