Lines Matching defs:event
324 * cause an inotify event on the device node which
578 struct inotify_event *event;
590 event = &buf.e;
599 len = sizeof(struct inotify_event) + event->len;
609 if (((event->mask & IN_ATTRIB) && pa_startswith(event->name, "controlC")))
611 if (control_node_belongs_to_device(d, event->name))
616 if (((event->mask & IN_CLOSE_WRITE) && pa_startswith(event->name, "pcmC")))
618 if (pcm_node_belongs_to_device(d, event->name))
622 if ((event->mask & (IN_DELETE_SELF|IN_MOVE_SELF)))
625 event = (struct inotify_event*) ((uint8_t*) event + len);