Searched refs:ap_type (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libadr/common/
H A Dadr_object.h50 adr_type_t *ap_type; /* argument's type */ member in struct:adr_parameter
H A Dadr_object.c72 adr_type_free(p->ap_type);
H A Dadr_typeset.c200 fp(p->ap_type, arg);
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1588 (void) strlcpy(clp->ap_type, IB_FABRIC_TYPE,
1589 sizeof (clp->ap_type)); /* Fill in type */
1597 (void) strlcpy(clp->ap_type, IB_HCA_TYPE,
1598 sizeof (clp->ap_type)); /* Fill in type */
1896 (void) snprintf(clp->ap_type,
1897 sizeof (clp->ap_type), "%s",
1900 (void) snprintf(clp->ap_type,
1901 sizeof (clp->ap_type), "%s",
1905 (void) snprintf(clp->ap_type,
1906 sizeof (clp->ap_type), "
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1608 /* Fill in ap_type */
1615 (void) strcpy((*ap_id_list)->ap_type, "usb-");
1616 str_len = strlen((*ap_id_list)->ap_type);
1626 (void) strlcpy((*ap_id_list)->ap_type + str_len, str_p,
1627 sizeof ((*ap_id_list)->ap_type) - str_len);
1629 (void) strlcpy((*ap_id_list)->ap_type + str_len, "kbd",
1630 sizeof ((*ap_id_list)->ap_type) - str_len);
1635 (void) strcpy((*ap_id_list)->ap_type,
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1529 (void) strncpy(clp->ap_type, lap->xport_type, sizeof (clp->ap_type));
1729 /* update ap_type and ap_info */
1879 /* get ap_type and ap_info. */
2288 /* update ap_type and ap_info */
2400 /* update ap_type and ap_info */
2604 /* update ap_type and ap_info */
2637 /* update ap_type and ap_info */
2943 /* update ap_type and ap_info */
3007 (void) snprintf(clp->ap_type, sizeo
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1663 /* Fill in ap_type which is collected from HBA driver */
1672 (void) strlcpy((*ap_id_list)->ap_type, str_p,
1673 sizeof ((*ap_id_list)->ap_type));
1681 if (strncmp((*ap_id_list)->ap_type, "sata-pmult",
1695 (*ap_id_list)->ap_type);
1715 (void) strlcpy((*ap_id_list)->ap_type, "pmult-port",
1716 sizeof ((*ap_id_list)->ap_type));
1718 (void) strlcpy((*ap_id_list)->ap_type, "sata-port",
1719 sizeof ((*ap_id_list)->ap_type));
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c657 (void) snprintf(clp->ap_type, sizeof (clp->ap_type),
665 (void) snprintf(clp->ap_type, sizeof (clp->ap_type),
783 (void) snprintf(clp->ap_type, sizeof (clp->ap_type), "%s", S_STR(cp));
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c407 parsable_strncpy(ap->ap_type, st->s_type, sizeof (ap->ap_type));
1004 (void) strncpy(ap->ap_type, type, sizeof (ap->ap_type));
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c665 HAL_DEBUG ((" Ap-Type: %s, State: %d", cfg_stat->ap_type,
667 if (strcmp (cfg_stat->ap_type, "CPU") == 0) {
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c509 !xdr_typeref_t(xdrs, typeset, p->ap_type))
613 !xdr_r_typeref_t(xdrs, typeset, &p->ap_type))
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1414 * logical ap_id or ap_type: Use "/" as root for tree walk
2070 * or type of attachment point is specified via a logical name or ap_type.
2938 * find_arg_type - determine if an argument is an ap_id or an ap_type.
2997 * but not in an ap_type.
3175 (void) snprintf(lp->ap_type, sizeof (lp->ap_type), "%s",
3176 statp->ap_type);
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1531 get_type(boardtype, cardtype, (*cs)->ap_type);
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c1334 (void) strcpy(cs->ap_type, type_str(sc->type));
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1366 (void) strcpy(cs->ap_type, "memory");
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1698 get_type(boardtype, cardinfo, (*cs)->ap_type);

Completed in 60 milliseconds