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

  /src/usr.sbin/repquota/
repquota.c 90 static uint32_t highid[REPQUOTA_NUMIDTYPES]; variable in typeref:typename:uint32_t[]
327 for (id = 0; id <= highid[idtype]; id++) {
442 for (id = 0; id <= highid[idtype]; id++) {
539 if (id > highid[idtype])
540 highid[idtype] = id;
  /src/usr.sbin/quotacheck/
quotacheck.c 146 static uint32_t highid[MAXQUOTAS];/* highest addid()'ed identifier per type */ variable in typeref:typename:uint32_t[]
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) {
606 if (highid[type] != UINT32_MAX)
608 (off_t)((highid[type] + 1) * sizeof(struct dqblk)));
693 if (id > highid[type])
694 highid[type] = id;
708 next = highid[type] + 1;

Completed in 12 milliseconds