Searched refs:pad (Results 226 - 250 of 399) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_powerpc.cpp166 uint32_t pad[2]; member in struct:_VMX
H A DRegisterInfos_ppc64le.h316 uint64_t pad[3]; member in struct:_GPR
388 uint32_t pad[2]; member in struct:_VMX
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h69 int pad[4]; member in struct:__sanitizer::__sanitizer_ipc_perm
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h278 unsigned pad:2; member in struct:utf8proc_property_struct
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h124 uint8_t *pad; /* section padding */ member in struct:section
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c944 register u_int pad; local
1073 pad = p->fddipad;
1163 if (caplen > pad)
1164 pkthdr.caplen = caplen - pad;
1167 if (bhp->bh_datalen > pad)
1168 pkthdr.len = bhp->bh_datalen - pad;
1171 datap += pad;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-forces.c922 int pad = 0; local
945 "Invalid padded pathdata TLV type 0x%x len %d missing %d pad bytes\n",
948 pad = aln - EXTRACT_16BITS(&pdtlv->length);
955 if (pad)
956 ND_PRINT((ndo, "%s %s (Length %d DataLen %d pad %d Bytes)\n",
957 ib, ops->s, EXTRACT_16BITS(&pdtlv->length), tll, pad));
966 tll + pad + TLV_HDRL, op_msk,
969 len -= (TLV_HDRL + pad + tll);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1021 uint64_t pad = 0; local
1041 iov[2].iov_base = &pad;
1058 uint64_t pad = 0; local
1080 iov[3].iov_base = &pad;
1098 uint64_t pad = 0; local
1121 iov[3].iov_base = &pad;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dwindint.h314 bfd_byte pad[2]; member in struct:bin_accelerator
748 bfd_byte pad[1]; member in struct:bin_group_icon_item
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c606 int __cvmx_helper_init_interface(int interface, int num_ipd_ports, int has_fcs, enum cvmx_pko_padding pad) argument
616 piface->cvif_padding = pad;
H A Dcvmx-helper-xaui.c332 gmxx_txx_append_cfg.s.pad = 0;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.h581 uint8_t pad[6]; member in struct:_qla_link_event_req
596 uint8_t pad[4]; member in struct:_qla_set_mac_rcv_mode
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_informinfo.c385 /* clear reserved and pad fields in InformInfoRecord */
390 memset(item->resp.inform_rec.pad, 0, sizeof(item->resp.inform_rec.pad));
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.h412 uint64_t pad; member in union:ieee80211req_sta_stats::__anon8161
465 uint64_t pad; member in union:ieee80211req_sta_req::__anon8162
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk102 CFLAGS += -DUSB_PCI_PROBE_LIST="\"combiner\", \"pad\", \"ehci\""
/freebsd-11-stable/stand/ficl/
H A Dloader.c443 ltoa((c).i, pVM->pad, pVM->base);
444 vmTextOut(pVM, pVM->pad, 0);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h794 uint8_t pad[64]; member in union:rsu_softc::__anon5255
800 uint8_t pad[64]; member in union:rsu_softc::__anon5256
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp241 void SHA1::pad() { function in class:SHA1
252 addUncounted(0); // So zero pad the top bits
263 pad();
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c475 rv = crypto_cipher_mechanism(key, rec->type, rec->mode, rec->pad, p);
516 key->doPad = rec->pad;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c658 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) argument
660 if (pad)
/freebsd-11-stable/contrib/ncurses/form/
H A Dform.h85 int pad; /* pad character */ member in struct:fieldnode
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c4007 lang_statement_union_type *pad = NULL;
4010 pad = ((lang_statement_union_type *)
4012 if (pad != NULL
4013 && pad->header.type == lang_padding_statement_enum
4014 && pad->padding_statement.output_section == output_section)
4016 /* Use the existing pad statement. */
4018 else if ((pad = *ptr) != NULL
4019 && pad->header.type == lang_padding_statement_enum
4020 && pad->padding_statement.output_section == output_section)
4022 /* Use the existing pad statemen
4005 lang_statement_union_type *pad = NULL; local
[all...]
/freebsd-11-stable/include/
H A Dresolv.h182 char pad[72 - 4*sizeof (int) - 3*sizeof (void *)]; member in union:__res_state::__anon6533
/freebsd-11-stable/sys/nfs/
H A Dkrpc_subr.c145 u_int16_t pad; member in struct:rdata
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h303 HPT_U16 pad; member in struct:_AtaCommand

Completed in 261 milliseconds

1234567891011>>