Home
last modified time | relevance | path

Searched refs:PCIOCGETBAR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
HDpciio.h129 #define PCIOCGETBAR _IOWR('p', 6, struct pci_bar_io) macro
/dragonfly/sys/bus/pci/
HDpci_user.c324 if (!(ap->a_fflag & FWRITE) && ap->a_cmd != PCIOCGETBAR &&
328 if (!(ap->a_fflag & FWRITE) && ap->a_cmd != PCIOCGETBAR && ap->a_cmd != PCIOCGETCONF)
675 case PCIOCGETBAR:
/dragonfly/usr.sbin/pciconf/
HDpciconf.c454 if (ioctl(fd, PCIOCGETBAR, &bar) < 0) in list_bars()