Home
last modified time | relevance | path

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

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