Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c145 static int WTMPXfd = -1; /* File descriptor of WTMPX_FILE */ variable
301 if ((WTMPXfd = open(WTMPX_FILE, O_RDONLY)) < 0) in main()
325 (void) close(WTMPXfd); in main()
415 (void) pread(WTMPXfd, (void *)&pid, sizeof (pid), 0); in wait_for_pids()