Searched refs:csw (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | usb_ms_bulkonly.c | 571 usb_bulk_csw_t csw; in scsa2usb_handle_csw_result() local 599 bcopy(data->b_rptr, &csw, CSW_LEN); in scsa2usb_handle_csw_result() 601 status = csw.csw_bCSWStatus; in scsa2usb_handle_csw_result() 602 signature = SCSA2USB_MK_32BIT(csw.csw_dCSWSignature3, in scsa2usb_handle_csw_result() 603 csw.csw_dCSWSignature2, csw.csw_dCSWSignature1, in scsa2usb_handle_csw_result() 604 csw.csw_dCSWSignature0); in scsa2usb_handle_csw_result() 605 residue = SCSA2USB_MK_32BIT(csw.csw_dCSWDataResidue3, in scsa2usb_handle_csw_result() 606 csw.csw_dCSWDataResidue2, csw.csw_dCSWDataResidue1, in scsa2usb_handle_csw_result() 607 csw.csw_dCSWDataResidue0); in scsa2usb_handle_csw_result() 608 tag = SCSA2USB_MK_32BIT(csw.csw_dCSWTag3, csw.csw_dCSWTag2, in scsa2usb_handle_csw_result() [all …]
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | ia.c | 36 static sclass_t csw = { variable 46 &mod_schedops, "interactive scheduling class", &csw
|
H A D | rt.c | 61 static struct sclass csw = { variable 68 &mod_schedops, "realtime scheduling class", &csw
|
H A D | sysdc.c | 1233 static struct sclass csw = { variable 1240 &mod_schedops, "system duty cycle scheduling class", &csw
|
H A D | fx.c | 58 static struct sclass csw = { variable 65 &mod_schedops, "Fixed priority sched class", &csw
|
H A D | ts.c | 65 static struct sclass csw = { variable 72 &mod_schedops, "time sharing sched class", &csw
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 3322 # csw (2002-05-15): make xterm-color primary instead of nxterm, to 4970 # more changes from csw:
|
H A D | terminfo.src | 3806 # csw (2002-05-15): make xterm-color primary instead of nxterm, to 5650 # more changes from csw:
|