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

  /src/sys/fs/ntfs/
ntfs_subr.c 1551 u_int8_t *cup, *uup; local in function:ntfs_readattr
1561 cup = malloc(ntfs_cntob(NTFS_COMPUNIT_CL),
1572 ntfs_cntob(NTFS_COMPUNIT_CL), cup, &init, NULL);
1580 uiomove(cup + off, tocopy, uio);
1582 memcpy(data, cup + off, tocopy);
1593 error = ntfs_uncompunit(ntmp, uup, cup);
1609 free(cup, M_NTFSDECOMP);
  /src/usr.sbin/quotacheck/
quotacheck.c 705 struct fileusage *fup, **iup, **cup; local in function:subsequent
710 cup = iup = &fuhead[type][id & (FUHASH-1)];
713 if (++cup >= &fuhead[type][FUHASH])
714 cup = &fuhead[type][0];
715 for (fup = *cup; fup != 0; fup = fup->fu_next) {
721 } while (cup != iup);

Completed in 13 milliseconds