Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libprocstat/
H A DSymbol.map32 procstat_open_core;
H A DMakefile53 libprocstat.3 procstat_open_core.3 \
H A Dlibprocstat.h228 struct procstat *procstat_open_core(const char *filename);
H A Dlibprocstat.c240 procstat_open_core(const char *filename) in procstat_open_core() function
/freebsd-13.1/usr.bin/procstat/
H A Dprocstat.c499 cprstat = procstat_open_core(argv[i]); in main()