Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/utmpd/
H A Dutmpd.c129 struct pidentry { struct
134 static struct pidentry *pidtable = NULL; argument
281 if ((pidtable = malloc(Max_fds * sizeof (struct pidentry))) == NULL) in main()
759 move_amt * sizeof (struct pidentry)); in add_pid()
824 move_amt * sizeof (struct pidentry)); in rem_pid()
847 struct pidentry pe; in find_pid()
848 struct pidentry *p; in find_pid()
851 p = bsearch(&pe, pidtable, pidcnt, sizeof (struct pidentry), pidcmp); in find_pid()
856 *i = p - (struct pidentry *)pidtable; in find_pid()
867 pidcmp(struct pidentry *a, struct pidentry *b) in pidcmp()