Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pci/
H A Dvga_pci.c567 vga_pci_get_vpd_ident(device_t dev, device_t child, const char **identptr) in vga_pci_get_vpd_ident() argument
570 return (pci_get_vpd_ident(dev, identptr)); in vga_pci_get_vpd_ident()
H A Dpcivar.h472 pci_get_vpd_ident(device_t dev, const char **identptr) in pci_get_vpd_ident() argument
474 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.c1373 pci_get_vpd_ident_method(device_t dev, device_t child, const char **identptr) in pci_get_vpd_ident_method() argument
1381 *identptr = cfg->vpd.vpd_ident; in pci_get_vpd_ident_method()
1383 if (*identptr == NULL) in pci_get_vpd_ident_method()