Home
last modified time | relevance | path

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

/netbsd-src/lib/libpci/
H A Dpci.h61 int pci_drvname(int, unsigned int, unsigned int, char *, size_t);
H A DMakefile7 SRCS= pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c
H A Dpci_drvname.c46 pci_drvname(int fd, u_int device, u_int func, char *name, size_t len) in pci_drvname() function