Searched refs:rcount (Results 1 – 1 of 1) sorted by relevance
327 int rcount = 0; in fdevent_subproc_event_func() local328 ioctl(subproc_fd, FIONREAD, &rcount); in fdevent_subproc_event_func()329 D("subproc with fd %d has rcount=%d, err=%d", subproc_fd, rcount, errno); in fdevent_subproc_event_func()330 if (rcount != 0) { in fdevent_subproc_event_func()