Searched defs:ap_info (Results 1 - 3 of 3) sorted by relevance
| /osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
| H A D | ap_sbd.c | 413 ap_info(a, ap->ap_info, AP_BOARD); 1010 ap_info(a, ap->ap_info, ap_cm_tgt(dst->ds_type)); 1369 ap_info(apd_t *a, cfga_info_t info, ap_target_t tgt) function 1373 DBG("ap_info(%p, %d)\n", (void *)info, parsable);
|
| /osnet-11/usr/src/lib/cfgadm_plugins/pci/common/ |
| H A D | cfga.c | 1478 * with devlink for <ap_phys_id> which will be returned through <ap_info> 1481 get_dli(char *dlpath, char *ap_info, int ap_info_sz) argument 1489 (void) read(fd, ap_info, ap_info_sz); 1490 ap_info[ap_info_sz - 1] = '\0'; 1681 if (get_dli(dlpath, (*cs)->ap_info, 1682 sizeof ((*cs)->ap_info)) != CFGA_OK) 1683 (*cs)->ap_info[0] = '\0'; 1690 if ((*cs)->ap_info[0] == '\0') { 1693 (void) strcpy((*cs)->ap_info,
|
| /osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
| H A D | shp.c | 1318 * with devlink for <ap_phys_id> which will be returned through <ap_info> 1321 get_dli(char *dlpath, char *ap_info, int ap_info_sz) argument 1329 (void) read(fd, ap_info, ap_info_sz); 1330 ap_info[ap_info_sz - 1] = '\0'; 1514 if (get_dli(dlpath, (*cs)->ap_info, 1515 sizeof ((*cs)->ap_info)) != CFGA_OK) 1516 (*cs)->ap_info[0] = '\0'; 1523 if ((*cs)->ap_info[0] == '\0') { 1526 (void) strcpy((*cs)->ap_info,
|
Completed in 1718 milliseconds