Searched refs:statusfd (Results 1 – 1 of 1) sorted by relevance
89 int procfd, statusfd; in main() local105 statusfd = openat(procfd, "status", O_RDONLY | O_CLOEXEC); in main()107 if (statusfd < 0) in main()110 bytes = read(statusfd, buf, sizeof(buf)); in main()113 close(statusfd); in main()