Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c541 no_se_f, NULL); in kmt_init_isadep()
543 no_se_f, NULL); in kmt_init_isadep()
545 no_se_f, NULL); in kmt_init_isadep()
547 no_se_f, NULL); in kmt_init_isadep()
549 no_se_f, NULL); in kmt_init_isadep()
551 no_se_f, NULL); in kmt_init_isadep()
553 no_se_f, NULL); in kmt_init_isadep()
555 no_se_f, NULL); in kmt_init_isadep()
557 no_se_f, NULL); in kmt_init_isadep()
569 no_se_f, NULL); in kmt_init_isadep()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h441 extern void no_se_f(mdb_tgt_t *, int, void *);
H A Dmdb_proc.c5496 (void) mdb_tgt_add_signal(t, SIGINT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5497 (void) mdb_tgt_add_signal(t, SIGQUIT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5498 (void) mdb_tgt_add_signal(t, SIGILL, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5499 (void) mdb_tgt_add_signal(t, SIGTRAP, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5500 (void) mdb_tgt_add_signal(t, SIGABRT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5501 (void) mdb_tgt_add_signal(t, SIGEMT, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5502 (void) mdb_tgt_add_signal(t, SIGFPE, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5503 (void) mdb_tgt_add_signal(t, SIGBUS, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5504 (void) mdb_tgt_add_signal(t, SIGSEGV, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
5505 (void) mdb_tgt_add_signal(t, SIGSYS, tflag, no_se_f, NULL); in mdb_proc_tgt_create()
[all …]
H A Dmdb_target.c1108 no_se_f, NULL) == 0) { in tgt_continue()
1124 MDB_TGT_SPEC_TEMPORARY, no_se_f, NULL) == 0) in tgt_continue()
2225 no_se_f(mdb_tgt_t *t, int vid, void *data) in no_se_f() function