HomeSort by: relevance | last modified time | path
    Searched refs:skipped (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 199 size_t skipped = 0; local
211 skipped += nread;
217 return skipped;
258 size_t skipped = _skip_compressed(toskip); local
260 if (skipped != toskip)
  /src/usr.bin/make/unit-tests/
directive-for-lines.mk 7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
varparse-undef-partial.mk 4 # initial '$' of the expression is skipped by the parser, while
14 # therefore the initial '$' of that whole expression is skipped by the parser
46 # Should the whole expression be skipped for now, or should the inner
deptgt-makeflags.mk 54 # An empty command line is skipped.
61 # skipped since it is whitespace (see Parse_IsVar).
69 # literal newline now. This prevents the newline from being skipped during
110 # command line, the whole command line is skipped.
directive-elif.exp 9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
directive-export-literal.mk 13 # .export-literal can be skipped, to avoid a setenv call, which may leak
varmisc.exp 8 :D skipped if var undef
10 :U skipped when var set
var-recursive.mk 29 # An expression with modifiers is skipped halfway. This can lead to wrong
deptgt-end-fail.mk 67 # of 'all' failed, it was skipped. This inconsistency was not needed for
varmisc.mk 22 @echo :U skipped when var set
26 @echo :D skipped if var undef
cond-short.mk 92 # Irrelevant assignment modifiers are skipped as well.
125 # Unreachable nested conditions are skipped completely as well. These skipped
directive-include.mk 52 # expression is skipped and the file is included nevertheless.
opt-debug-lint.mk 98 # unclosed expressions and unknown modifiers is skipped.
directive-for-escape.mk 192 # skipped "stupid" variable names though, but ForLoop_SubstVarLong naively
202 # silent syntax error, the '$' is skipped. The variable name is thus '', and
  /src/usr.sbin/bootp/common/
dovend.c 316 * too large to fit are skipped; any remaining tags are tried until they
326 int skipped = 0;
346 skipped += numbytes;
357 return (skipped);
324 int skipped = 0; local
  /src/bin/pax/
buf_subs.c 405 off_t skipped = 0; local
436 if (ar_fow(cnt, &skipped) < 0)
438 res += cnt - skipped;
439 rdcnt += skipped;
ar_io.c 1041 * number of bytes, return the actual number of bytes moved in skipped.
1044 * partial move (the amount moved is in skipped)
1048 ar_fow(off_t sksz, off_t *skipped)
1053 *skipped = 0;
1090 *skipped = mpos - cpos;
1655 * we have skipped over looking for a header to id. there is no way we
1660 "unknown format, %s skipped in %s\n",
  /src/sys/external/bsd/drm/dist/shared-core/
mach64_dma.c 421 int skipped = 0; local
451 skipped = 0;
453 if (!skipped) {
455 skipped = 1;
477 int i, skipped; local
485 skipped = 0;
501 skipped = 0;
503 if (!skipped) {
505 skipped = 1;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c 642 pipe_crc->skipped = 0;
667 pipe_crc->skipped = 0;
681 pipe_crc->skipped = INT_MIN;
  /src/sys/arch/x68k/stand/boot/
srt0.S 111 moveq #0,%d0 | this is skipped on bus error
  /src/usr.bin/tic/
tic.c 412 size_t skipped, merged, memn; local
420 skipped = merged = 0;
461 skipped++;
499 if (merged == 0 && skipped != 0)
  /src/sys/dev/
vnd.c 865 int bsize, error, flags, skipped; local
881 skipped = 0;
915 skipped += resid;
969 KASSERT(skipped != 0 || nbp != NULL);
970 if (skipped)
971 nestiobuf_done(bp, skipped, error);
  /src/sys/ufs/ufs/
ufs_quota2.c 966 unsigned skipped; /* number skipped so far */ member in struct:q2cursor_getids
1109 if (gi->skipped < gi->skip) {
1110 gi->skipped++;
1184 gi.skipped = 0;
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 259 int skipped = 0; local
262 skipped++;
265 LOG_THREADS("Skipped %d guard page(s) to obtain stack %p-%p.\n",
266 skipped, stack_begin, stack_end);
  /src/sys/rump/librump/rumpkern/
vm.c 1177 int cleaned, skip, skipped; local
1217 skipped = 0;
1226 while (skipped++ < skip)

Completed in 453 milliseconds

1 2