Searched defs:fdarray (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmlib_in.h79 rsm_pollfd_element_t fdarray[RSM_POLLFD_PER_CHUNK]; member in struct:rsm_pollfd_chunk
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c51 struct pollfd *fdarray; variable in typeref:struct:pollfd
172 if ((fdarray = malloc(FDOFFSET * sizeof (struct pollfd))) == NULL) {
173 syslog(LOG_ERR, "unable to allocate fdarray: %m");
180 fdarray[0].fd = fildes[0];
181 fdarray[0].events = POLLIN;
183 fdarray[1].fd = control_fd;
184 fdarray[1].events = POLLIN;

Completed in 54 milliseconds