Searched refs:skipped (Results 1 - 25 of 45) sorted by relevance

12

/src/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp199 size_t skipped = 0; local in function:FileManager::_skip_compressed
211 skipped += nread;
217 return skipped;
258 size_t skipped = _skip_compressed(toskip); local in function:FileManager::seek
260 if (skipped != toskip)
/src/usr.bin/make/unit-tests/
H A Ddirective-elif.mk7 # cases, make skips over the skipped branch as fast as possible, looking only
21 # directive and is thus silently skipped.
36 # directive and is thus silently skipped. Since the .if condition evaluated
70 # Misspelling '.elsif' in a skipped branch below a branch that was taken.
116 # expect+1: What happens on misspelling in a skipped branch?
117 .info What happens on misspelling in a skipped branch?
H A Ddep-colon.mk16 # skipped when looking for the semicolon that separates the sources from
H A Ddirective-for-lines.mk7 # messages inside .for loops had been wrong since ParseGetLine skipped empty
H A Dvarmisc.exp8 :D skipped if var undef
10 :U skipped when var set
H A Dvarparse-undef-partial.mk4 # 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
H A Ddeptgt-end-fail-all.mk8 # This was not intended since the .END node had already been skipped if a
H A Ddeptgt-makeflags.mk54 # 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.
H A Ddirective-elif.exp9 make: directive-elif.mk:117: What happens on misspelling in a skipped branch?
H A Ddirective-export-literal.mk13 # .export-literal can be skipped, to avoid a setenv call, which may leak
H A Ddirective-for-errors.mk53 # XXX: This should not be reached. It should be skipped, as already done
62 # skipped instead.
H A Dcompat-error.mk29 # The commit that skipped NULL commands for .ERROR_CMD:
H A Ddirective-else.mk39 . info After an extra .else, everything is skipped.
H A Dvar-recursive.mk29 # An expression with modifiers is skipped halfway. This can lead to wrong
H A Ddeptgt-end-fail.mk67 # of 'all' failed, it was skipped. This inconsistency was not needed for
H A Dvarmisc.mk22 @echo :U skipped when var set
26 @echo :D skipped if var undef
H A Dcond-short.mk92 # Irrelevant assignment modifiers are skipped as well.
125 # Unreachable nested conditions are skipped completely as well. These skipped
/src/usr.sbin/bootp/common/
H A Ddovend.c316 * 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 in function:insert_generic
/src/bin/pax/
H A Dbuf_subs.c405 off_t skipped = 0; local in function:rd_skip
436 if (ar_fow(cnt, &skipped) < 0)
438 res += cnt - skipped;
439 rdcnt += skipped;
/src/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_dma.c421 int skipped = 0; local in function:mach64_dump_buf_info
451 skipped = 0;
453 if (!skipped) {
455 skipped = 1;
477 int i, skipped; local in function:mach64_dump_ring_info
485 skipped = 0;
501 skipped = 0;
503 if (!skipped) {
505 skipped = 1;
/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_pipe_crc.c642 pipe_crc->skipped = 0;
667 pipe_crc->skipped = 0;
681 pipe_crc->skipped = INT_MIN;
/src/sys/arch/x68k/stand/boot/
H A Dsrt0.S111 moveq #0,%d0 | this is skipped on bus error
/src/usr.bin/tic/
H A Dtic.c412 size_t skipped, merged, memn; local in function:merge_use
420 skipped = merged = 0;
461 skipped++;
499 if (merged == 0 && skipped != 0)
/src/sys/dev/
H A Dvnd.c865 int bsize, error, flags, skipped; local in function:handle_with_strategy
881 skipped = 0;
915 skipped += resid;
969 KASSERT(skipped != 0 || nbp != NULL);
970 if (skipped)
971 nestiobuf_done(bp, skipped, error);
/src/sys/external/bsd/drm/dist/
H A Dconfigure.ac79 dnl skipped and all flags rechecked. So there's no need to do anything

Completed in 18 milliseconds

12