Home
last modified time | relevance | path

Searched refs:cvs (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/librstp/common/
H A DREADME.CVS.HOWTO8 cvs -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib login
10 cvs -z3 -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
22 cvs -z3 -d:ext:developername@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog14 - markus@cvs.openbsd.org 2000/10/31 9:31:58
17 - markus@cvs.openbsd.org 2000/10/31 13:1853
42 - markus@cvs.openbsd.org 2000/10/16 15:46:32
45 - markus@cvs.openbsd.org 2000/10/17 14:28:11
48 - markus@cvs.openbsd.org 2000/10/18 12:04:02
51 - markus@cvs.openbsd.org 2000/10/18 12:23:02
54 - markus@cvs.openbsd.org 2000/10/18 12:42:00
57 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
60 - provos@cvs.openbsd.org 2000/10/19 10:45:16
63 - markus@cvs.openbsd.org 2000/10/21 11:04:23
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dcpu.c3278 cpu_vm_stats_t *cvs; in cpu_vm_stats_ks_update() local
3283 cvs = &cp->cpu_stats.vm; in cpu_vm_stats_ks_update()
3288 cvskd->pgrec.value.ui64 = cvs->pgrec; in cpu_vm_stats_ks_update()
3289 cvskd->pgfrec.value.ui64 = cvs->pgfrec; in cpu_vm_stats_ks_update()
3290 cvskd->pgin.value.ui64 = cvs->pgin; in cpu_vm_stats_ks_update()
3291 cvskd->pgpgin.value.ui64 = cvs->pgpgin; in cpu_vm_stats_ks_update()
3292 cvskd->pgout.value.ui64 = cvs->pgout; in cpu_vm_stats_ks_update()
3293 cvskd->pgpgout.value.ui64 = cvs->pgpgout; in cpu_vm_stats_ks_update()
3294 cvskd->swapin.value.ui64 = cvs->swapin; in cpu_vm_stats_ks_update()
3295 cvskd->pgswapin.value.ui64 = cvs->pgswapin; in cpu_vm_stats_ks_update()
[all …]
/titanic_41/usr/src/tools/scripts/
H A Dwhich_scm.sh114 if [[ "$CWD_TYPE" == cvs || "$CWD_TYPE" == subversion ]]; then
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1674 usb_cvs_data_t *cvs; in usbsacm_get_descriptors() local
1706 cvs = &altif->altif_cvs[i]; in usbsacm_get_descriptors()
1708 if ((cvs->cvs_buf == NULL) || in usbsacm_get_descriptors()
1709 (cvs->cvs_buf[1] != USB_CDC_CS_INTERFACE)) { in usbsacm_get_descriptors()
1713 switch (cvs->cvs_buf[2]) { in usbsacm_get_descriptors()
1716 if (cvs->cvs_buf_len >= 5) { in usbsacm_get_descriptors()
1717 mgmt_cap = cvs->cvs_buf[3]; in usbsacm_get_descriptors()
1718 acm_port->acm_data_if_no = cvs->cvs_buf[4]; in usbsacm_get_descriptors()
1723 if (cvs->cvs_buf_len >= 4) { in usbsacm_get_descriptors()
1724 acm_port->acm_cap = cvs->cvs_buf[3]; in usbsacm_get_descriptors()
[all …]
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2430 usb_cvs_data_t *cvs; in usbecm_get_descriptors() local
2487 cvs = &altif->altif_cvs[i]; in usbecm_get_descriptors()
2489 if ((cvs->cvs_buf == NULL) || in usbecm_get_descriptors()
2490 (cvs->cvs_buf[1] != USB_CDC_CS_INTERFACE)) { in usbecm_get_descriptors()
2494 switch (cvs->cvs_buf[2]) { in usbecm_get_descriptors()
2500 if (cvs->cvs_buf_len != 5) { in usbecm_get_descriptors()
2506 if (cvs->cvs_buf_len >= USB_CDC_ECM_LEN) { in usbecm_get_descriptors()
2509 if (usb_parse_data("4cl2sc", cvs->cvs_buf, in usbecm_get_descriptors()
2510 cvs->cvs_buf_len, (void *)&ecm_desc, in usbecm_get_descriptors()
2541 if (cvs->cvs_buf_len >= 5) { in usbecm_get_descriptors()
[all …]
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1810 usb_cvs_data_t *cvs; in hid_parse_hid_descr() local
1814 cvs = &altif_data->altif_cvs[which_cvs]; in hid_parse_hid_descr()
1815 if (cvs->cvs_buf == NULL) { in hid_parse_hid_descr()
1818 if (cvs->cvs_buf[1] == USB_DESCR_TYPE_HID) { in hid_parse_hid_descr()
1820 cvs->cvs_buf, cvs->cvs_buf_len, in hid_parse_hid_descr()
1828 cvs = &ep_data->ep_cvs[which_cvs]; in hid_parse_hid_descr()
1829 if (cvs->cvs_buf == NULL) { in hid_parse_hid_descr()
1832 if (cvs->cvs_buf[1] == USB_DESCR_TYPE_HID) { in hid_parse_hid_descr()
1834 cvs->cvs_buf, cvs->cvs_buf_len, in hid_parse_hid_descr()
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1135 usb_cvs_data_t *cvs; in usb_ac_handle_descriptors() local
1146 cvs = &altif_data->altif_cvs[index]; in usb_ac_handle_descriptors()
1147 if (cvs->cvs_buf == NULL) { in usb_ac_handle_descriptors()
1150 if (cvs->cvs_buf[1] == USB_AUDIO_CS_INTERFACE) { in usb_ac_handle_descriptors()
1165 cvs->cvs_buf, cvs->cvs_buf_len, in usb_ac_handle_descriptors()
1196 cvs = &altif_data->altif_cvs[index]; in usb_ac_handle_descriptors()
1197 if (cvs->cvs_buf == NULL) { in usb_ac_handle_descriptors()
1202 usb_ac_add_unit_descriptor(uacp, cvs->cvs_buf, in usb_ac_handle_descriptors()
1203 cvs->cvs_buf_len); in usb_ac_handle_descriptors()
/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2473 usb_cvs_data_t *cvs; in usbvc_parse_frames() local
2511 cvs = &cvs_data[cvs_num]; in usbvc_parse_frames()
2512 cvs_buf = cvs->cvs_buf; in usbvc_parse_frames()
2513 cvs_buf_len = cvs->cvs_buf_len; in usbvc_parse_frames()
2520 frm->descr = (usbvc_frame_descr_t *)cvs->cvs_buf; in usbvc_parse_frames()
2524 if (usbvc_chk_descr_len(25, 4, 0, cvs) != USB_SUCCESS) { in usbvc_parse_frames()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev.c2675 vdev_stat_t *cvs = &cvd->vdev_stat; in vdev_get_stats() local
2678 vs->vs_ops[t] += cvs->vs_ops[t]; in vdev_get_stats()
2679 vs->vs_bytes[t] += cvs->vs_bytes[t]; in vdev_get_stats()
2681 cvs->vs_scan_removing = cvd->vdev_removing; in vdev_get_stats()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-31005 `http://savannah.gnu.org/cvs/?group=grub' for more information.
H A Dgrub.texi3886 @uref{http://savannah.gnu.org/cvs/?group=grub} for more information.
H A Dgrub.info3714 `http://savannah.gnu.org/cvs/?group=grub' for more information.
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog2459 [/home/cvs -> /cvsroot/grub].