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

/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c101 static int scf_get_pci_name(const char *ap_phys_id, char *pci_name);
156 "ap_phys_id = %.*s\n"
165 sizeof (stat->ap_phys_id), stat->ap_phys_id,
193 scf_get_pci_name(const char *ap_phys_id, char *pci_name) argument
209 if (strlen(ap_phys_id) >= MAXPATHLEN) {
214 if (strncmp(SCF_DEV_DIR, ap_phys_id, strlen(SCF_DEV_DIR)) == 0) {
220 if ((ap_lid_ptr = strchr(ap_phys_id, ':')) == NULL) {
230 pci_name_ptr = (char *)ap_phys_id + devices_len;
231 pci_name_len = strlen(ap_phys_id)
[all...]
/illumos-gate/usr/src/head/
H A Dconfig_admin.h118 cfga_phys_ext_t ap_phys_id; /* Attachment point physical id */ member in struct:cfga_list_data
134 cfga_ap_phys_id_t ap_phys_id; /* Attachment point physical id */ member in struct:cfga_stat_data
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c164 static char *findlink(char *ap_phys_id);
1300 * <ap_phys_id> in the devlink database; we expect only one devlink per
1301 * <ap_phys_id> so we return the first encountered
1304 findlink(char *ap_phys_id) argument
1311 if (strncmp("/devices/", ap_phys_id, 9) == 0)
1312 ap_phys_id += 8;
1314 (void) di_devlink_walk(hdl, "^cfg/.+$", ap_phys_id, DI_PRIMARY_LINK,
1324 * with devlink for <ap_phys_id> which will be returned through <ap_info>
1516 (void) strcpy((*cs)->ap_phys_id, ap_id); /* physical path of AP */
1519 dlpath = findlink((*cs)->ap_phys_id);
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c165 static char *findlink(char *ap_phys_id);
1454 * <ap_phys_id> in the devlink database; we expect only one devlink per
1455 * <ap_phys_id> so we return the first encountered
1458 findlink(char *ap_phys_id) argument
1465 if (strncmp("/devices/", ap_phys_id, 9) == 0)
1466 ap_phys_id += 8;
1468 (void) di_devlink_walk(hdl, "^cfg/.+$", ap_phys_id, DI_PRIMARY_LINK,
1478 * with devlink for <ap_phys_id> which will be returned through <ap_info>
1677 (void) strcpy((*cs)->ap_phys_id, ap_id); /* physical path of AP */
1679 dlpath = findlink((*cs)->ap_phys_id);
[all...]

Completed in 52 milliseconds