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

/osnet-11/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...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c160 static char *findlink(char *ap_phys_id);
1294 * <ap_phys_id> in the devlink database; we expect only one devlink per
1295 * <ap_phys_id> so we return the first encountered
1298 findlink(char *ap_phys_id) argument
1305 if (strncmp("/devices/", ap_phys_id, 9) == 0)
1306 ap_phys_id += 8;
1308 (void) di_devlink_walk(hdl, "^cfg/.+$", ap_phys_id, DI_PRIMARY_LINK,
1318 * with devlink for <ap_phys_id> which will be returned through <ap_info>
1509 (void) strcpy((*cs)->ap_phys_id, ap_id); /* physical path of AP */
1512 dlpath = findlink((*cs)->ap_phys_id);
[all...]

Completed in 44 milliseconds