Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/utmpd/
H A Dutmpd.c169 static int pidcmp(); /* For sorting pids */
851 p = bsearch(&pe, pidtable, pidcnt, sizeof (struct pidentry), pidcmp); in find_pid()
867 pidcmp(struct pidentry *a, struct pidentry *b) in pidcmp() function
/titanic_41/usr/src/cmd/ps/
H A Dps.c333 static int pidcmp(const void *p1, const void *p2);
891 (void) qsort(pid, npid, sizeof (pid_t), pidcmp); in stdmain()
2522 pidcmp(const void *p1, const void *p2) in pidcmp() function
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c1999 pidcmp(const void *l, const void *r) in pidcmp() function
2051 qsort(pids, n, sizeof (*pids), pidcmp); in detailed_list_processes()
2925 qsort(pids, n, sizeof (*pids), pidcmp); in add_processes()