Home
last modified time | relevance | path

Searched refs:evcfg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/gpio/
H A Dgpioc.c784 struct gpio_event_config *evcfg; in gpioc_ioctl() local
890 evcfg = (struct gpio_event_config *)arg; in gpioc_ioctl()
899 if (evcfg->gp_report_type != GPIO_EVENT_REPORT_DETAIL && in gpioc_ioctl()
900 evcfg->gp_report_type != GPIO_EVENT_REPORT_SUMMARY) { in gpioc_ioctl()
904 priv->report_option = evcfg->gp_report_type; in gpioc_ioctl()
907 priv->numevents < evcfg->gp_fifo_size) { in gpioc_ioctl()
909 priv->numevents = evcfg->gp_fifo_size; in gpioc_ioctl()
/freebsd/contrib/ntp/sntp/
H A Dmain.c142 struct event_config * evcfg; in sntp_main() local
233 evcfg = event_config_new(); in sntp_main()
234 if (NULL == evcfg) { in sntp_main()
239 event_config_require_features(evcfg, EV_FEATURE_FDS); in sntp_main()
243 base = event_base_new_with_config(evcfg); in sntp_main()
244 event_config_free(evcfg); in sntp_main()