HomeSort by relevance Sort by last modified time
    Searched refs:openproc (Results 1 - 3 of 3) sorted by null

  /external/ltp/tools/top-LTP/proc/
readproc.h 143 * from openproc(). The setup is intentionally similar to the dirent interface
162 extern PROCTAB* openproc(int flags, ... /* pid_t*|uid_t*|dev_t*|char* [, int n] */ );
165 /* Convenient wrapper around openproc and readproc to slurp in the whole process
170 extern proc_t** readproctab(int flags, ... /* same as openproc */ );
172 /* clean-up open files, etc from the openproc()
176 /* retrieve the next process matching the criteria set by the openproc()
190 /* openproc/readproctab:
readproc.c 36 PROCTAB *openproc(int flags, ...) function
619 /* Convenient wrapper around openproc and readproc to slurp in the whole process
631 va_start(ap, flags); /* pass through args to openproc */
641 PT = openproc(flags, u, i);
643 PT = openproc(flags, va_arg(ap, void *)); /* assume ptr sizes same */
645 PT = openproc(flags);
  /external/ltp/tools/top-LTP/
top.c 1028 PT = openproc(PROC_FILLBUG | PROC_PID, Monpids);
1030 PT = openproc(flags);
    [all...]

Completed in 71 milliseconds