Home
last modified time | relevance | path

Searched refs:no_se_f (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c563 no_se_f, NULL); in kmt_init_isadep()
565 no_se_f, NULL); in kmt_init_isadep()
567 no_se_f, NULL); in kmt_init_isadep()
569 no_se_f, NULL); in kmt_init_isadep()
571 no_se_f, NULL); in kmt_init_isadep()
573 no_se_f, NULL); in kmt_init_isadep()
575 no_se_f, NULL); in kmt_init_isadep()
577 no_se_f, NULL); in kmt_init_isadep()
579 no_se_f, NULL); in kmt_init_isadep()
591 no_se_f, NULL); in kmt_init_isadep()
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c500 no_se_f, NULL); in kmt_init_isadep()
502 no_se_f, NULL); in kmt_init_isadep()
504 no_se_f, NULL); in kmt_init_isadep()
506 no_se_f, NULL); in kmt_init_isadep()
508 MDB_TGT_SPEC_INTERNAL, no_se_f, NULL); in kmt_init_isadep()
510 no_se_f, NULL); in kmt_init_isadep()
523 no_se_f, NULL); in kmt_init_isadep()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h435 extern void no_se_f(mdb_tgt_t *, int, void *);
H A Dmdb_proc.c5426 (void) mdb_tgt_add_signal(t, SIGINT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5427 (void) mdb_tgt_add_signal(t, SIGQUIT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5428 (void) mdb_tgt_add_signal(t, SIGILL, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5429 (void) mdb_tgt_add_signal(t, SIGTRAP, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5430 (void) mdb_tgt_add_signal(t, SIGABRT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5431 (void) mdb_tgt_add_signal(t, SIGEMT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5432 (void) mdb_tgt_add_signal(t, SIGFPE, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5433 (void) mdb_tgt_add_signal(t, SIGBUS, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5434 (void) mdb_tgt_add_signal(t, SIGSEGV, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5435 (void) mdb_tgt_add_signal(t, SIGSYS, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
[all …]
H A Dmdb_target.c1104 no_se_f, NULL) == 0) { in tgt_continue()
1120 MDB_TGT_SPEC_TEMPORARY, no_se_f, NULL) == 0) in tgt_continue()
2232 no_se_f(mdb_tgt_t *t, int vid, void *data) in no_se_f() function