Searched refs:caplength (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ascii.c63 u_int caplength; local
68 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0;
69 if (length > caplength) {
70 length = caplength;
106 u_int caplength; local
114 caplength = (ndo->ndo_snapend > cp) ? ND_BYTES_AVAILABLE_AFTER(cp) : 0;
115 if (length > caplength) {
116 length = caplength;
177 u_int caplength; local
182 caplength
[all...]
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_usb.c254 bus_size_t caplength = bus_space_read_1(usbsc->usbsc_bst, local
257 caplength + EHCI_USBINTR, 0);
/netbsd-current/sys/dev/usb/
H A Dxhci.c1390 uint8_t caplength; local
1407 caplength = xhci_read_1(sc, XHCI_CAPLENGTH);
1420 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh, 0, caplength,
1470 if (bus_space_subregion(sc->sc_iot, sc->sc_ioh, caplength, bsz,

Completed in 202 milliseconds