HomeSort by: relevance | last modified time | path
    Searched defs:ptroff (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
if_umb.c 1931 int ptrlen, ptroff, dgentryoff; local in function:umb_decap
1954 ptroff = UGETW(hdr16->wNdpIndex);
1964 ptroff = UGETDW(hdr32->dwNdpIndex);
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff);
1985 if (len < ptrlen + ptroff)
2007 if (ptroff + dgentryoff < sizeof(*dgram16))
2010 (buf + ptroff + dgentryoff);
2016 if (ptroff + dgentryoff < sizeof(*dgram32))
2019 (buf + ptroff + dgentryoff);
if_umb.c 1931 int ptrlen, ptroff, dgentryoff; local in function:umb_decap
1954 ptroff = UGETW(hdr16->wNdpIndex);
1964 ptroff = UGETDW(hdr32->dwNdpIndex);
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff);
1985 if (len < ptrlen + ptroff)
2007 if (ptroff + dgentryoff < sizeof(*dgram16))
2010 (buf + ptroff + dgentryoff);
2016 if (ptroff + dgentryoff < sizeof(*dgram32))
2019 (buf + ptroff + dgentryoff);
if_umb.c 1931 int ptrlen, ptroff, dgentryoff; local in function:umb_decap
1954 ptroff = UGETW(hdr16->wNdpIndex);
1964 ptroff = UGETDW(hdr32->dwNdpIndex);
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff);
1985 if (len < ptrlen + ptroff)
2007 if (ptroff + dgentryoff < sizeof(*dgram16))
2010 (buf + ptroff + dgentryoff);
2016 if (ptroff + dgentryoff < sizeof(*dgram32))
2019 (buf + ptroff + dgentryoff);
if_umb.c 1931 int ptrlen, ptroff, dgentryoff; local in function:umb_decap
1954 ptroff = UGETW(hdr16->wNdpIndex);
1964 ptroff = UGETDW(hdr32->dwNdpIndex);
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff);
1985 if (len < ptrlen + ptroff)
2007 if (ptroff + dgentryoff < sizeof(*dgram16))
2010 (buf + ptroff + dgentryoff);
2016 if (ptroff + dgentryoff < sizeof(*dgram32))
2019 (buf + ptroff + dgentryoff);
if_umb.c 1931 int ptrlen, ptroff, dgentryoff; local in function:umb_decap
1954 ptroff = UGETW(hdr16->wNdpIndex);
1964 ptroff = UGETDW(hdr32->dwNdpIndex);
1982 ptr16 = (struct ncm_pointer16 *)(buf + ptroff);
1985 if (len < ptrlen + ptroff)
2007 if (ptroff + dgentryoff < sizeof(*dgram16))
2010 (buf + ptroff + dgentryoff);
2016 if (ptroff + dgentryoff < sizeof(*dgram32))
2019 (buf + ptroff + dgentryoff);

Completed in 137 milliseconds