Home
last modified time | relevance | path

Searched full:skip (Results 1 – 25 of 4180) sorted by relevance

12345678910>>...168

/freebsd-src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in36 # SKIP 32
152 'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
153 'cli_user/misc/zfs_unshare_001_neg': ['SKIP', na_reason],
154 'pool_checkpoint/checkpoint_discard_busy': ['SKIP', 12053],
155 'privilege/setup': ['SKIP', na_reason],
157 'rootpool/setup': ['SKIP', na_reason],
158 'rsend/rsend_008_pos': ['SKIP', 6066],
167 ['SKIP', na_reason],
168 'cli_root/zpool_wait/zpool_wait_trim_basic': ['SKIP', trim_reason],
169 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reaso
[all...]
/freebsd-src/crypto/openssl/test/recipes/
H A D80-test_ssl_old.t125 SKIP: {
126 skip 'failure', 16 unless
132 skip 'failure', 15 unless
139 skip 'failure', 14 unless
145 skip 'failure', 13 unless
151 skip 'failure', 12 unless
156 skip 'failure', 11 unless
160 skip 'failure', 10 unless
166 skip 'failure', 9 unless
175 skip 'failure', 8 unless
[all …]
H A D80-test_ssl_new.t90 # configurations. Default is $no_tls but some tests have different skip
92 my %skip = (
128 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
132 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
136 defined($skip{$conf}) ? $skip{$conf} : $no_tls,
142 my ($conf, $check_source, $skip, $provider) = @_;
149 SKIP: {
151 skip 'failure', 2 unless
157 SKIP: {
159 skip "Skipping generated source test for $conf", 1
[all …]
H A D25-test_verify_store.t33 SKIP: {
41 skip 'failure', 8 unless
50 skip 'failure', 7 unless
57 skip 'failure', 6 unless
63 skip 'failure', 5 unless
69 skip 'failure', 4 unless
74 skip 'failure', 3 unless
82 skip 'failure', 2 unless
95 skip 'failure', 0 unless
H A D20-test_pkeyutl.t24 SKIP: {
25 skip "Skipping tests that require EC, SM2 or SM3", 4
56 SKIP: {
57 skip "Skipping tests that require EC", 4
141 SKIP: {
142 skip "RSA is not supported by this OpenSSL build", 1
161 SKIP: {
162 skip "DSA is not supported by this OpenSSL build", 1
173 SKIP: {
174 skip "ECDSA is not supported by this OpenSSL build", 1
[all …]
/freebsd-src/cddl/usr.sbin/dtrace/tests/tools/
H A Dexclude.sh18 # The SKIP variable contains tests that should not be executed at all. The
21 # the CI environment. Please avoid adding tests to SKIP unless it really is
68 exclude SKIP common/cpc/err.D_PDESC_ZERO.lowfrequency.d
69 exclude SKIP common/cpc/err.D_PDESC_ZERO.malformedoverflow.d
70 exclude SKIP common/cpc/err.D_PDESC_ZERO.nonexistentevent.d
71 exclude SKIP common/cpc/err.cpcvscpustatpart1.ksh
72 exclude SKIP common/cpc/err.cpcvscpustatpart2.ksh
73 exclude SKIP common/cpc/err.cputrackfailtostart.ksh
74 exclude SKIP common/cpc/err.cputrackterminates.ksh
75 exclude SKIP common/cpc/err.toomanyenablings.d
[all …]
/freebsd-src/lib/libc/db/btree/
H A Dbt_split.c67 * skip: index to leave open
82 u_int16_t skip; in __bt_split() local
90 * skip set to the offset which should be used. Additionally, l and r in __bt_split()
93 skip = argskip; in __bt_split()
95 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split()
96 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split()
104 h->linp[skip] = h->upper -= ilen; in __bt_split()
152 skip = parent->index + 1; in __bt_split()
177 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split()
207 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split()
[all …]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c68 size_t skip = uio->uio_skip; in zfs_uiomove_iov()
73 cnt = MIN(iov->iov_len - skip, n); in zfs_uiomove_iov()
75 memcpy(iov->iov_base + skip, p, cnt); in zfs_uiomove_iov()
77 memcpy(p, iov->iov_base + skip, cnt); in zfs_uiomove_iov()
78 skip += cnt; in zfs_uiomove_iov()
79 if (skip == iov->iov_len) { in zfs_uiomove_iov()
80 skip = 0; in zfs_uiomove_iov()
84 uio->uio_skip = skip; in zfs_uiomove_iov()
97 size_t skip = uio->uio_skip; in zfs_uiomove_iov()
102 cnt = MIN(bv->bv_len - skip, in zfs_uiomove_iov()
61 size_t skip = uio->uio_skip; zfs_uiomove_iov() local
132 size_t skip = uio->uio_skip; zfs_uiomove_bvec_impl() local
166 zfs_copy_bvec(void * p,size_t skip,size_t cnt,zfs_uio_rw_t rw,struct bio_vec * bv) zfs_copy_bvec() argument
347 size_t skip = uio->uio_skip; zfs_uio_prefaultpages() local
[all...]
/freebsd-src/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c44 #define SKIP 9999 macro
57 { 1.0, 5, SKIP, " 32" },
58 { 1.0, 1022, SKIP, "4.4942328371557897693233e+307" },
60 { 1.0, 1023, SKIP, "8.9884656743115795386465e+307" },
63 { 1.0, -5, SKIP, " 0.03125" },
64 { 1.0, -1021, SKIP, "4.4501477170144027661805e-308" },
66 { 1.0, -1022, SKIP, "2.2250738585072013830902e-308" },
75 { 0.0, -1, SKIP, " 0" },
76 { 0.0, 0, SKIP, " 0" },
77 { 0.0, 1, SKIP, " 0" },
[all …]
/freebsd-src/sys/netipsec/
H A Dxform_ah.c264 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers() argument
288 *m0 = m = m_pullup(m, skip); in ah_massage_headers()
305 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers()
307 off + 1 < skip) in ah_massage_headers()
319 off = skip; /* End the loop. */ in ah_massage_headers()
389 if (off > skip) { in ah_massage_headers()
428 if (skip - sizeof(struct ip6_hdr) > 0) { in ah_massage_headers()
429 if (m->m_len <= skip) { in ah_massage_headers()
431 skip - sizeof(struct ip6_hdr), in ah_massage_headers()
445 skip in ah_massage_headers()
535 ah_input(struct mbuf * m,struct secasvar * sav,int skip,int protoff) ah_input() argument
701 int authsize, rplen, ahsize, error, skip, protoff; ah_input_cb() local
843 ah_output(struct mbuf * m,struct secpolicy * sp,struct secasvar * sav,u_int idx,int skip,int protoff) ah_output() argument
1096 int skip, error; ah_output_cb() local
[all...]
H A Dipsec_mbuf.c46 * Make space for a new header of length hlen at skip bytes
54 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() argument
62 for (m = m0; m && skip > m->m_len; m = m->m_next) in m_makespace()
63 skip -= m->m_len; in m_makespace()
67 * At this point skip is the offset into the mbuf m in m_makespace()
74 remain = m->m_len - skip; /* data to move */ in m_makespace()
75 if (remain > skip && in m_makespace()
86 bcopy(mtodo(m, hlen), mtod(m, caddr_t), skip); in m_makespace()
88 *off = skip; in m_makespace()
113 memcpy(n->m_data, mtod(m, char *) + skip + done, len); in m_makespace()
[all …]
H A Dxform_ipcomp.c198 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument
215 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input()
221 addr = (caddr_t) mtod(m, struct ip *) + skip; in ipcomp_input()
252 crp->crp_payload_start = skip + hlen; in ipcomp_input()
253 crp->crp_payload_length = m->m_pkthdr.len - (skip + hlen); in ipcomp_input()
264 xd->skip = skip; in ipcomp_input()
293 int skip, protoff; in ipcomp_input_cb() local
300 skip in ipcomp_input_cb()
400 ipcomp_output(struct mbuf * m,struct secpolicy * sp,struct secasvar * sav,u_int idx,int skip,int protoff) ipcomp_output() argument
540 int error, skip, protoff; ipcomp_output_cb() local
[all...]
H A Dxform_esp.c268 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff)
289 if ( (skip&3) || (m->m_pkthdr.len&3) ){ in esp_input()
290 DPRINTF(("%s: misaligned packet, skip %u pkt len %u", in esp_input()
291 __func__, skip, m->m_pkthdr.len)); in esp_input()
296 if (m->m_len < skip + sizeof(*esp)) { in esp_input()
297 m = m_pullup(m, skip + sizeof(*esp)); in esp_input()
305 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input()
326 plen = m->m_pkthdr.len - (skip + hlen + alen); in esp_input()
355 ESPSTAT_ADD(esps_ibytes, m->m_pkthdr.len - (skip + hlen + alen)); in esp_input()
395 m_copydata(m, skip, SPI_SIZ in esp_input()
269 esp_input(struct mbuf * m,struct secasvar * sav,int skip,int protoff) esp_input() argument
503 int hlen, skip, protoff, error, alen; esp_input_cb() local
695 esp_output(struct mbuf * m,struct secpolicy * sp,struct secasvar * sav,u_int idx,int skip,int protoff) esp_output() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h39 /// will skip renaming the first 47 uses, then rename one, then skip the rest.
169 int64_t Skip = 0; global() member
/freebsd-src/contrib/llvm-project/lldb/docs/
H A Dpython_api.rst5 The long list of "skip" filters out several global functions that are
10 :skip: command
11 :skip: declaration
12 :skip: in_range
13 :skip: is_numeric_type
14 :skip: lldb_iter
/freebsd-src/contrib/diff/man/
H A Dcmp.114 \fB\-i\fR SKIP \fB\-\-ignore\-initial\fR=\fISKIP\fR
15 Skip the first SKIP bytes of input.
19 Skip the first SKIP1 bytes of FILE1 and the first SKIP2 bytes of FILE2.
36 SKIP1 and SKIP2 are the number of bytes to skip in each file.
37 SKIP values may be followed by the following multiplicative suffixes:
/freebsd-src/sys/opencrypto/
H A Dcriov.c53 * These macros are only for avoiding code duplication, as we need to skip
60 KASSERT(iol >= 0, ("%s: empty in skip", __func__)); \
179 cvm_page_contiguous_segment(vm_page_t *pages, size_t skip, int len) in cvm_page_contiguous_segment() argument
181 if ((skip + len - 1) / PAGE_SIZE > skip / PAGE_SIZE) in cvm_page_contiguous_segment()
184 pages += (skip / PAGE_SIZE); in cvm_page_contiguous_segment()
185 skip -= rounddown(skip, PAGE_SIZE); in cvm_page_contiguous_segment()
186 return (((char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(*pages))) + skip); in cvm_page_contiguous_segment()
288 m_epg_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_epg_contiguous_subsegment() argument
293 base = m_epg_segment(m, skip, &seglen); in m_epg_contiguous_subsegment()
788 m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_contiguous_subsegment() argument
[all …]
/freebsd-src/usr.bin/ctags/
H A DC.c270 /* skip strings and character constants */ in func_entry()
274 /* skip comments */ in func_entry()
373 goto skip; in hash_entry()
400 skip: if (c == '\n') { /* get rid of rest of define */ in hash_entry()
459 * skip over comment
490 * skip to the end of a string or character constant.
496 skip; in skip_string() local
498 for (skip = false; GETC(!=, EOF); ) in skip_string()
501 skip = !skip; /* we toggle in case it's "\\" */ in skip_string()
507 if (c == key && !skip) in skip_string()
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c126 off_t skip = (off_t)request; in file_skip() local
128 int64_t skip = request; in file_skip() local
130 long skip = (long)request; in file_skip() local
132 int skip_bits = sizeof(skip) * 8 - 1; in file_skip()
137 * If we can't skip, return 0 as the amount we did step and in file_skip()
146 if (sizeof(request) > sizeof(skip)) { in file_skip()
150 skip = max_skip; in file_skip()
155 if (lseek(fileno(mine->f), skip, SEEK_CUR) < 0) in file_skip()
157 if (_fseeki64(mine->f, skip, SEEK_CUR) != 0) in file_skip()
159 if (fseeko(mine->f, skip, SEEK_CU in file_skip()
[all...]
/freebsd-src/contrib/libpcap/
H A Dpcap-util.c252 * we skip the field *before* checking to make sure in swap_linux_usb_header()
260 offset += 8; /* skip past id */ in swap_linux_usb_header()
265 offset += 4; /* skip past various 1-byte fields */ in swap_linux_usb_header()
267 offset += 2; /* skip past bus_id */ in swap_linux_usb_header()
272 offset += 2; /* skip past various 1-byte fields */ in swap_linux_usb_header()
274 offset += 8; /* skip past ts_sec */ in swap_linux_usb_header()
279 offset += 4; /* skip past ts_usec */ in swap_linux_usb_header()
284 offset += 4; /* skip past status */ in swap_linux_usb_header()
289 offset += 4; /* skip past urb_len */ in swap_linux_usb_header()
294 offset += 4; /* skip pas in swap_linux_usb_header()
[all...]
/freebsd-src/sys/kgssapi/krb5/
H A Dkcrypto_aes.c138 size_t skip, size_t len, void *ivec, bool encrypt) in aes_encrypt_1() argument
146 crp->crp_payload_start = skip; in aes_encrypt_1()
159 crypto_use_buf(crp, buf, skip + len); in aes_encrypt_1()
177 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_encrypt() argument
202 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
210 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len, ivec, in aes_encrypt()
212 off = skip + len - 2 * blocklen; in aes_encrypt()
225 aes_encrypt_1(ks, CRYPTO_BUF_MBUF, inout, skip, len - plen, in aes_encrypt()
235 off = skip + len - blocklen - plen; in aes_encrypt()
248 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_decrypt() argument
[all …]
/freebsd-src/usr.sbin/service/
H A Dservice.sh86 skip="-s nostart"
88 skip="$skip -s nojail"
90 skip="$skip -s nojailvnet"
94 files=`rcorder ${skip} ${local_rc} 2>/dev/null`
119 skip="-s nostart"
121 skip="$skip -s nojail"
123 skip="$skip -s nojailvnet"
127 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
/freebsd-src/crypto/openssh/regress/
H A Dintegrity.sh30 skip=0
32 skip=`expr $skip - 1`
33 if [ $skip -gt 0 ]; then
59 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
61 emac=`expr $emac + 1`; skip=0;;
62 padding*) epad=`expr $epad + 1`; skip=0;;
64 etmo=`expr $etmo + 1`; skip=0;;
/freebsd-src/usr.bin/hexdump/
H A Dhexsyntax.c42 off_t skip; /* bytes to skip */ variable
92 if ((skip = strtoll(optarg, &p, 0)) < 0) in newsyntax()
93 errx(1, "%s: bad skip value", optarg); in newsyntax()
96 skip *= 512; in newsyntax()
99 skip *= 1024; in newsyntax()
102 skip *= 1048576; in newsyntax()
130 " [-s skip] [file ...]", in usage()
132 " [-s skip] [file ...]"); in usage()
/freebsd-src/usr.bin/calendar/tests/
H A Dcalendar.cond41 #ifndef DEF1 // skip = 1
42 #ifndef DEF2 // skip = 2
44 #else // skip = 1 unskip = 0
46 #endif // skip = 0 unskip = 0
47 #else // skip = 0 unskip = 1
49 #endif // skip = 0 unskip = 0

12345678910>>...168