Home | History | Annotate | Download | only in pfs

Lines Matching defs:rfd

176 	int rfd;
183 rfd = open(filename, O_RDONLY, 0600);
184 if (rfd == -1)
187 if (read(rfd, &nb_states, sizeof(nb_states)) != sizeof(nb_states)) {
189 close(rfd);
198 close(rfd);
206 if (read(rfd, &p[i], sizeof(*p)) != sizeof(*p)) {
208 close(rfd);
217 close(rfd);
224 close(rfd);