Searched refs:apmevent (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/apmd/
H A Dapmd.c305 struct apm_event_info apmevent; local
448 while (ioctl(ctl_fd, APM_IOC_NEXTEVENT, &apmevent) == 0) {
450 syslog(LOG_DEBUG, "apmevent %04x index %d", apmevent.type,
451 apmevent.index);
452 switch (apmevent.type) {

Completed in 186 milliseconds