Searched refs:skipped (Results 51 - 74 of 74) sorted by relevance

123

/freebsd-current/sys/dev/enic/
H A Denic_txrx.c385 /* struct vnic_rq_buf * *buf, */ int skipped, void *opaque), void *opaque)
382 vnic_rq_service(struct vnic_rq *rq, struct cq_desc *cq_desc, u16 in_completed_index, int desc_return, void(*buf_service)(struct vnic_rq *rq, struct cq_desc *cq_desc, int skipped, void *opaque), void *opaque) argument
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk276 # keeping the "Z", which is then skipped in parse-only mode.
280 # keeping the "Z", which is then skipped in parse-only mode.
H A Dvarmod-subst.mk244 # skipped (see the *st.next == ':' at the end of the loop).
H A Ddirective-for.mk255 # of an .if, the .for directive is just skipped, it does not even need a
/freebsd-current/share/mk/
H A Dbsd.subdir.mk156 # Can ordering be skipped for this and SUBDIR_PARALLEL forced?
H A Dbsd.dep.mk250 # If using filemon then _EXTRADEPEND is skipped since it is not needed.
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk72 # Note much of the above is skipped for staged libs
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc381 * has any profiled values, the kind can be skipped.
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc381 * has any profiled values, the kind can be skipped.
/freebsd-current/crypto/heimdal/lib/gssapi/
H A DMakefile.in2102 skipped=""; \
2105 skipped="($$skip test was not run)"; \
2107 skipped="($$skip tests were not run)"; \
2109 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2110 dashes="$$skipped"; \
2125 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-current/crypto/heimdal/lib/hx509/
H A DMakefile.in1547 skipped=""; \
1550 skipped="($$skip test was not run)"; \
1552 skipped="($$skip tests were not run)"; \
1554 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1555 dashes="$$skipped"; \
1570 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3449 * Skip the bytes we already has skipped in skip_stream().
3452 ssize_t skipped; local
3471 skipped = get_uncompressed_data(
3473 if (skipped < 0)
3474 return (skipped);
3475 skip_bytes -= skipped;
H A Darchive_read_support_format_zip.c3453 int64_t skipped = 0; local
3466 __archive_read_consume(a, skipped);
3495 ++skipped;
3497 __archive_read_consume(a, skipped);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c480 int skipped = rr->rr_scols - rr->rr_cols; local
499 skipped++;
524 if (c >= rm->rm_skipstart && skipped < rm->rm_nskip) {
529 skipped++;
537 ASSERT3S(skipped, ==, rm->rm_nskip);
610 * scols: The columns that will be accessed or skipped.
H A Dzfs_ioctl.c2805 props_skip(nvlist_t *props, nvlist_t *skipped, nvlist_t **newprops) argument
2813 if (nvlist_exists(skipped, nvpair_name(pair)))
2822 nvlist_t *skipped)
2826 props_skip(props, skipped, &cleared_props);
2821 clear_received_props(const char *dsname, nvlist_t *props, nvlist_t *skipped) argument
/freebsd-current/crypto/openssl/test/
H A Devp_test.c41 int skip; /* Current test should be skipped */
3747 int i, j, skipped = 0; local
3834 skipped++;
3850 skipped++;
3869 if ((t->s.numpairs - skipped) != 1)
3886 for (pp++, i = 1; i < (t->s.numpairs - skipped); pp++, i++) {
/freebsd-current/stand/lua/
H A Dcore.lua464 -- Is the menu skipped in the environment in which we've booted?
H A Dconfig.lua230 -- the beginning of a line and any preceding whitespace will be skipped. The
/freebsd-current/crypto/heimdal/lib/roken/
H A DMakefile.in1641 skipped=""; \
1644 skipped="($$skip test was not run)"; \
1646 skipped="($$skip tests were not run)"; \
1648 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1649 dashes="$$skipped"; \
1664 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-current/sys/net/
H A Diflib.c3939 int avail, bytes_sent, skipped, count, err, i; local
3979 skipped = mcast_sent = bytes_sent = pkt_sent = 0;
4002 skipped++;
4010 skipped++;
4035 printf("consumed=%d\n", skipped + pkt_sent);
4037 return (skipped + pkt_sent);
/freebsd-current/crypto/heimdal/lib/krb5/
H A DMakefile.in2797 skipped=""; \
2800 skipped="($$skip test was not run)"; \
2802 skipped="($$skip tests were not run)"; \
2804 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2805 dashes="$$skipped"; \
2820 test -z "$$skipped" || echo "$$skipped"; \
/freebsd-current/crypto/openssl/
H A DConfigure1790 # 'skipped' entry in there with the list of skipped directories.
1935 push @{$disabled_info{$what}->{skipped}}, catdir(@curd);
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc1094 // Gets the number of skipped tests.
1134 // specifies the number of top frames to be skipped, which doesn't
2312 "tests", "time", "timestamp", "skipped"};
2407 // Returns true off the test part was skipped.
2409 return result.skipped();
2412 // Returns true if and only if the test was skipped.
2711 // Returns true if and only if the current test was skipped.
2856 // Skip and records a skipped test result for this object.
3402 // tests may be skipped.
3593 // Internal helper for printing the list of skipped test
[all...]
/freebsd-current/sys/vm/
H A Duma_core.c365 SYSCTL_COUNTER_U64(_vm_debug, OID_AUTO, skipped, CTLFLAG_RD,
366 &uma_skip_cnt, "memory items skipped, not debugged");

Completed in 574 milliseconds

123