Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dsend-ack.awk4 if (packetsize <= 0)
5 packetsize = 512
40 else if (len != packetsize)
50 if (len != packetsize)
H A Dpacketdat.awk4 if (packetsize <= 0)
5 packetsize = 512
23 id = 1.5 + (strtSeq - 1) / packetsize
35 id = 1 + ($7 - 2) / packetsize
H A DREADME203 awk -f send-ack.awk packetsize=avgsize tracedata >sa
204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
H A DREADME.md203 awk -f send-ack.awk packetsize=avgsize tracedata >sa
204 awk -f packetdat.awk packetsize=avgsize tracedata >pd
/freebsd-13.1/sys/dev/adb/
H A Dadb_mouse.c175 sc->mode.packetsize = 5; in adb_mouse_attach()
561 sc->packet_read_len = sc->mode.packetsize; in ams_read()
568 (sc->mode.packetsize - sc->packet_read_len),len); in ams_read()
607 sc->mode.packetsize = 8; in ams_ioctl()
611 sc->mode.packetsize = 5; in ams_ioctl()
/freebsd-13.1/sys/dev/syscons/
H A Dsysmouse.c158 mode->packetsize = MOUSE_MSC_PACKETSIZE; in smdev_ioctl()
168 mode->packetsize = MOUSE_SYS_PACKETSIZE; in smdev_ioctl()
/freebsd-13.1/sys/dev/usb/input/
H A Dums.c802 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_reset()
909 sc->sc_mode.packetsize, 1); in ums_put_queue()
1063 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1072 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
1096 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in ums_fifo_ioctl()
1105 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in ums_fifo_ioctl()
H A Dwsp.c828 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_attach()
1325 sc->sc_mode.packetsize, 1); in wsp_add_to_queue()
1493 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1498 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
1517 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in wsp_ioctl()
1522 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in wsp_ioctl()
H A Datp.c2157 sc->sc_mode.packetsize, 1); in atp_add_to_queue()
2284 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_attach()
2536 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2541 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
2560 sc->sc_mode.packetsize = MOUSE_MSC_PACKETSIZE; in atp_ioctl()
2565 sc->sc_mode.packetsize = MOUSE_SYS_PACKETSIZE; in atp_ioctl()
/freebsd-13.1/sys/dev/vt/
H A Dvt_sysmouse.c396 mode->packetsize = MOUSE_MSC_PACKETSIZE; in sysmouse_ioctl()
402 mode->packetsize = MOUSE_SYS_PACKETSIZE; in sysmouse_ioctl()
/freebsd-13.1/sys/sys/
H A Dmouse.h183 int packetsize; /* the length of the data packet */ member
/freebsd-13.1/sys/dev/cyapa/
H A Dcyapa.c570 sc->mode.packetsize = MOUSE_PS2_PACKETSIZE; in cyapa_attach()
1209 ((mousemode_t *)data)->packetsize = in cyapaioctl()
1214 ((mousemode_t *)data)->packetsize = in cyapaioctl()
/freebsd-13.1/sys/dev/atkbdc/
H A Dpsm.c684 int packetsize; member
1610 sc->dflt_mode.packetsize = MOUSE_PS2_PACKETSIZE;
1620 sc->mode.packetsize = vendortype[i].packetsize;
2030 unit, sc->config, sc->flags, sc->mode.packetsize);
2689 ((mousemode_t *)addr)->packetsize =
2694 ((mousemode_t *)addr)->packetsize =
3035 if (pb->inputbytes < sc->mode.packetsize)
3071 if (sc->syncerrors >= sc->mode.packetsize * 2 ||
3084 } else if (sc->syncerrors == sc->mode.packetsize) {
/freebsd-13.1/usr.sbin/moused/
H A Dmoused.c1509 cur_proto[4] = rodent.mode.packetsize; in r_identify()