Searched refs:identptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/pci/
H A Dpcivar.h369 pci_get_vpd_ident(device_t dev, const char **identptr) argument
371 return(PCI_GET_VPD_IDENT(device_get_parent(dev), dev, identptr));
H A Dvga_pci.c416 vga_pci_get_vpd_ident(device_t dev, device_t child, const char **identptr) argument
419 return (pci_get_vpd_ident(dev, identptr));
H A Dpci_private.h71 const char **identptr);
H A Dpci.c1191 pci_get_vpd_ident_method(device_t dev, device_t child, const char **identptr) argument
1199 *identptr = cfg->vpd.vpd_ident;
1201 if (*identptr == NULL)

Completed in 155 milliseconds