| /freebsd-12-stable/contrib/llvm-project/lldb/docs/ |
| D | python_api.rst | 5 The long list of "skip" filters out several global functions that are 11 :skip: SBBreakpoint_EventIsBreakpointEvent 12 :skip: SBBreakpoint_GetBreakpointEventTypeFromEvent 13 :skip: SBBreakpoint_GetBreakpointFromEvent 14 :skip: SBBreakpoint_GetBreakpointLocationAtIndexFromEvent 15 :skip: SBBreakpoint_GetNumBreakpointLocationsFromEvent 16 :skip: SBCommandInterpreter_EventIsCommandInterpreterEvent 17 :skip: SBCommandInterpreter_GetArgumentDescriptionAsCString 18 :skip: SBCommandInterpreter_GetArgumentTypeAsCString 19 :skip: SBCommandInterpreter_GetBroadcasterClass [all …]
|
| /freebsd-12-stable/sys/dev/drm/ |
| D | savage_state.c | 285 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_dma_prim() local 325 if (skip != 0) { in savage_dispatch_dma_prim() 326 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 330 unsigned int size = 10 - (skip & 1) - (skip >> 1 & 1) - in savage_dispatch_dma_prim() 331 (skip >> 2 & 1) - (skip >> 3 & 1) - (skip >> 4 & 1) - in savage_dispatch_dma_prim() 332 (skip >> 5 & 1) - (skip >> 6 & 1) - (skip >> 7 & 1); in savage_dispatch_dma_prim() 333 if (skip > SAVAGE_SKIP_ALL_S4 || size != 8) { in savage_dispatch_dma_prim() 334 DRM_ERROR("invalid skip flags 0x%04x for DMA\n", skip); in savage_dispatch_dma_prim() 402 BCI_DRAW_INDICES_S4(count, prim, skip); in savage_dispatch_dma_prim() 426 unsigned int skip = cmd_header->prim.skip; in savage_dispatch_vb_prim() local [all …]
|
| /freebsd-12-stable/lib/libc/db/btree/ |
| D | bt_split.c | 88 u_int16_t skip; in __bt_split() local 99 skip = argskip; in __bt_split() 101 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split() 102 bt_page(t, sp, &l, &r, &skip, ilen); in __bt_split() 110 h->linp[skip] = h->upper -= ilen; in __bt_split() 158 skip = parent->index + 1; in __bt_split() 183 (h->prevpg != P_INVALID || skip > 1)) { in __bt_split() 213 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split() 214 bt_page(t, h, &l, &r, &skip, nbytes); in __bt_split() 219 if (skip < (nxtindex = NEXTINDEX(h))) in __bt_split() [all …]
|
| /freebsd-12-stable/sys/netipsec/ |
| D | xform_ah.c | 285 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) in ah_massage_headers() argument 309 *m0 = m = m_pullup(m, skip); in ah_massage_headers() 330 for (off = sizeof(struct ip); off < skip;) { in ah_massage_headers() 332 off + 1 < skip) in ah_massage_headers() 344 off = skip; /* End the loop. */ in ah_massage_headers() 414 if (off > skip) { in ah_massage_headers() 453 if (skip - sizeof(struct ip6_hdr) > 0) { in ah_massage_headers() 454 if (m->m_len <= skip) { in ah_massage_headers() 456 skip - sizeof(struct ip6_hdr), in ah_massage_headers() 470 skip - sizeof(struct ip6_hdr), ptr); in ah_massage_headers() [all …]
|
| D | xform_ipcomp.c | 192 ipcomp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in ipcomp_input() argument 207 if (m->m_len < skip + hlen && (m = m_pullup(m, skip + hlen)) == NULL) { in ipcomp_input() 213 addr = (caddr_t) mtod(m, struct ip *) + skip; in ipcomp_input() 239 crdc->crd_skip = skip + hlen; in ipcomp_input() 240 crdc->crd_len = m->m_pkthdr.len - (skip + hlen); in ipcomp_input() 241 crdc->crd_inject = skip; in ipcomp_input() 248 crp->crp_ilen = m->m_pkthdr.len - (skip + hlen); in ipcomp_input() 257 xd->skip = skip; in ipcomp_input() 285 int skip, protoff; in ipcomp_input_cb() local 292 skip = xd->skip; in ipcomp_input_cb() [all …]
|
| D | ipsec_mbuf.c | 56 m_makespace(struct mbuf *m0, int skip, int hlen, int *off) in m_makespace() argument 64 for (m = m0; m && skip > m->m_len; m = m->m_next) in m_makespace() 65 skip -= m->m_len; in m_makespace() 76 remain = m->m_len - skip; /* data to move */ in m_makespace() 77 if (remain > skip && in m_makespace() 88 bcopy(mtodo(m, hlen), mtod(m, caddr_t), skip); in m_makespace() 90 *off = skip; in m_makespace() 115 memcpy(n->m_data, mtod(m, char *) + skip + done, len); in m_makespace() 122 m->m_len = skip + hlen; in m_makespace() 123 *off = skip; in m_makespace() [all …]
|
| D | ipsec_input.c | 118 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input() argument 142 if (m->m_pkthdr.len - skip < 2 * sizeof (u_int32_t)) { in ipsec_common_input() 151 m_copydata(m, skip, sizeof(u_int32_t), (caddr_t) &spi); in ipsec_common_input() 153 m_copydata(m, skip + sizeof(u_int32_t), sizeof(u_int32_t), in ipsec_common_input() 157 m_copydata(m, skip + sizeof(u_int16_t), sizeof(u_int16_t), in ipsec_common_input() 225 error = (*sav->tdb_xform->xf_input)(m, sav, skip, protoff); in ipsec_common_input() 277 ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav, int skip, in ipsec4_common_input_cb() argument 298 if (skip != 0) { in ipsec4_common_input_cb() 302 if (m->m_len < skip && (m = m_pullup(m, skip)) == NULL) { in ipsec4_common_input_cb() 326 udp_ipsec_adjust_cksum(m, sav, prot, skip); in ipsec4_common_input_cb() [all …]
|
| D | xform_esp.c | 291 esp_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff) in esp_input() argument 309 if ( (skip&3) || (m->m_pkthdr.len&3) ){ in esp_input() 311 __func__, skip, m->m_pkthdr.len)); in esp_input() 316 if (m->m_len < skip + sizeof(*esp)) { in esp_input() 317 m = m_pullup(m, skip + sizeof(*esp)); in esp_input() 325 esp = (struct newesp *)(mtod(m, caddr_t) + skip); in esp_input() 346 plen = m->m_pkthdr.len - (skip + hlen + alen); in esp_input() 374 ESPSTAT_ADD(esps_ibytes, m->m_pkthdr.len - (skip + hlen + alen)); in esp_input() 402 crda->crd_skip = skip; in esp_input() 406 crda->crd_len = m->m_pkthdr.len - (skip + alen); in esp_input() [all …]
|
| /freebsd-12-stable/crypto/openssl/ |
| D | Configure | 1833 my @skip = (); 1841 if (! @skip || $skip[$#skip] > 0) { 1842 push @skip, !! $1; 1844 push @skip, -1; 1848 => sub { die "ELSIF out of scope" if ! @skip; 1849 die "ELSIF following ELSE" if abs($skip[$#skip]) == 2; 1850 $skip[$#skip] = -1 if $skip[$#skip] != 0; 1851 $skip[$#skip] = !! $1 1852 if $skip[$#skip] == 0; }, 1854 => sub { die "ELSE out of scope" if ! @skip; [all …]
|
| /freebsd-12-stable/usr.bin/ctags/ |
| D | C.c | 350 goto skip; in hash_entry() 377 skip: if (c == '\n') { /* get rid of rest of define */ in hash_entry() 473 skip; in skip_string() local 475 for (skip = NO; GETC(!=, EOF); ) in skip_string() 478 skip = !skip; /* we toggle in case it's "\\" */ in skip_string() 484 if (c == key && !skip) in skip_string() 486 skip = NO; in skip_string() 498 skip, in skip_key() local 501 for (skip = retval = NO; GETC(!=, EOF);) in skip_key() 504 skip = !skip; /* we toggle in case it's "\\" */ in skip_key() [all …]
|
| /freebsd-12-stable/sys/opencrypto/ |
| D | criov.c | 246 m_contiguous_subsegment(struct mbuf *m, size_t skip, size_t len) in m_contiguous_subsegment() argument 250 MPASS(skip <= INT_MAX); in m_contiguous_subsegment() 252 m = m_getptr(m, (int)skip, &rel_off); in m_contiguous_subsegment() 257 skip = rel_off; in m_contiguous_subsegment() 258 if (skip + len > m->m_len) in m_contiguous_subsegment() 261 return (mtod(m, char*) + skip); in m_contiguous_subsegment() 265 cuio_contiguous_segment(struct uio *uio, size_t skip, size_t len) in cuio_contiguous_segment() argument 269 MPASS(skip <= INT_MAX); in cuio_contiguous_segment() 270 idx = cuio_getptr(uio, (int)skip, &rel_off); in cuio_contiguous_segment() 275 skip = rel_off; in cuio_contiguous_segment() [all …]
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_open_file.c | 127 off_t skip = (off_t)request; in file_skip() local 129 int64_t skip = request; in file_skip() local 131 long skip = (long)request; in file_skip() local 133 int skip_bits = sizeof(skip) * 8 - 1; in file_skip() 147 if (sizeof(request) > sizeof(skip)) { in file_skip() 151 skip = max_skip; in file_skip() 156 if (lseek(fileno(mine->f), skip, SEEK_CUR) < 0) in file_skip() 158 if (fseeko(mine->f, skip, SEEK_CUR) != 0) in file_skip() 160 if (_fseeki64(mine->f, skip, SEEK_CUR) != 0) in file_skip() 162 if (fseek(mine->f, skip, SEEK_CUR) != 0) in file_skip()
|
| /freebsd-12-stable/sys/kgssapi/krb5/ |
| D | kcrypto_aes.c | 141 size_t skip, size_t len, void *ivec, int encdec) in aes_encrypt_1() argument 151 crd->crd_skip = skip; in aes_encrypt_1() 182 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_encrypt() argument 207 aes_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len, ivec, in aes_encrypt() 215 aes_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len, ivec, in aes_encrypt() 217 off = skip + len - 2 * blocklen; in aes_encrypt() 230 aes_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len - plen, in aes_encrypt() 240 off = skip + len - blocklen - plen; in aes_encrypt() 253 size_t skip, size_t len, void *ivec, size_t ivlen) in aes_decrypt() argument 277 aes_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len, ivec, 0); in aes_decrypt() [all …]
|
| D | kcrypto.h | 68 struct mbuf *inout, size_t skip, size_t len, void *ivec, size_t ivlen); 70 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen); 122 size_t skip, size_t len, void *ivec, size_t ivlen) in krb5_encrypt() argument 125 ks->ks_class->ec_encrypt(ks, inout, skip, len, ivec, ivlen); in krb5_encrypt() 130 size_t skip, size_t len, void *ivec, size_t ivlen) in krb5_decrypt() argument 133 ks->ks_class->ec_decrypt(ks, inout, skip, len, ivec, ivlen); in krb5_decrypt() 138 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) in krb5_checksum() argument 141 ks->ks_class->ec_checksum(ks, usage, inout, skip, inlen, outlen); in krb5_checksum()
|
| D | kcrypto_des.c | 167 size_t skip, size_t len, void *ivec, int encdec) in des1_encrypt_1() argument 177 crd->crd_skip = skip; in des1_encrypt_1() 208 size_t skip, size_t len, void *ivec, size_t ivlen) in des1_encrypt() argument 211 des1_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len, ivec, in des1_encrypt() 217 size_t skip, size_t len, void *ivec, size_t ivlen) in des1_decrypt() argument 220 des1_encrypt_1(ks, CRYPTO_F_IMBUF, inout, skip, len, ivec, 0); in des1_decrypt() 233 struct mbuf *inout, size_t skip, size_t inlen, size_t outlen) in des1_checksum() argument 244 m_apply(inout, skip, inlen, MD5Update_int, &md5); in des1_checksum() 248 m_copyback(inout, skip + inlen, outlen, hash + 8); in des1_checksum()
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | in_cksum.c | 201 in_cksum_skip(struct mbuf *m, int len, int skip) in in_cksum_skip() argument 210 len -= skip; in in_cksum_skip() 211 for (; skip && m; m = m->m_next) { in in_cksum_skip() 212 if (m->m_len > skip) { in in_cksum_skip() 213 mlen = m->m_len - skip; in in_cksum_skip() 214 addr = mtod(m, caddr_t) + skip; in in_cksum_skip() 217 skip -= m->m_len; in in_cksum_skip() 263 in_cksum_skip(m, len, skip) in in_cksum_skip() argument 266 int skip; 274 len -= skip; [all …]
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | integrity.sh | 30 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-12-stable/crypto/openssl/crypto/ec/ |
| D | ec2_oct.c | 121 size_t field_len, i, skip; in ec_GF2m_simple_point2oct() local 182 skip = field_len - BN_num_bytes(x); in ec_GF2m_simple_point2oct() 183 if (skip > field_len) { in ec_GF2m_simple_point2oct() 187 while (skip > 0) { in ec_GF2m_simple_point2oct() 189 skip--; in ec_GF2m_simple_point2oct() 191 skip = BN_bn2bin(x, buf + i); in ec_GF2m_simple_point2oct() 192 i += skip; in ec_GF2m_simple_point2oct() 200 skip = field_len - BN_num_bytes(y); in ec_GF2m_simple_point2oct() 201 if (skip > field_len) { in ec_GF2m_simple_point2oct() 205 while (skip > 0) { in ec_GF2m_simple_point2oct() [all …]
|
| D | ecp_oct.c | 162 size_t field_len, i, skip; in ec_GFp_simple_point2oct() local 220 skip = field_len - BN_num_bytes(x); in ec_GFp_simple_point2oct() 221 if (skip > field_len) { in ec_GFp_simple_point2oct() 225 while (skip > 0) { in ec_GFp_simple_point2oct() 227 skip--; in ec_GFp_simple_point2oct() 229 skip = BN_bn2bin(x, buf + i); in ec_GFp_simple_point2oct() 230 i += skip; in ec_GFp_simple_point2oct() 238 skip = field_len - BN_num_bytes(y); in ec_GFp_simple_point2oct() 239 if (skip > field_len) { in ec_GFp_simple_point2oct() 243 while (skip > 0) { in ec_GFp_simple_point2oct() [all …]
|
| /freebsd-12-stable/usr.sbin/service/ |
| D | service.sh | 83 skip="-s nostart" 85 skip="$skip -s nojail" 88 files=`rcorder ${skip} ${local_rc} 2>/dev/null` 113 skip="-s nostart" 115 skip="$skip -s nojail" 118 files=`rcorder ${skip} /etc/rc.d/* ${local_rc} 2>/dev/null`
|
| /freebsd-12-stable/libexec/rc/ |
| D | rc | 79 skip="-s nostart" 81 skip="$skip -s nojail" 83 skip="$skip -s nojailvnet" 95 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* 2>/dev/null` 123 files=`rcorder ${skip} ${skip_firstboot} /etc/rc.d/* ${local_rc} 2>/dev/null`
|
| /freebsd-12-stable/sys/contrib/ck/include/ |
| D | ck_elide.h | 70 unsigned short skip; member 104 if (st->skip != 0) in _ck_elide_fallback() 109 st->skip = c->skip_busy; in _ck_elide_fallback() 114 st->skip = c->skip_other; in _ck_elide_fallback() 120 st->skip = c->skip_conflict; in _ck_elide_fallback() 130 st->skip = USHRT_MAX; in _ck_elide_fallback() 152 if (CK_CC_UNLIKELY(st->skip != 0)) { \ 153 st->skip--; \ 196 st->skip = 0; \
|
| /freebsd-12-stable/usr.bin/hexdump/ |
| D | odsyntax.c | 139 skip = strtoll(optarg, &end, 0); in oldsyntax() 141 skip *= 512; in oldsyntax() 143 skip *= 1024; in oldsyntax() 145 skip *= 1048576L; in oldsyntax() 146 if (errno != 0 || skip < 0 || strlen(end) > 1) in oldsyntax() 247 skip = strtoll(num, &end, base ? base : 8); in odoffset() 251 skip = 0; in odoffset() 257 skip *= 1024; in odoffset() 260 skip *= 512; in odoffset() 266 skip = 0; in odoffset()
|
| /freebsd-12-stable/lib/libc/net/ |
| D | hesiod.c | 375 int ancount, qdcount, i, j, n, skip, type, class, len; local 405 skip = dn_skipname(p, eom); 406 if (skip < 0 || p + skip + QFIXEDSZ > eom) { 410 p += skip + QFIXEDSZ; 423 skip = dn_skipname(p, eom); 424 if (skip < 0 || p + skip + 10 > eom) 426 type = p[skip + 0] << 8 | p[skip + 1]; 427 class = p[skip + 2] << 8 | p[skip + 3]; 428 len = p[skip + 8] << 8 | p[skip + 9]; 429 p += skip + 10;
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | in_cksum.c | 106 in_cksum_skip(struct mbuf *m, int len, int skip) in in_cksum_skip() argument 115 len -= skip; in in_cksum_skip() 116 for (; skip && m; m = m->m_next) { in in_cksum_skip() 117 if (m->m_len > skip) { in in_cksum_skip() 118 mlen = m->m_len - skip; in in_cksum_skip() 119 addr = mtod(m, caddr_t) + skip; in in_cksum_skip() 122 skip -= m->m_len; in in_cksum_skip()
|