Lines Matching refs:buf
1636 struct utsname buf; in ev_linux_version() local
1638 char *p = buf.release; in ev_linux_version()
1640 if (uname (&buf)) in ev_linux_version()
2460 WSABUF buf; in evpipe_write() local
2462 buf.buf = &buf; in evpipe_write()
2463 buf.len = 1; in evpipe_write()
2464 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0); in evpipe_write()
2494 WSABUF buf; in pipecb() local
2497 buf.buf = dummy; in pipecb()
2498 buf.len = sizeof (dummy); in pipecb()
2499 WSARecv (EV_FD_TO_WIN32_HANDLE (evpipe [0]), &buf, 1, &recvd, &flags, 0, 0); in pipecb()
4334 char buf [EV_INOTIFY_BUFSIZE]; in infy_cb() local
4336 int len = read (fs_fd, buf, sizeof (buf)); in infy_cb()
4340 struct inotify_event *ev = (struct inotify_event *)(buf + ofs); in infy_cb()