Searched refs:APMIO_NEXTEVENT (Results 1 – 3 of 3) sorted by relevance
256 #define APMIO_NEXTEVENT _IOR('A', 100, struct apm_event_info) macro
313 case APMIO_NEXTEVENT: in apmioctl()
492 while (ioctl(fd, APMIO_NEXTEVENT, &apmevent) == 0) { in proc_apmevent()