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

  /src/usr.sbin/puffs/mount_sysctlfs/
sysctlfs.c 83 static ino_t nextid = 3; variable in typeref:typename:ino_t
217 sfs->myid = nextid++;
693 id = nextid++;
  /src/usr.sbin/quotacheck/
quotacheck.c 484 uint32_t id, lastid, nextid; local in function:update
529 for (lastid = highid[type], id = 0; id <= lastid; id = nextid) {
535 nextid = subsequent(id, type);
537 if (nextid > 0 && nextid != id + 1)
538 nextid = skipforward(id, nextid, qfi);
557 /* infinite loop avoidance (OR do as "nextid < id"?) */
558 if (id == UINT32_MAX || nextid == 0) {
593 need_seek = nextid != id + 1
    [all...]

Completed in 11 milliseconds