Searched refs:fd_proc_pid (Results 1 – 1 of 1) sorted by relevance
56 int *fd_proc_pid; in FIXTURE() local82 self->fd_proc_pid = malloc(sizeof(int) * self->nr_procs); in FIXTURE_SETUP()83 ASSERT_NE(self->fd_proc_pid, NULL); in FIXTURE_SETUP()142 self->fd_proc_pid[i] = open(path, O_DIRECTORY | O_RDONLY | O_CLOEXEC);143 ASSERT_GE(self->fd_proc_pid[i], 0);177 nr_read = syscall(SYS_getdents64, self->fd_proc_pid[i], ents, sizeof(ents));180 lseek(self->fd_proc_pid[i], 0, SEEK_SET);