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

/illumos-gate/usr/src/head/
H A Dconfig_admin.h125 cfga_info_t ap_info; /* Miscellaneous information */ member in struct:cfga_list_data
140 cfga_info_t ap_info; /* Miscellaneous information */ member in struct:cfga_stat_data
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c413 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);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c2019 struct stat ap_info; local
2054 stat(linfo[curr_ap].ap_phys_id, &ap_info);
2057 if (ap_info.st_mode & S_IROTH) {
2068 stat(linfo[end_block].ap_phys_id, &ap_info);
2071 if (ap_info.st_mode & S_IROTH) {
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1324 * with devlink for <ap_phys_id> which will be returned through <ap_info>
1327 get_dli(char *dlpath, char *ap_info, int ap_info_sz) argument
1335 (void) read(fd, ap_info, ap_info_sz);
1336 ap_info[ap_info_sz - 1] = '\0';
1521 if (get_dli(dlpath, (*cs)->ap_info,
1522 sizeof ((*cs)->ap_info)) != CFGA_OK)
1523 (*cs)->ap_info[0] = '\0';
1530 if ((*cs)->ap_info[0] == '\0') {
1533 (void) strcpy((*cs)->ap_info,
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1478 * 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,
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16224 char ap_info[SATA_ID_MODEL_LEN + 1]; local
16242 swab(sdinfo->satadrv_id.ai_model, ap_info, SATA_ID_MODEL_LEN);
16244 bcopy(sdinfo->satadrv_id.ai_model, ap_info, SATA_ID_MODEL_LEN);
16250 ap_info[SATA_ID_MODEL_LEN] = '\0';
16252 info_len = strlen(ap_info) + 1;
16261 if (ddi_copyout((void *)ap_info, ioc->buf, ioc->bufsiz,
16282 char ap_info[SATA_ID_FW_LEN + 1]; local
16300 swab(sdinfo->satadrv_id.ai_fw, ap_info, SATA_ID_FW_LEN);
16302 bcopy(sdinfo->satadrv_id.ai_fw, ap_info, SATA_ID_FW_LEN);
16308 ap_info[SATA_ID_FW_LE
16339 char ap_info[SATA_ID_SERIAL_LEN + 1]; local
[all...]

Completed in 107 milliseconds