/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1588 (void) strlcpy(clp->ap_type, IB_FABRIC_TYPE, in ib_fill_static_apids() 1589 sizeof (clp->ap_type)); /* Fill in type */ in ib_fill_static_apids() 1597 (void) strlcpy(clp->ap_type, IB_HCA_TYPE, in ib_fill_static_apids() 1598 sizeof (clp->ap_type)); /* Fill in type */ in ib_fill_static_apids() 1896 (void) snprintf(clp->ap_type, in cfga_list_ext() 1897 sizeof (clp->ap_type), "%s", in cfga_list_ext() 1900 (void) snprintf(clp->ap_type, in cfga_list_ext() 1901 sizeof (clp->ap_type), "%s", in cfga_list_ext() 1905 (void) snprintf(clp->ap_type, in cfga_list_ext() 1906 sizeof (clp->ap_type), "%s", in cfga_list_ext() [all …]
|
/titanic_50/usr/src/head/ |
H A D | config_admin.h | 126 cfga_type_t ap_type; /* Occupant type */ member 141 cfga_type_t ap_type; /* Occupant type */ member
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 657 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), in do_stat_bus() 665 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), in do_stat_bus() 783 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", S_STR(cp)); in get_hw_info()
|
/titanic_50/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 140 {"type", "Type", SZ_EL(ap_type), compare_type, print_type, set_type_flt}, 1174 if (strlen(val) > sizeof (p->ap_type) - 1) in set_type_flt() 1177 (void) strcpy(p->ap_type, val); in set_type_flt() 1479 return (strncmp(p1->ap_type, p2->ap_type, strlen(p1->ap_type))); in compare_type() 1483 return (strncmp(p1->ap_type, p2->ap_type, in compare_type() 1484 sizeof (p2->ap_type))); in compare_type() 1497 (void) sprintf(lp, "%-*.*s", width, sizeof (p->ap_type), p->ap_type); in print_type()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 1529 (void) strncpy(clp->ap_type, lap->xport_type, sizeof (clp->ap_type)); in do_stat_fca_xport() 3007 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), in init_ldata_for_accessible_dev() 3015 snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", in init_ldata_for_accessible_dev() 3018 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), in init_ldata_for_accessible_dev() 3138 (void) strncpy(clp->ap_type, dtype, strlen(dtype)); in init_ldata_for_accessible_FCP_dev() 3322 if (clp->ap_type != NULL) { in get_hw_info() 3332 if (strncmp((char *)clp->ap_type, (char *)device_list[i].name, in get_hw_info() 3333 sizeof (clp->ap_type)) == 0) { in get_hw_info() 3342 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", in get_hw_info() 3350 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", in get_hw_info()
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1617 (void) strcpy((*ap_id_list)->ap_type, "usb-"); in cfga_list_ext() 1618 str_len = strlen((*ap_id_list)->ap_type); in cfga_list_ext() 1628 (void) strlcpy((*ap_id_list)->ap_type + str_len, str_p, in cfga_list_ext() 1629 sizeof ((*ap_id_list)->ap_type) - str_len); in cfga_list_ext() 1631 (void) strlcpy((*ap_id_list)->ap_type + str_len, "kbd", in cfga_list_ext() 1632 sizeof ((*ap_id_list)->ap_type) - str_len); in cfga_list_ext() 1637 (void) strcpy((*ap_id_list)->ap_type, in cfga_list_ext()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1660 (void) strlcpy((*ap_id_list)->ap_type, str_p, in cfga_list_ext() 1661 sizeof ((*ap_id_list)->ap_type)); in cfga_list_ext() 1669 if (strncmp((*ap_id_list)->ap_type, "sata-pmult", in cfga_list_ext() 1683 (*ap_id_list)->ap_type); in cfga_list_ext() 1703 (void) strlcpy((*ap_id_list)->ap_type, "pmult-port", in cfga_list_ext() 1704 sizeof ((*ap_id_list)->ap_type)); in cfga_list_ext() 1706 (void) strlcpy((*ap_id_list)->ap_type, "sata-port", in cfga_list_ext() 1707 sizeof ((*ap_id_list)->ap_type)); in cfga_list_ext()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclscsi.c | 157 if (strcmp(list[i].ap_type, SCSI_SLOT) != 0) { in populate_controllers_list() 437 if (strcmp(cfgalist[i].ap_type, SCSI_SLOT) == 0) { in dyn_probe_for_scsi_frus() 504 if (strcmp(cfglist[i].ap_type, SCSI_SLOT) == 0) { in cache_probe_for_scsi_frus() 592 if (strcmp(scsi_info->cfgalist[i].ap_type, in is_node_present()
|
H A D | piclfrutree.c | 2111 if (list->ap_type) { in update_fru_state() 2113 PICL_PROP_FRU_TYPE, list->ap_type, in update_fru_state() 2114 sizeof (list->ap_type))) != PICL_SUCCESS) { in update_fru_state()
|
/titanic_50/usr/src/cmd/oplhpd/ |
H A D | scf_notify.c | 172 sizeof (stat->ap_type), stat->ap_type); in scf_get_slotinfo()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sad.h | 198 #define ap_type ap_common.apc_cmd macro
|
/titanic_50/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 407 parsable_strncpy(ap->ap_type, st->s_type, sizeof (ap->ap_type)); in ap_init() 1004 (void) strncpy(ap->ap_type, type, sizeof (ap->ap_type)); in ap_cm_init()
|
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 285 cm_info_func(cfga_ldata->ap_type)) != NULL) { in ri_init() 624 cm_rcm_qpass_func(cfga_ldata->ap_type)) != NULL && in rcm_query_init() 819 (*cm_rcm_qpass_func(cfga_type_t ap_type))(cfga_list_data_t *, rcmd_t *) in cm_rcm_qpass_func() argument 824 if (strcmp(cm_ctl[i].type, ap_type) == 0) { in cm_rcm_qpass_func() 923 (*cm_info_func(cfga_type_t ap_type))(ri_ap_t *, cfga_list_data_t *, in cm_info_func() argument 929 if (strcmp(cm_ctl[i].type, ap_type) == 0) { in cm_info_func()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sad.c | 508 if ((ap->ap_type == SAP_RANGE) && in apush_iocdata() 519 if ((ap->ap_type == SAP_ALL) && in apush_iocdata()
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | sysevent.c | 630 HAL_DEBUG ((" Ap-Type: %s, State: %d", cfg_stat->ap_type, in sysevent_process_dr() 632 if (strcmp (cfg_stat->ap_type, "CPU") == 0) { in sysevent_process_dr()
|
/titanic_50/usr/src/cmd/pcidr/plugins/default/ |
H A D | pcidr_cfga.c | 190 dprint(lvl, "%sAP type = %s\n", prestr, datap->ap_type); in pcidr_print_cfga()
|
/titanic_50/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 3176 (void) snprintf(lp->ap_type, sizeof (lp->ap_type), "%s", in stat_to_list() 3177 statp->ap_type); in stat_to_list()
|
/titanic_50/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1538 get_type(boardtype, cardtype, (*cs)->ap_type); in cfga_list_ext()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 1334 (void) strcpy(cs->ap_type, type_str(sc->type)); in sysc_cvt()
|
/titanic_50/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 16146 const char *ap_type; in sata_ioctl_get_ap_type() local 16159 ap_type = "port"; in sata_ioctl_get_ap_type() 16164 ap_type = "disk"; in sata_ioctl_get_ap_type() 16168 ap_type = "cd/dvd"; in sata_ioctl_get_ap_type() 16172 ap_type = "tape"; in sata_ioctl_get_ap_type() 16176 ap_type = "processor"; in sata_ioctl_get_ap_type() 16180 ap_type = "sata-pmult"; in sata_ioctl_get_ap_type() 16184 ap_type = "unknown"; in sata_ioctl_get_ap_type() 16188 ap_type = "unsupported"; in sata_ioctl_get_ap_type() 16193 type_len = strlen(ap_type) + 1; in sata_ioctl_get_ap_type() [all …]
|
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/ |
H A D | mema.c | 1366 (void) strcpy(cs->ap_type, "memory"); in mema_cvt()
|
/titanic_50/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1698 get_type(boardtype, cardinfo, (*cs)->ap_type); in cfga_list_ext()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/ |
H A D | serengeti.c | 736 log_printf("%-11s ", dat.ap_type, 0); in serengeti_display_board_info()
|