| /src/usr.sbin/puffs/mount_sysctlfs/ |
| sysctlfs.c | 83 static ino_t nextid = 3; variable 217 sfs->myid = nextid++; 693 id = nextid++;
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| rehash.c | 355 int n, numfiles, nextid, dirlen, buflen, errs = 0; local 417 nextid = 0; 434 while (bit_isset(idmask, nextid)) 435 nextid++; 439 suffixes[bp->type], nextid); 456 bit_set(idmask, nextid);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| rehash.c | 355 int n, numfiles, nextid, dirlen, buflen, errs = 0; local 416 nextid = 0; 433 while (bit_isset(idmask, nextid)) 434 nextid++; 438 suffixes[bp->type], nextid); 455 bit_set(idmask, nextid);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| rehash.c | 335 int n, numfiles, nextid, buflen, errs = 0; local 387 nextid = 0; 404 while (bit_isset(idmask, nextid)) 405 nextid++; 409 suffixes[bp->type], nextid); 426 bit_set(idmask, nextid);
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_ident.c | 704 uint_t nextid = dhp->dh_minid; local 717 nextid = MAX(nextid, idp->di_id + 1); 721 dhp->dh_nextid = nextid;
|
| /src/usr.sbin/quotacheck/ |
| quotacheck.c | 484 uint32_t id, lastid, nextid; local 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...] |
| /src/external/bsd/unbound/dist/services/ |
| outside_network.c | 2419 uint16_t id = 0, curid, nextid; local 2458 nextid = tree_by_id_get_id(next); 2459 log_assert(curid < nextid); 2460 if(curid != 0xffff && curid + 1 < nextid) { 2462 space = nextid - curid - 1;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dispatch.c | 135 dns_messageid_t nextid; /*%< next sequential QID for TCP */ member in struct:dns_dispatch 1273 disp->nextid = isc_random16(); 1543 : disp->nextid++;
|