Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c134 proc_str2flt(const char *buf, int *ptr) in proc_str2flt() function
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c416 proc_str2flt(const char *str, int *fltnum) in proc_str2flt() function
633 if (proc_str2flt(p, &flt) == -1) { in proc_str2fltset()
H A Dmapfile-vers246 proc_str2flt;
H A Dlibproc.h756 extern int proc_str2flt(const char *, int *);
/illumos-gate/usr/src/man/man3proc/
H A DMakefile142 proc_str2flt.3proc \
H A DManlink154 proc_str2flt.3proc
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3proc.inc271 file path=usr/share/man/man3proc/proc_str2flt.3proc
273 link path=usr/share/man/man3proc/proc_str2sig.3proc target=proc_str2flt.3proc
276 link path=usr/share/man/man3proc/proc_str2sys.3proc target=proc_str2flt.3proc
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c488 if (proc_str2flt(argv->a_un.a_str, &fltnum) == -1) { in cmd_fltbp()