HomeSort by: relevance | last modified time | path
    Searched defs:db_expr_t (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/sys/modules/examples/ddbping/
ddbping.c 39 typedef void db_cmdfn_t(db_expr_t, bool, db_expr_t, const char *); typedef in typeref:typename:void db_cmdfn_t (db_expr_t,bool,,const char *)
68 db_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
93 db_show_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
ddbping.c 39 typedef void db_cmdfn_t(db_expr_t, bool, db_expr_t, const char *); typedef in typeref:typename:void db_cmdfn_t (db_expr_t,bool,,const char *)
68 db_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
93 db_show_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
ddbping.c 39 typedef void db_cmdfn_t(db_expr_t, bool, db_expr_t, const char *); typedef in typeref:typename:void db_cmdfn_t (db_expr_t,bool,,const char *)
68 db_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
93 db_show_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
ddbping.c 39 typedef void db_cmdfn_t(db_expr_t, bool, db_expr_t, const char *); typedef in typeref:typename:void db_cmdfn_t (db_expr_t,bool,,const char *)
68 db_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
93 db_show_ping(db_expr_t addr, bool have_addr, db_expr_t count, const char *modif)
  /src/sys/arch/mips/include/
db_machdep.h 52 typedef int64_t db_expr_t; /* expression - signed */ typedef in typeref:typename:int64_t
55 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 52 typedef int64_t db_expr_t; /* expression - signed */ typedef in typeref:typename:int64_t
55 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 52 typedef int64_t db_expr_t; /* expression - signed */ typedef in typeref:typename:int64_t
55 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 52 typedef int64_t db_expr_t; /* expression - signed */ typedef in typeref:typename:int64_t
55 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
  /src/sys/arch/or1k/include/
db_machdep.h 37 typedef long int db_expr_t; typedef in typeref:typename:long int
63 inst_call(db_expr_t insn)
70 inst_load(db_expr_t insn)
79 inst_return(db_expr_t insn)
85 inst_store(db_expr_t insn)
93 inst_trap_return(db_expr_t insn)
db_machdep.h 37 typedef long int db_expr_t; typedef in typeref:typename:long int
63 inst_call(db_expr_t insn)
70 inst_load(db_expr_t insn)
79 inst_return(db_expr_t insn)
85 inst_store(db_expr_t insn)
93 inst_trap_return(db_expr_t insn)
db_machdep.h 37 typedef long int db_expr_t; typedef in typeref:typename:long int
63 inst_call(db_expr_t insn)
70 inst_load(db_expr_t insn)
79 inst_return(db_expr_t insn)
85 inst_store(db_expr_t insn)
93 inst_trap_return(db_expr_t insn)
db_machdep.h 37 typedef long int db_expr_t; typedef in typeref:typename:long int
63 inst_call(db_expr_t insn)
70 inst_load(db_expr_t insn)
79 inst_return(db_expr_t insn)
85 inst_store(db_expr_t insn)
93 inst_trap_return(db_expr_t insn)
  /src/sys/arch/hppa/include/
db_machdep.h 46 typedef long db_expr_t; typedef in typeref:typename:long
53 void db_dump_trap(db_expr_t, bool, db_expr_t, const char *);
db_machdep.h 46 typedef long db_expr_t; typedef in typeref:typename:long
53 void db_dump_trap(db_expr_t, bool, db_expr_t, const char *);
db_machdep.h 46 typedef long db_expr_t; typedef in typeref:typename:long
53 void db_dump_trap(db_expr_t, bool, db_expr_t, const char *);
db_machdep.h 46 typedef long db_expr_t; typedef in typeref:typename:long
53 void db_dump_trap(db_expr_t, bool, db_expr_t, const char *);
  /src/sys/arch/riscv/include/
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
  /src/sys/arch/vax/include/
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
db_machdep.h 45 typedef long db_expr_t; /* expression - signed */ typedef in typeref:typename:long
  /src/sys/arch/aarch64/include/
db_machdep.h 78 typedef long long int db_expr_t; typedef in typeref:typename:long long int
109 inst_return(db_expr_t insn)
116 inst_trap_return(db_expr_t insn)
123 inst_call(db_expr_t insn)
131 inst_load(db_expr_t insn)
169 inst_store(db_expr_t insn)
193 inst_branch(db_expr_t insn)
206 bool db_inst_unconditional_flow_transfer(db_expr_t);
207 db_addr_t db_branch_taken(db_expr_t, db_addr_t, db_regs_t *);

Completed in 73 milliseconds

1 2 3