Searched refs:fd_info (Results 1 – 3 of 3) 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 …]
131 const content::FileDescriptorInfo& fd_info = files_to_register[i]; in StartChildProcess() local132 file_ids[i] = fd_info.id; in StartChildProcess()133 file_fds[i] = fd_info.fd.fd; in StartChildProcess()134 file_auto_close[i] = fd_info.fd.auto_close; in StartChildProcess()
1211 struct pollfd* fd_info = &fds[index]; in poll() local1212 Error err = AcquireHandle(fd_info->fd, &handle); in poll()1214 fd_info->revents = 0; in poll()1218 fd_info->revents = POLLNVAL; in poll()1229 if (events & fd_info->events) { in poll()1230 fd_info->revents = events & fd_info->events; in poll()1236 fd_info->revents = POLLNVAL; in poll()1246 request.filter = fd_info->events; in poll()1252 info->fds.push_back(fd_info); in poll()1253 requests[info->index].filter |= fd_info->events; in poll()[all …]