Searched refs:csw (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dia.c36 static sclass_t csw = { variable
46 &mod_schedops, "interactive scheduling class", &csw
H A Drt.c61 static struct sclass csw = { variable in typeref:struct:sclass
68 &mod_schedops, "realtime scheduling class", &csw
H A Dsysdc.c1259 static struct sclass csw = { variable in typeref:struct:sclass
1266 &mod_schedops, "system duty cycle scheduling class", &csw
H A Dfx.c59 static struct sclass csw = { variable in typeref:struct:sclass
66 &mod_schedops, "Fixed priority sched class", &csw
H A Dts.c66 static struct sclass csw = { variable in typeref:struct:sclass
73 &mod_schedops, "time sharing sched class", &csw
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_bulkonly.c571 usb_bulk_csw_t csw; local
598 /* Read into csw */
599 bcopy(data->b_rptr, &csw, CSW_LEN);
601 status = csw.csw_bCSWStatus;
602 signature = SCSA2USB_MK_32BIT(csw.csw_dCSWSignature3,
603 csw.csw_dCSWSignature2, csw.csw_dCSWSignature1,
604 csw.csw_dCSWSignature0);
605 residue = SCSA2USB_MK_32BIT(csw.csw_dCSWDataResidue3,
606 csw
[all...]

Completed in 62 milliseconds