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

/illumos-gate/usr/src/cmd/ctwatch/
H A Dctwatch.c61 int wf_fd; member in struct:watched_fd
289 wfd[nfds].wf_fd =
295 (void) close(wfd[nfds].wf_fd);
338 wfd[nfds].wf_fd = fd;
352 if (ioctl(wfd[i].wf_fd, CT_ERELIABLE, NULL) == -1) {
359 (void) ioctl(wfd[i].wf_fd, CT_ERESET, NULL);
369 if (port_associate(port_fd, PORT_SOURCE_FD, wfd[i].wf_fd,

Completed in 54 milliseconds