Home
last modified time | relevance | path

Searched refs:proc_str2sig (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c141 proc_str2sig(const char *buf, int *ptr) in proc_str2sig() function
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_names.c442 proc_str2sig(const char *str, int *signum) in proc_str2sig() function
662 if (proc_str2sig(p, &sig) == -1) { in proc_str2sigset()
H A Dmapfile-vers220 proc_str2sig;
H A Dlibproc.h725 extern int proc_str2sig(const char *, int *);
H A Dllib-lproc356 int proc_str2sig(const char *str, int *signum);
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c394 if (proc_str2sig(argv->a_un.a_str, &sig) == -1) { in cmd_sigbp()
H A Dmdb_cmds.c2602 if (proc_str2sig(argv->a_un.a_str, &sig) == -1) { in cmd_cont_common()