Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hppa/hppa/ | |
db_interface.c | 55 void kdbprinttrap(int, int); 73 kdbprinttrap(int type, int code) function in typeref:typename:void 101 kdbprinttrap(type, code); |
/src/sys/arch/m68k/m68k/ | |
db_interface.c | 59 static void kdbprinttrap(int, int); 90 kdbprinttrap(type, 0); 142 kdbprinttrap(int type, int code) function in typeref:typename:void |
/src/sys/arch/amd64/amd64/ | |
db_interface.c | 92 void kdbprinttrap(int, int); 191 kdbprinttrap(int type, int code) function in typeref:typename:void 224 kdbprinttrap(type, code); |
/src/sys/arch/i386/i386/ | |
db_interface.c | 93 void kdbprinttrap(int, int); 191 kdbprinttrap(int type, int code) function in typeref:typename:void 228 kdbprinttrap(type, code); |
/src/sys/arch/vax/vax/ | |
db_machdep.c | 76 void kdbprinttrap(int, int); 182 kdbprinttrap(tf->tf_trap, tf->tf_code); 232 kdbprinttrap(int type, int code) function in typeref:typename:void |