Home
last modified time | relevance | path

Searched refs:identptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/pci/
H A Dvga_pci.c461 vga_pci_get_vpd_ident(device_t dev, device_t child, const char **identptr) in vga_pci_get_vpd_ident() argument
464 return (pci_get_vpd_ident(dev, identptr)); in vga_pci_get_vpd_ident()
H A Dpcivar.h462 pci_get_vpd_ident(device_t dev, const char **identptr) in pci_get_vpd_ident() argument
464 return(PCI_GET_VPD_IDENT(device_get_parent(dev), dev, identptr)); in pci_get_vpd_ident()
H A Dpci_private.h77 const char **identptr);
H A Dpci_if.m100 const char **identptr;
H A Dpci.c1327 pci_get_vpd_ident_method(device_t dev, device_t child, const char **identptr) in pci_get_vpd_ident_method() argument
1335 *identptr = cfg->vpd.vpd_ident; in pci_get_vpd_ident_method()
1337 if (*identptr == NULL) in pci_get_vpd_ident_method()