Lines Matching defs:usc
620 struct hfsc_sc *fsc, struct hfsc_sc *usc, struct hfsc_class *parent,
655 if (usc != NULL && (usc->m1 != 0 || usc->m2 != 0)) {
657 hfsc_sc2isc(usc, cl->cl_usc);
1666 sp->usc.m1 = sm2m(cl->cl_usc->sm1);
1667 sp->usc.d = dx2d(cl->cl_usc->dx);
1668 sp->usc.m2 = sm2m(cl->cl_usc->sm2);
1670 sp->usc.m1 = 0;
1671 sp->usc.d = 0;
1672 sp->usc.m2 = 0;