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

  /src/lib/libossaudio/
oss4_mixer.c 64 int i, noffs; local
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/external/cddl/osnet/dist/lib/libdtrace/common/
dt_provider.c 542 uint_t *noffs, *maxoffs; local
581 noffs = &pip->pi_nenoffs;
585 noffs = &pip->pi_noffs;
589 if (*noffs == *maxoffs) {
608 assert(*noffs < *maxoffs);
609 (*offs)[(*noffs)++] = offset;
  /src/external/cddl/osnet/dist/uts/common/dtrace/
fasttrap.c 2282 uint64_t noffs; local
2286 if (copyin(&uprobe->ftps_noffs, &noffs,
2293 if (noffs == 0)
2297 sizeof (probe->ftps_offs[0]) * (noffs - 1);
2305 probe->ftps_noffs != noffs) {
  /src/sys/dev/usb/
ohci.c 3636 ohci_physaddr_t noffs = OHCI_PAGE_OFFSET(buf); local
3682 offs = noffs;

Completed in 18 milliseconds