Home
last modified time | relevance | path

Searched refs:procstat_open_core (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libprocstat/
H A DSymbol.map31 procstat_open_core;
H A DMakefile52 libprocstat.3 procstat_open_core.3 \
H A Dlibprocstat.h257 struct procstat *procstat_open_core(const char *filename);
H A Dlibprocstat.c232 procstat_open_core(const char *filename) in procstat_open_core() function
/freebsd/usr.bin/procstat/
H A Dprocstat.c503 cprstat = procstat_open_core(argv[i]); in main()