Home
last modified time | relevance | path

Searched refs:pclass (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c133 merginfo(struct cl_attr **pclass, int install_from_pspool) in merginfo() argument
250 if (pclass) { in merginfo()
251 (void) fputs(pclass[0]->name, fp); in merginfo()
253 for (i = 1; pclass[i]; i++) { in merginfo()
255 (void) fputs(pclass[i]->name, fp); in merginfo()
263 if (pclass) { in merginfo()
266 for (j = 0; pclass[j]; ++j) { in merginfo()
269 pclass[j]->name) == 0) { in merginfo()
H A Dpkginstall.h65 extern void merginfo __P((struct cl_attr **pclass, int install_from_pspool));
H A Dmain.c91 static int merg_pkginfos(struct cl_attr **pclass,
265 struct cl_attr **pclass = NULL; in main() local
1458 if (n = merg_pkginfos(pclass, &mergd_pclass)) { in main()
2336 merg_pkginfos(struct cl_attr **pclass, struct cl_attr ***mpclass) in merg_pkginfos() argument
2421 (void) setlist(&pclass, qstrdup(oldValue)); in merg_pkginfos()
2423 *mpclass = pclass; in merg_pkginfos()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h123 char pclass[MPAPI_SCSI_MAXPCLASSLEN]; member
135 char pclass[MPAPI_SCSI_MAXPCLASSLEN]; member
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3801 char *pclass, *tptr; in vhci_update_pathstates() local
3837 if (mdi_prop_lookup_string(pip, "path-class", &pclass) != in vhci_update_pathstates()
3854 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) { in vhci_update_pathstates()
3900 if (strcmp(pclass, opinfo.opinfo_path_attr) in vhci_update_pathstates()
4009 (void) mdi_prop_free(pclass); in vhci_update_pathstates()
4363 char *best_pclass, *pclass = NULL; in vhci_pathinfo_state_change() local
4380 pclass = NULL; in vhci_pathinfo_state_change()
4382 "path-class", &pclass); in vhci_pathinfo_state_change()
4384 pclass == NULL) { in vhci_pathinfo_state_change()
4390 (void *)pclass); in vhci_pathinfo_state_change()
[all …]
H A Dmpapi_impl.c3094 (void) strlcpy(pd->pclass, path_class, sizeof (pd->pclass)); in vhci_update_mpapi_data()
3182 char *pclass, void *tp) in vhci_mpapi_get_tpg_item() argument
3190 (void *)vlun, acc_state, pclass, (char *)tp)); in vhci_mpapi_get_tpg_item()
3202 (strncmp(tpgdata->pclass, pclass, in vhci_mpapi_get_tpg_item()
3203 strlen(pclass)) == 0)) { in vhci_mpapi_get_tpg_item()
3222 (strncmp(this_tpgdata->pclass, pclass, in vhci_mpapi_get_tpg_item()
3223 strlen(pclass)) == 0)) { in vhci_mpapi_get_tpg_item()
3244 vhci_mpapi_get_tpg_for_lun(struct scsi_vhci *vhci, char *pclass, in vhci_mpapi_get_tpg_for_lun() argument
3252 "%p, pclass=%s, tp=%s\n", (void *)vlun, pclass, (char *)tp)); in vhci_mpapi_get_tpg_for_lun()
3265 tp) == 1) && (strncmp(this_tpgdata->pclass, pclass, in vhci_mpapi_get_tpg_for_lun()
[all …]
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java996 Class pclass = pattern.getClass(); in evaluate() local
997 String typeKey = pclass.getName(); in evaluate()
1003 typeKey = pclass.getSuperclass().getName(); in evaluate()
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3365 uint8_t revid, pif, pclass, psubclass; in pcicfg_set_childnode_props() local
3390 pclass = pci_config_get8(config_handle, PCI_CONF_BASCLASS); in pcicfg_set_childnode_props()
3485 (void) sprintf(buffer, "%sclass,%02x%02x%02x", pprefix, pclass, in pcicfg_set_childnode_props()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c3608 uint8_t revid, pif, pclass, psubclass; in pcicfg_set_childnode_props() local
3626 pclass = pci_config_get8(config_handle, PCI_CONF_BASCLASS); in pcicfg_set_childnode_props()
3740 pclass, psubclass, pif); in pcicfg_set_childnode_props()