FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PCI_FUNC
sys/compat/linuxkpi/common/include/linux/pci.h
94
#define PCI_FUNC(devfn) ((devfn) & 0x07)
sys/dev/hyperv/pcib/vmbus_pcib.c
486
#define PCI_FUNC(devfn) ((devfn) & 0x07)