Searched refs:fd_info (Results 1 – 4 of 4) sorted by relevance
99 struct fd_info { struct113 struct fd_info *ed_fds; /* allocated fdi table */ argument160 evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info)); in evport_init()198 struct fd_info *fdi; in check_evportop()237 struct fd_info *tmp; in grow()244 tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize); in grow()249 (newsize - oldsize)*sizeof(struct fd_info)); in grow()263 reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd) in reassociate()319 struct fd_info *fdi = NULL; in evport_dispatch()352 struct fd_info *fdi; in evport_dispatch()[all …]
110 const content::FileDescriptorInfo& fd_info = files_to_register[i]; in StartChildProcess() local111 file_ids[i] = fd_info.id; in StartChildProcess()112 file_fds[i] = fd_info.fd.fd; in StartChildProcess()113 file_auto_close[i] = fd_info.fd.auto_close; in StartChildProcess()
1092 struct pollfd* fd_info = &fds[index]; in poll() local1093 Error err = AcquireHandle(fd_info->fd, &handle); in poll()1095 fd_info->revents = 0; in poll()1099 fd_info->revents = POLLNVAL; in poll()1110 if (events & fd_info->events) { in poll()1111 fd_info->revents = events & fd_info->events; in poll()1117 fd_info->revents = POLLNVAL; in poll()1127 request.filter = fd_info->events; in poll()1133 info->fds.push_back(fd_info); in poll()1134 requests[info->index].filter |= fd_info->events; in poll()[all …]