Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c134 proc_str2flt(const char *buf, int *ptr) in proc_str2flt() function
/titanic_44/usr/src/lib/libproc/common/
H A Dproc_names.c412 proc_str2flt(const char *str, int *fltnum) in proc_str2flt() function
629 if (proc_str2flt(p, &flt) == -1) { in proc_str2fltset()
H A Dmapfile-vers218 proc_str2flt;
H A Dlibproc.h724 extern int proc_str2flt(const char *, int *);
H A Dllib-lproc355 int proc_str2flt(const char *str, int *fltnum);
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c490 if (proc_str2flt(argv->a_un.a_str, &fltnum) == -1) { in cmd_fltbp()