Home
last modified time | relevance | path

Searched refs:highid (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.sbin/repquota/
H A Drepquota.c90 static uint32_t highid[REPQUOTA_NUMIDTYPES]; variable
327 for (id = 0; id <= highid[idtype]; id++) { in printquotas()
442 for (id = 0; id <= highid[idtype]; id++) { in exportquotas()
539 if (id > highid[idtype]) in addid()
540 highid[idtype] = id; in addid()
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c146 static uint32_t highid[MAXQUOTAS];/* highest addid()'ed identifier per type */ variable
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) { in update()
606 if (highid[type] != UINT32_MAX) in update()
608 (off_t)((highid[type] + 1) * sizeof(struct dqblk))); in update()
693 if (id > highid[type]) in addid()
694 highid[type] = id; in addid()
708 next = highid[type] + 1; in subsequent()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwindmc.c644 target_put_32 (mtbl->items[idx].highid, nl[i]->vid); in mc_write_blocks()
649 target_put_32 (mtbl->items[idx].highid, nl[i]->vid); in mc_write_blocks()
H A Dwindint.h1037 bfd_byte highid[4]; member
H A Dresrc.c2955 high = windres_get_32 (&wrtarget, mt->items[i].highid, 4); in write_rc_messagetable()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwindmc.c644 target_put_32 (mtbl->items[idx].highid, nl[i]->vid); in mc_write_blocks()
649 target_put_32 (mtbl->items[idx].highid, nl[i]->vid); in mc_write_blocks()
H A Dwindint.h1037 bfd_byte highid[4]; member
H A Dresrc.c2961 high = windres_get_32 (&wrtarget, mt->items[i].highid, 4); in write_rc_messagetable()