Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c168 static int proc_to_fd(); /* Takes a pid and returns an fd for its proc */
730 if (pid != 0 && (fd = proc_to_fd(pid)) == -1) { in add_pid()
881 proc_to_fd(pid_t pid) in proc_to_fd() function