Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c807 int fd_count = 0; in main() local
936 ufds[fd_count].fd = get_property_set_fd(); in main()
937 ufds[fd_count].events = POLLIN; in main()
938 ufds[fd_count].revents = 0; in main()
939 fd_count++; in main()
943 ufds[fd_count].fd = get_signal_fd(); in main()
944 ufds[fd_count].events = POLLIN; in main()
945 ufds[fd_count].revents = 0; in main()
946 fd_count++; in main()
950 ufds[fd_count].fd = get_keychord_fd(); in main()
[all …]