Searched refs:hn_fd (Results 1 – 1 of 1) sorted by relevance
306 int hn_fd; in monitor() local317 hn_fd = open(SYS_HOSTNAME, O_RDONLY); in monitor()318 if (hn_fd < 0) { in monitor()326 fds[0].fd = hn_fd; in monitor()337 if (read_hostname(hn_fd, hostname, sizeof(hostname)) != 0) in monitor()352 close(hn_fd); in monitor()