Searched refs:ev_info (Results 1 – 1 of 1) sorted by relevance
278 struct apm_event_info *ev_info; in apmioctl() local321 ev_info = (struct apm_event_info *)addr; in apmioctl()323 ev_info->type = PMEV_STANDBYREQ; in apmioctl()325 ev_info->type = PMEV_SUSPENDREQ; in apmioctl()326 ev_info->index = 0; in apmioctl()328 printf("apm event returning %d\n", ev_info->type); in apmioctl()