Searched defs:pci_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c83 * pci_name is an ap_id phys path for the hot pluggable pci device.
91 char pci_name[MAXPATHLEN]; member in struct:__anon1036
101 static int scf_get_pci_name(const char *ap_phys_id, char *pci_name);
103 const char *pci_name);
190 * Get the pci_name
193 scf_get_pci_name(const char *ap_phys_id, char *pci_name) argument
234 (void) strncpy(pci_name, pci_name_ptr, pci_name_len);
235 pci_name[pci_name_len] = '\0';
237 syslog(LOG_DEBUG, "pci device path = %s\n", pci_name);
248 scf_get_devinfo(char *dev_name, char *dev_model, const char *pci_name) argument
[all...]

Completed in 57 milliseconds