Searched refs:fd_count (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c964 int fd_count = 0; local
1090 ufds[fd_count].fd = get_property_set_fd();
1091 ufds[fd_count].events = POLLIN;
1092 ufds[fd_count].revents = 0;
1093 fd_count++;
1097 ufds[fd_count].fd = get_signal_fd();
1098 ufds[fd_count].events = POLLIN;
1099 ufds[fd_count].revents = 0;
1100 fd_count++;
1104 ufds[fd_count]
[all...]

Completed in 76 milliseconds