Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c120 unsigned resflags; in lkpi_request_irq() local
130 resflags = RF_ACTIVE; in lkpi_request_irq()
132 resflags |= RF_SHAREABLE; in lkpi_request_irq()
133 res = bus_alloc_resource_any(dev->bsddev, SYS_RES_IRQ, &rid, resflags); in lkpi_request_irq()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1629 struct resflags { struct
1636 static struct resflags resflagsV2[] = { argument
1649 static struct resflags resflagsV3[] = {
1666 static struct resflags resmflags[] = {
1693 struct resflags *rf; in reslist()