Searched refs:skip (Results 151 - 175 of 487) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_io_config.ksh93 dd if=$FILEPATH of=/dev/null bs=1 count=1 skip=$blk 2>/dev/null
130 dd if=$FILEPATH of=/dev/null bs=1 count=1 skip=$blk 2>/dev/null
/freebsd-current/tools/test/stress2/misc/
H A Dsyzkaller53.sh64 int skip = __atomic_load_n(&skip_segv, __ATOMIC_RELAXED) != 0;
68 if (skip && valid) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dscatterlist.h567 const void *buf, size_t buflen, off_t skip)
584 if (piter.sg->length <= skip) {
585 skip -= piter.sg->length;
590 KASSERT(((piter.sg->length - skip) != 0 && (buflen != 0)),
591 ("%s: sg len %u - skip %ju || buflen %zu is 0\n",
592 __func__, piter.sg->length, (uintmax_t)skip, buflen));
593 len = min(piter.sg->length - skip, buflen);
599 p = (char *)sf_buf_kva(sf) + piter.sg_pgoffset + skip;
603 /* We copied so nothing more to skip. */
604 skip
566 sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, const void *buf, size_t buflen, off_t skip) argument
[all...]
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus_brvar.h132 uint32_t skip, boolean_t *need_sig);
138 uint32_t skip, vmbus_br_copy_callback_t cb, void *cbarg);
/freebsd-current/bin/df/
H A Ddf.c68 static const char **makevfslist(char *fslist, int *skip);
69 static int checkvfsname(const char *vfsname, const char **vfslist, int skip);
294 makevfslist(char *fslist, int *skip) argument
302 *skip = 0;
305 *skip = 1;
326 checkvfsname(const char *vfsname, const char **vfslist, int skip) argument
333 return (skip);
336 return (!skip);
/freebsd-current/crypto/openssl/test/recipes/
H A D15-test_genrsa.t94 skip "Skipping rsa command line test", 2 if disabled("deprecated-3.0");
H A D20-test_cli_fips.t113 skip "FIPS failure testing", 6
179 skip "FIPS EC tests because of no ec in this build", 1
233 skip "FIPS RSA tests because of no rsa in this build", 1
281 skip "FIPS DSA tests because of no dsa in this build", 1
H A D40-test_rehash.t51 skip "It's pointless to run the next test as root", 1;
H A D30-test_evp.t176 skip "DSA not disabled or ERR disabled", 2
190 skip "SM2 not disabled", 1 if !disabled("sm2");
/freebsd-current/contrib/unbound/validator/
H A Dval_utils.h90 * @param skip: offset into the original response answer section.
92 * Once CNAME type is returned you can increase skip.
97 struct reply_info* rep, size_t skip);
279 * @param cname_skip: the skip into the answer section. Updated to skip
293 * @param cname_skip: which part of the answer section to skip.
344 * Find next unchecked rrset position, return it for skip.
346 * @param skip: the skip now.
347 * @return new skip, whic
[all...]
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h104 void (*skip)(lzma_mf *mf, uint32_t num); member in struct:lzma_mf_s
294 mf->skip(mf, amount);
/freebsd-current/contrib/atf/atf-c++/
H A Dtests.hpp109 static void skip(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
/freebsd-current/crypto/openssh/regress/
H A Dprincipals-command.sh10 skip "need SUDO to create file in /var/run, test won't work without"
63 skip "$PRINCIPALS_COMMAND not executable " \
H A Dconnection-timeout.sh6 skip "not supported on this platform"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_volume.ksh79 log_must dd skip=$megs if=$voldev2 of=$BACKDIR/copy bs=1024k count=$megs
/freebsd-current/sbin/growfs/tests/
H A Dlegacy_test.pl53 skip "Cannot test without UID 0", 19 if $<;
/freebsd-current/lib/libsecureboot/
H A Dveopen.c36 size_t fi_skip_len; /**< length of skip */
63 * @param[in] skip
71 const char *skip, const char *data, struct stat *stp)
130 if (skip) {
131 nfip->fi_skip_len = strlen(skip);
133 nfip->fi_skip = strdup(skip);
70 fingerprint_info_add(const char *filename, const char *prefix, const char *skip, const char *data, struct stat *stp) argument
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_rrip.h131 char skip [ISODCL ( 6, 6)]; member in struct:__anon500
/freebsd-current/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh59 BEGIN { skip = 0; }
63 skip = 0;
70 skip = 1;
74 { if (!skip) print; }"'
123 <testcase classname="simple_all_pass" name="skip" time="S.UUU">
125 <system-out>This is the stdout of skip
158 This is the stderr of skip
237 <testcase classname="simple_all_pass" name="skip" time="S.UUU">
239 <system-out>This is the stdout of skip
272 This is the stderr of skip
[all...]
/freebsd-current/contrib/libdivsufsort/lib/
H A Dtrsort.c559 saidx_t t, skip, unsorted; local
565 skip = 0;
568 if((t = *first) < 0) { first -= t; skip += t; }
570 if(skip != 0) { *(first + skip) = skip; skip = 0; }
576 else { skip = first - last; }
578 skip = -1;
583 if(skip !
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/db/
H A Dt_db_hash_seq.c242 testdb(int skip) argument
270 if (skip == 0 || c.c_port % skip != 0)
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dload.c189 int skip = 2; local
195 skip = 3;
225 fname += skip;
271 * Environment value not found -- skip the home list entry
359 * because we'll have to skip over an immediately following ':' or '='
398 * THEN we skip this option.
409 * Therefore, skip if disabled.
417 * Therefore, skip if NOT disabled.
429 * Therefore, skip if NOT disabled.
437 * Therefore, skip i
[all...]
/freebsd-current/tools/tools/ath/athpoke/
H A Dathpoke.c192 goto skip;
198 goto skip;
210 skip:
/freebsd-current/sys/netinet/
H A Din_cksum.c223 in_cksum_skip(struct mbuf *m, int len, int skip) argument
230 len -= skip;
238 (void)m_apply(m, skip, len, in_cksum_skip_partial, &a);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp276 skip();
286 skip();
304 void ScriptLexer::skip() { (void)next(); } function in class:ScriptLexer

Completed in 310 milliseconds

1234567891011>>