Searched refs:event_buf (Results 1 – 4 of 4) sorted by relevance
109 char event_buf[512]; in read_notify() local114 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()127 event = reinterpret_cast<struct inotify_event*>(event_buf + event_pos); in read_notify()
437 char event_buf[512]; in read_notify() local442 res = read(nfd, event_buf, sizeof(event_buf)); in read_notify()456 event = (struct inotify_event *)(event_buf + event_pos); in read_notify()
229 char event_buf[512]; in usb_host_read_event() local235 ret = read(context->fd, event_buf, sizeof(event_buf)); in usb_host_read_event()238 event = (struct inotify_event*)&event_buf[offset]; in usb_host_read_event()
1719 char event_buf[512]; in watch_package_list() local1753 int res = read(nfd, event_buf, sizeof(event_buf)); in watch_package_list()1763 event = (struct inotify_event *) (event_buf + event_pos); in watch_package_list()