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

  /src/lib/libossaudio/
oss4_mixer.c 64 int i, noffs; local in function:_oss4_mixer_ioctl
407 noffs = 0;
409 ei->strindex[i] = noffs;
411 if ((noffs + len) >= sizeof(ei->strings)) {
415 memcpy(ei->strings + noffs,
417 noffs += len;
422 noffs = 0;
424 ei->strindex[i] = noffs;
426 if ((noffs + len) >= sizeof(ei->strings)) {
430 memcpy(ei->strings + noffs,
    [all...]
  /src/sys/dev/usb/
ohci.c 3636 ohci_physaddr_t noffs = OHCI_PAGE_OFFSET(buf); local in function:ohci_device_isoc_enter
3682 offs = noffs;

Completed in 15 milliseconds