HomeSort by: relevance | last modified time | path
    Searched refs:dz (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/etc/etc.emips/
MAKEDEV.conf 14 # Serial devices: dz*.
16 # Create dz* devices as /dev/ttyD[0-3],
17 dz[0-9]*)
18 name=dz; unit=${i#dz}; chr=16
  /src/share/man/man4/man4.emips/
Makefile 4 MAN= ace.4 autoconf.4 dz.4 ebus.4 eclock.4 enic.4 intro.4
  /src/sys/arch/vax/vsa/
dz_vsbus.c 77 static volatile struct ss_dz {/* base address of DZ-controller: 0x200A0000 */
86 } *dz; variable in typeref:typename:volatile struct ss_dz *
89 cons_decl(dz);
199 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8)
208 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) | DZ_LPR_8_BIT_CHAR \
226 while ((dz->csr & 0x80) == 0)
228 rbuf = dz->rbuf;
281 dz = (void *)dz_regs;
283 dz->csr = 0; /* Disable scanning until initting is done */
284 dz->tcr = (1 << minor(cndev->cn_dev)); /* Turn on xmitter *
    [all...]
  /src/sys/dev/hil/
hilms.c 222 int dx, dy, dz, button; local in function:hilms_callback
284 dz = *buf++;
285 dz |= (*buf++) << 8;
287 dz = (int16_t)dz;
289 dz = *buf++;
291 dz = (int8_t)dz;
294 dz = 0;
296 dy = dz = 0
    [all...]
  /src/etc/etc.pmax/
MAKEDEV.conf 23 # Create dz* devices as /dev/ttyD[0-3],
24 dz[0-9]*)
25 name=dz; unit=${i#dz}; chr=16
  /src/sys/dev/hid/
hidms.c 262 int dx, dy, dz, dw; local in function:hidms_intr
277 dz = hid_get_data(ibuf, &ms->hidms_loc_z);
281 dz = -dz;
286 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 ||
289 dx, dy, dz, dw, buttons));
293 wsmouse_input(ms->hidms_wsmousedev, buttons, dx, dy, dz,
  /src/sys/dev/ic/
spic.c 143 int dz, buttons; local in function:spic_intr
191 dz = v1 & 0x1f;
192 switch (dz) {
201 dz -= 0x20;
219 if (dz != 0 || buttons != sc->sc_buttons) {
222 printf("spic: but=0x%x dz=%d v1=0x%02x v2=0x%02x\n",
223 buttons, dz, v1, v2);
227 wsmouse_input(sc->sc_wsmousedev, buttons, 0, 0, dz, 0,
  /src/sys/arch/pmax/ibus/
dz_ibus.c 156 volatile struct dzregs *dz; local in function:dz_ibus_attach
188 dz = (volatile struct dzregs *)sc->sc_ioh;
189 i = dz->tcr;
190 dz->csr = DZ_CSR_MSE | DZ_CSR_TXIE;
191 dz->tcr = 0;
194 dz->tcr = 1;
197 dz->tcr = i;
211 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
218 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
302 * Point the console at the DZ-11
    [all...]
  /src/share/man/man4/man4.vax/
Makefile 6 ddn.4 de.4 dh.4 dhu.4 dl.4 dmc.4 dmf.4 dmv.4 dmz.4 dn.4 dz.4 \
  /src/sys/dev/dec/
dzms.c 44 * VSXXX mice attached to line 1 of the DZ*
120 struct dz_softc *dz = device_private(parent); local in function:dzms_attach
126 dz->sc_dz[daa->daa_line].dz_catch = dzms_input;
127 dz->sc_dz[daa->daa_line].dz_private = dzms;
128 ls = &dz->sc_dz[daa->daa_line];
dzkbd.c 44 * LK200/LK400 keyboard attached to line 0 of the DZ*-11
128 * kbd_match: how is this dz line configured?
149 struct dz_softc *dz = device_private(parent); local in function:dzkbd_attach
157 dz->sc_dz[daa->daa_line].dz_catch = dzkbd_input;
158 dz->sc_dz[daa->daa_line].dz_private = dzkbd;
159 ls = &dz->sc_dz[daa->daa_line];
  /src/sys/arch/vax/vax/
conf.c 128 cons_decl(dz);
143 cons_init(dz), /* DZ11-like serial console on VAXstations */
  /src/sys/dev/bluetooth/
btms.c 402 int dx, dy, dz, dw; local in function:btms_input
421 dz = hid_get_data(data, &sc->sc_loc_z);
425 dz = -dz;
432 BTMSDBGN(9,("%s: dx=%d, dy=%d, dz=%d, dw=%d, buttons=0x%08x\n",
433 __func__, dx, dy, dz, dw, buttons));
434 if (dx != 0 || dy != 0 || dz != 0 || dw != 0 || buttons != sc->sc_buttons) {
440 dx, dy, dz, dw,
  /src/sys/dev/pckbport/
pms.c 518 int dx, dy, dz = 0; local in function:pmsinput
609 dz = sc->packet[3];
610 if (dz >= 128)
611 dz -= 256;
612 if (dz == -128)
613 dz = -127;
615 dz = sc->packet[3] & 0xf;
616 if (dz >= 8)
617 dz -= 16;
624 dz = 0
    [all...]
synaptics.c 1672 int dx, dy, dz; local in function:pms_synaptics_passthrough
1692 dz = 0;
1697 if (dx || dy || dz || changed) {
1709 buttons, dx, dy, dz, 0,
2146 int dx, dy, dz, sdx, sdy, sdz, edge; local in function:synaptics_movement
2148 dx = dy = dz = sdx = sdy = sdz = 0;
2151 * Compute the next values of dx, dy, dz, sdx, sdy, sdz.
2211 dz = synaptics_scale(dz, synaptics_scale_z,
2234 if (abs(dz) > synaptics_max_speed_z
2259 int dx, dy, dz, sdx, sdy, sdz; local in function:pms_synaptics_process_packet
    [all...]
  /src/games/hack/
hack.cmd.c 289 movecmd(int sym) /* also sets u.dz, but returns false for <> */
293 u.dz = 0;
298 u.dz = zdir[dp - sdir];
299 return (!u.dz);
310 if (!movecmd(dirsym) && !u.dz) {
315 if (Confusion && !u.dz)
hack.apply.c 150 if (u.dz) {
152 (u.dz > 0) ? "floor" : "ceiling");
457 (void) movecmd(*sdp); /* sets u.dx and u.dy and u.dz */
460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) &&
472 else if (u.dz < 0)
474 else if (u.dz == 0) {
hack.search.c 187 if (u.dz)
188 if ((u.dz < 0) != (!xdnstair && trap->ttyp == TRAPDOOR))
  /src/usr.sbin/moused/
moused.c 910 action0.dx = action0.dy = action0.dz = 0;
953 debug("activity : buttons 0x%08x dx %d dy %d dz %d",
954 action2.button, action2.dx, action2.dy, action2.dz);
960 (int)action2.dz);
965 if (action2.dz != 0 && dbg < 2)
966 wsev(WSCONS_EVENT_MOUSE_DELTA_Z, action2.dz);
982 if ((rodent.zmap[0] > 0) && (action.dz != 0)) {
984 action.dx = action.dy = action.dz = 0;
986 debug("activity : buttons 0x%08x dx %d dy %d dz %d",
987 action2.button, action2.dx, action2.dy, action2.dz);
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
mms.c 220 int dx = 0, dy = 0, dz = 0, buttons = 0; local in function:mms_intr
233 dz = (data->axis3 & MMS_MOVEMENT_MAX) - MMS_MOVEMENT_BASE;
235 if (dx || dy || dz || buttonchg) {
247 dx, -dy, dz, 0,
  /src/sys/dev/usb/
uts.c 372 int dx, dy, dz; local in function:uts_intr
388 dz = hid_get_data(ibuf, &sc->sc_loc_z);
393 if (dx != 0 || dy != 0 || dz != 0 || buttons != sc->sc_buttons) {
395 dx, dy, dz, buttons));
399 wsmouse_input(sc->sc_wsmousedev, buttons, dx, dy, dz, 0,
uatp.c 1392 int dx, dy, dz, dw; local in function:uatp_intr
1515 dx = dy = dz = dw = 0;
1516 if ((!interpret_input(sc, &dx, &dy, &dz, &dw, &buttons)) &&
1528 ("buttons %"PRIx32", dx %d, dy %d, dz %d, dw %d\n",
1529 buttons, dx, dy, dz, dw));
1531 uatp_input(sc, buttons, dx, dy, dz, dw);
1648 int dx, int dy, int dz, int dw)
1656 ((dx != 0) || (dy != 0) || (dz != 0) || (dw != 0) ||
1660 " buttons %"PRIx32", dx %d, dy %d, dz %d, dw %d\n",
1661 all_buttons, dx, -dy, dz, -dw))
    [all...]
  /src/sys/arch/macppc/dev/
pbms.c 478 int dx, dy, dz, i, s; local in function:pbms_intr
537 dx = dy = dz = 0;
538 if (!compute_delta(sc, &dx, &dy, &dz, &buttons))
542 if ((dx != 0 || dy != 0 || dz != 0 || buttons != sc->sc_buttons) &&
545 wsmouse_input(sc->sc_wsmousedev, buttons, dx, -dy, dz, 0,
601 * history. Note that dx, dy, dz and buttons are modified only if
606 /* XXX Could we report something useful in dz? */
609 compute_delta(struct pbms_softc *sc, int *dx, int *dy, int *dz,
  /src/sys/arch/m68k/060sp/dist/
test.doc 154 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
171 exercizes _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
172 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
  /src/sys/arch/amiga/amiga/
vectors.s 97 ASVECTOR(dz) /* 50: FPCP divide by zero */

Completed in 21 milliseconds

1 2