Home
last modified time | relevance | path

Searched refs:pidcmp (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c170 static int pidcmp(); /* For sorting pids */
852 p = bsearch(&pe, pidtable, pidcnt, sizeof (struct pidentry), pidcmp); in find_pid()
868 pidcmp(struct pidentry *a, struct pidentry *b) in pidcmp() function
/illumos-gate/usr/src/cmd/ps/
H A Dps.c335 static int pidcmp(const void *p1, const void *p2);
894 (void) qsort(pid, npid, sizeof (pid_t), pidcmp); in stdmain()
2543 pidcmp(const void *p1, const void *p2) in pidcmp() function
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1990 pidcmp(const void *l, const void *r) in pidcmp() function
2042 qsort(pids, n, sizeof (*pids), pidcmp); in detailed_list_processes()
2933 qsort(pids, n, sizeof (*pids), pidcmp); in add_processes()