Home
last modified time | relevance | path

Searched refs:proc_str2sys (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c148 proc_str2sys(const char *buf, int *ptr) in proc_str2sys() function
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_names.c455 proc_str2sys(const char *str, int *sysnum) in proc_str2sys() function
695 if (proc_str2sys(p, &sys) == -1) { in proc_str2sysset()
H A Dmapfile-vers222 proc_str2sys;
H A Dlibproc.h726 extern int proc_str2sys(const char *, int *);
H A Dllib-lproc357 int proc_str2sys(const char *str, int *sysnum);
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c438 if (proc_str2sys(argv->a_un.a_str, &sysnum) == -1) { in cmd_sysbp()