/openbsd/sys/dev/usb/ |
H A D | uoakv.c | 136 scc->sc_parent = sc; in uoakv_attach() 137 scc->sc_udev = dev; in uoakv_attach() 158 uoak_get_devinfo(scc); in uoakv_attach() 159 uoak_print_devinfo(scc); in uoakv_attach() 191 scc->sc_ibuf = malloc(scc->sc_ilen, M_USBDEV, M_WAITOK); in uoakv_attach() 216 free(scc->sc_ibuf, M_USBDEV, scc->sc_ilen); in uoakv_detach() 217 scc->sc_ibuf = NULL; in uoakv_detach() 231 if (scc->sc_ibuf == NULL) in uoakv_intr() 235 frame = (scc->sc_ibuf[1] << 8) + scc->sc_ibuf[0]; in uoakv_intr() 239 val = (int16_t)((scc->sc_ibuf[idx+1] << 8) | scc->sc_ibuf[idx]); in uoakv_intr() [all …]
|
H A D | uoaklux.c | 133 scc->sc_parent = sc; in uoaklux_attach() 134 scc->sc_udev = dev; in uoaklux_attach() 155 uoak_get_devinfo(scc); in uoaklux_attach() 156 uoak_print_devinfo(scc); in uoaklux_attach() 187 scc->sc_ibuf = malloc(scc->sc_ilen, M_USBDEV, M_WAITOK); in uoaklux_attach() 212 free(scc->sc_ibuf, M_USBDEV, scc->sc_ilen); in uoaklux_detach() 213 scc->sc_ibuf = NULL; in uoaklux_detach() 226 if (scc->sc_ibuf == NULL) in uoaklux_intr() 230 frame = (scc->sc_ibuf[1] << 8) + (scc->sc_ibuf[0]); in uoaklux_intr() 231 val = (scc->sc_ibuf[3] << 8) + (scc->sc_ibuf[2]); in uoaklux_intr() [all …]
|
H A D | uoakrh.c | 136 scc->sc_parent = sc; in uoakrh_attach() 137 scc->sc_udev = dev; in uoakrh_attach() 158 uoak_get_devinfo(scc); in uoakrh_attach() 159 uoak_print_devinfo(scc); in uoakrh_attach() 201 scc->sc_ibuf = malloc(scc->sc_ilen, M_USBDEV, M_WAITOK); in uoakrh_attach() 226 free(scc->sc_ibuf, M_USBDEV, scc->sc_ilen); in uoakrh_detach() 227 scc->sc_ibuf = NULL; in uoakrh_detach() 241 if (scc->sc_ibuf == NULL) in uoakrh_intr() 245 frame = (scc->sc_ibuf[1] << 8) + (scc->sc_ibuf[0]); in uoakrh_intr() 246 humi = (scc->sc_ibuf[3] << 8) + (scc->sc_ibuf[2]); in uoakrh_intr() [all …]
|
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptp_ctrl.c | 563 scc->result_code, scc->error_code); in pptp_ctrl_SCCRx_string() 574 scc->firmware_revision, scc->firmware_revision, in pptp_ctrl_SCCRx_string() 575 (u_int)sizeof(scc->host_name), scc->host_name, in pptp_ctrl_SCCRx_string() 594 scc->protocol_version = ntohs(scc->protocol_version); in pptp_ctrl_recv_SCCRQ() 595 scc->framing_caps = htonl(scc->framing_caps); in pptp_ctrl_recv_SCCRQ() 596 scc->bearer_caps = htonl(scc->bearer_caps); in pptp_ctrl_recv_SCCRQ() 597 scc->max_channels = htons(scc->max_channels); in pptp_ctrl_recv_SCCRQ() 752 strlcpy(scc->host_name, val, sizeof(scc->host_name)); in pptp_ctrl_send_SCCRP() 763 scc->framing_caps = htonl(scc->framing_caps); in pptp_ctrl_send_SCCRP() 764 scc->bearer_caps = htonl(scc->bearer_caps); in pptp_ctrl_send_SCCRP() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | ddg.c | 696 ddg_scc_ptr scc; in create_scc() local 701 scc->backarcs = NULL; in create_scc() 702 scc->num_backarcs = 0; in create_scc() 722 return scc; in create_scc() 727 free_scc (ddg_scc_ptr scc) in free_scc() argument 729 if (!scc) in free_scc() 734 free (scc->backarcs); in free_scc() 735 free (scc); in free_scc() 756 scc->backarcs = (ddg_edge_ptr *) xrealloc (scc->backarcs, size); in add_backarc_to_scc() 757 scc->backarcs[scc->num_backarcs++] = e; in add_backarc_to_scc() [all …]
|
/openbsd/gnu/usr.bin/cvs/windows-NT/SCC/ |
H A D | ChangeLog | 83 * scc.c (SccGet): Replace #if 0'd code with a comment and 88 * scc.c: Split out the interface declarations into a new file 90 scc.c-equivalents. 99 * scc.c (SccHistory): file_names is LPSTR * not LPSTR. 103 * scc.c (SccGetVersion): Change arguments from () to (void). 112 * scc.c (SccCheckout): Write to debuglog and return 119 * scc.c: Go back to using debuglog not outproc for 131 * scc.c (SccOpenProject): Use outproc not debuglog 136 * scc.c: Change out_proc to outproc for consistency. 140 * scc.c: Add a bunch of things, to SccOpenProject, [all …]
|
H A D | SCC.mak | 57 -@erase ".\Release\scc.obj" 86 /def:".\scc.def" /out:"$(OUTDIR)/SCC.dll" /implib:"$(OUTDIR)/SCC.lib" 88 ".\scc.def" 90 "$(INTDIR)/scc.obj" 118 -@erase ".\Debug\scc.obj" 149 /machine:I386 /def:".\scc.def" /out:"$(OUTDIR)/SCC.dll"\ 152 ".\scc.def" 154 "$(INTDIR)/scc.obj" 196 SOURCE=.\scc.c 198 "$(INTDIR)\scc.obj" : $(SOURCE) "$(INTDIR)" [all …]
|
H A D | Makefile.am | 25 scc.c \ 26 scc.def \
|
H A D | README.txt | 8 To install the test DLL, build scc.dll and then add the following 17 SCCServerPath <full pathname of scc.dll> 41 hardcoded in scc.c, so you will need to fix that or put 43 will want to follow along in d:\debug.scc.
|
/openbsd/usr.bin/rdist/ |
H A D | expand.c | 498 int scc; in amatch() local 506 scc = *s++; in amatch() 523 if (lc <= scc && scc <= (int)*p++) in amatch() 526 if (scc == (lc = cc)) in amatch() 548 return (scc == CNULL); in amatch() 551 if (c != scc) in amatch() 556 if (scc == CNULL) in amatch() 561 if (scc) in amatch()
|
/openbsd/usr.bin/at/ |
H A D | parsetime.c | 144 static int scc; /* scanner - count of remaining arguments */ variable 179 scc = argc; in init_scanner() 212 if (scc < 1) in token() 216 scc--; in token()
|
/openbsd/usr.bin/telnet/ |
H A D | telnet.c | 1409 int scc; in telrcv() local 1414 scc = 0; in telrcv() 1417 if (scc == 0) { in telrcv() 1424 scc = ring_full_consecutive(&netiring); in telrcv() 1425 if (scc == 0) { in telrcv() 1431 c = *sbp++ & 0xff, scc--; count++; in telrcv() 1459 if (scc > 0) { in telrcv() 1462 sbp++, scc--; count++; in telrcv() 1467 sbp++, scc--; count++; in telrcv()
|
/openbsd/gnu/llvm/llvm/docs/AMDGPU/ |
H A D | gfx11_ssrc_1a3009.rst | 17 …p>`, :ref:`null<amdgpu_synid_null>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx7_ssrc_fdbed3.rst | 17 …c>`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`
|
H A D | gfx11_src_0879fb.rst | 17 …p>`, :ref:`null<amdgpu_synid_null>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx11_src_852d86.rst | 17 …_null>`, :ref:`m0<amdgpu_synid_m0>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx11_ssrc_121527.rst | 17 …_null>`, :ref:`m0<amdgpu_synid_m0>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx7_ssrc_b0d552.rst | 17 …`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx7_src_3865f6.rst | 17 …`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx10_ssrc_bb715c.rst | 17 …`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx11_src_25d8ac.rst | 17 …_null>`, :ref:`m0<amdgpu_synid_m0>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx11_src_d01e4c.rst | 17 …_null>`, :ref:`m0<amdgpu_synid_m0>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx11_src_d5ffa3.rst | 17 …_null>`, :ref:`m0<amdgpu_synid_m0>`, :ref:`exec<amdgpu_synid_exec>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx90a_ssrc_c31902.rst | 17 …`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`,…
|
H A D | gfx940_ssrc_c31902.rst | 17 …`, :ref:`vccz<amdgpu_synid_vccz>`, :ref:`execz<amdgpu_synid_execz>`, :ref:`scc<amdgpu_synid_scc>`,…
|