Searched refs:stat_fd (Results 1 – 1 of 1) sorted by relevance
142 int stat_fd; in dump_procs() local151 stat_fd = open(name, O_RDONLY); in dump_procs()152 if (stat_fd >= 0) { in dump_procs()155 int rd = safe_read(stat_fd, stat_line, sizeof(stat_line)-2); in dump_procs()157 close(stat_fd); in dump_procs()