Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c706 int i = 0, move_amt; in add_pid() local
754 move_amt = pidcnt - i; in add_pid()
758 if (move_amt != 0) { in add_pid()
760 move_amt * sizeof (struct pidentry)); in add_pid()
762 move_amt * sizeof (pollfd_t)); in add_pid()
800 int move_amt; in rem_pid() local
820 move_amt = (pidcnt - i) - 1; in rem_pid()
825 move_amt * sizeof (struct pidentry)); in rem_pid()
828 move_amt * sizeof (pollfd_t)); in rem_pid()