Searched refs:event_buf (Results 1 – 3 of 3) sorted by relevance
229 auto event_buf = buf; in InotifyHandler() local231 auto event = reinterpret_cast<inotify_event*>(event_buf); in InotifyHandler()245 event_buf += event_size; in InotifyHandler()
436 char event_buf[512]; in read_notify() local441 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()455 event = (struct inotify_event *)(event_buf + event_pos); in read_notify()
232 char event_buf[512]; in usb_host_read_event() local238 ret = read(context->fd, event_buf, sizeof(event_buf)); in usb_host_read_event()241 event = (struct inotify_event*)&event_buf[offset]; in usb_host_read_event()