Searched refs:newclass (Results 1 – 2 of 2) sorted by relevance
297 pg_class_t *newclass; in pg_class_register() local319 newclass = &pg_classes[cid]; in pg_class_register()321 (void) strncpy(newclass->pgc_name, name, PG_CLASS_NAME_MAX); in pg_class_register()322 newclass->pgc_id = cid; in pg_class_register()323 newclass->pgc_ops = ops; in pg_class_register()324 newclass->pgc_relation = relation; in pg_class_register()
1103 char *oldclass, newclass[CLSSIZ+1]; in chgclass() local1111 (void) strlcpy(newclass, pinfo->aclass, sizeof (newclass)); in chgclass()1124 if (strcmp(pp->aclass, newclass) == 0) in chgclass()1136 } else if (strcmp(pp->aclass, newclass) == 0) { in chgclass()1141 (void) strcpy(cf_ent->pkg_class, newclass); in chgclass()