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

  /src/usr.sbin/repquota/
repquota.c 90 static uint32_t highid[REPQUOTA_NUMIDTYPES]; variable
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;
repquota.c 90 static uint32_t highid[REPQUOTA_NUMIDTYPES]; variable
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
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;
quotacheck.c 146 static uint32_t highid[MAXQUOTAS];/* highest addid()'ed identifier per type */ variable
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;
  /src/external/gpl3/binutils/dist/binutils/
windint.h 1037 bfd_byte highid[4]; member in struct:bin_messagetable_block
windint.h 1037 bfd_byte highid[4]; member in struct:bin_messagetable_block
  /src/external/gpl3/binutils.old/dist/binutils/
windint.h 1037 bfd_byte highid[4]; member in struct:bin_messagetable_block
windint.h 1037 bfd_byte highid[4]; member in struct:bin_messagetable_block

Completed in 67 milliseconds