/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | codec.c | 41 size_t length, in krb5_decode_EncTicketPart() 52 size_t length, in krb5_encode_EncTicketPart() 63 size_t length, in krb5_decode_EncASRepPart() 74 size_t length, in krb5_encode_EncASRepPart() 85 size_t length, in krb5_decode_EncTGSRepPart() 96 size_t length, in krb5_encode_EncTGSRepPart() 107 size_t length, in krb5_decode_EncAPRepPart() 118 size_t length, in krb5_encode_EncAPRepPart() 129 size_t length, in krb5_decode_Authenticator() 140 size_t length, in krb5_encode_Authenticator() [all …]
|
/freebsd-src/contrib/processor-trace/libipt/src/ |
H A D | pt_ild.c | 275 static int imm_dec(struct pt_ild *ild, uint8_t length) in imm_dec() 367 static int disp_dec(struct pt_ild *ild, uint8_t length) in disp_dec() 393 static int sib_dec(struct pt_ild *ild, uint8_t length) in sib_dec() 410 static int modrm_dec(struct pt_ild *ild, uint8_t length) in modrm_dec() 455 static inline int get_next_as_opcode(struct pt_ild *ild, uint8_t length) in get_next_as_opcode() 468 static int opcode_dec(struct pt_ild *ild, uint8_t length) in opcode_dec() 808 static inline int prefix_decode(struct pt_ild *ild, uint8_t length, uint8_t rex) in prefix_decode() 823 static inline int prefix_next(struct pt_ild *ild, uint8_t length, uint8_t rex) in prefix_next() 828 static int prefix_osz(struct pt_ild *ild, uint8_t length, uint8_t rex) in prefix_osz() 840 static int prefix_asz(struct pt_ild *ild, uint8_t length, uint8_t rex) in prefix_asz() [all …]
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-l2tp.c | 303 if (length < 2) { in l2tp_msgtype_print() argument 268 print_string(netdissect_options * ndo,const u_char * dat,u_int length) print_string() argument 278 print_octets(netdissect_options * ndo,const u_char * dat,u_int length) print_octets() argument 314 l2tp_result_code_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_result_code_print() argument 344 l2tp_proto_ver_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proto_ver_print() argument 355 l2tp_framing_cap_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_framing_cap_print() argument 370 l2tp_bearer_cap_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_bearer_cap_print() argument 385 l2tp_q931_cc_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_q931_cc_print() argument 402 l2tp_bearer_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_bearer_type_print() argument 417 l2tp_framing_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_framing_type_print() argument 438 l2tp_proxy_auth_type_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proxy_auth_type_print() argument 449 l2tp_proxy_auth_id_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_proxy_auth_id_print() argument 459 l2tp_call_errors_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_call_errors_print() argument 514 l2tp_accm_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_accm_print() argument 541 l2tp_ppp_discon_cc_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_ppp_discon_cc_print() argument 568 l2tp_avp_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_avp_print() argument 737 l2tp_print(netdissect_options * ndo,const u_char * dat,u_int length) l2tp_print() argument [all...] |
H A D | print-resp.c | 210 resp_print(netdissect_options * ndo,const u_char * bp,u_int length) resp_print() argument 240 resp_parse(netdissect_options * ndo,const u_char * bp,int length) resp_parse() argument 270 resp_print_simple_string(netdissect_options * ndo,const u_char * bp,int length) resp_print_simple_string() argument 275 resp_print_integer(netdissect_options * ndo,const u_char * bp,int length) resp_print_integer() argument 280 resp_print_error(netdissect_options * ndo,const u_char * bp,int length) resp_print_error() argument 285 resp_print_string_error_integer(netdissect_options * ndo,const u_char * bp,int length) resp_print_string_error_integer() argument 320 resp_print_bulk_string(netdissect_options * ndo,const u_char * bp,int length) resp_print_bulk_string() argument 366 resp_print_bulk_array(netdissect_options * ndo,const u_char * bp,int length) resp_print_bulk_array() argument 405 resp_print_inline(netdissect_options * ndo,const u_char * bp,int length) resp_print_inline() argument [all...] |
H A D | print-ascii.c | 63 ascii_print(netdissect_options * ndo,const u_char * cp,u_int length) ascii_print() argument 106 hex_and_ascii_print_with_offset(netdissect_options * ndo,const char * ident,const u_char * cp,u_int length,u_int oset) hex_and_ascii_print_with_offset() argument 166 hex_and_ascii_print(netdissect_options * ndo,const char * ident,const u_char * cp,u_int length) hex_and_ascii_print() argument 176 hex_print_with_offset(netdissect_options * ndo,const char * ident,const u_char * cp,u_int length,u_int oset) hex_print_with_offset() argument 213 hex_print(netdissect_options * ndo,const char * ident,const u_char * cp,u_int length) hex_print() argument [all...] |
H A D | print-ip.c | 56 ip_printroute(netdissect_options * ndo,const u_char * cp,u_int length) ip_printroute() argument 94 u_int length; ip_finddst() local 169 ip_printts(netdissect_options * ndo,const u_char * cp,u_int length) ip_printts() argument 232 ip_optprint(netdissect_options * ndo,const u_char * cp,u_int length) ip_optprint() argument 321 ip_print(netdissect_options * ndo,const u_char * bp,u_int length) ip_print() argument 519 ipN_print(netdissect_options * ndo,const u_char * bp,u_int length) ipN_print() argument [all...] |
H A D | print-ipx.c | 51 nd_uint16_t length; /* Length, in bytes, including header */ global() member 73 ipx_print(netdissect_options * ndo,const u_char * p,u_int length) ipx_print() argument 114 ipx_decode(netdissect_options * ndo,const struct ipxHdr * ipx,const u_char * datap,u_int length) ipx_decode() argument 154 ipx_sap_print(netdissect_options * ndo,const u_char * ipx,u_int length) ipx_sap_print() argument 228 ipx_rip_print(netdissect_options * ndo,const u_char * ipx,u_int length) ipx_rip_print() argument [all...] |
H A D | print-radius.c | 770 print_attr_string(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code) print_attr_string() argument 839 print_vendor_attr(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_vendor_attr() argument 901 print_attr_num(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code) print_attr_num() argument 1018 print_attr_address(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code) print_attr_address() argument 1054 print_attr_address6(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_address6() argument 1067 print_attr_netmask6(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_netmask6() argument 1100 print_attr_mip6_home_link_prefix(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_mip6_home_link_prefix() argument 1124 print_attr_operator_name(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_operator_name() argument 1148 print_attr_location_information(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_location_information() argument 1197 print_attr_location_data(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_location_data() argument 1229 print_basic_location_policy_rules(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_basic_location_policy_rules() argument 1271 print_attr_time(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code _U_) print_attr_time() argument 1291 print_attr_vector64(netdissect_options * ndo,register const u_char * data,u_int length,u_short attr_code _U_) print_attr_vector64() argument 1328 print_attr_strange(netdissect_options * ndo,const u_char * data,u_int length,u_short attr_code) print_attr_strange() argument 1400 radius_attrs_print(netdissect_options * ndo,const u_char * attr,u_int length) radius_attrs_print() argument 1460 radius_print(netdissect_options * ndo,const u_char * dat,u_int length) radius_print() argument [all...] |
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 28 long length, OSSL_LIB_CTX *libctx, const char *propq) in d2i_PrivateKey_decoder() 79 long length, OSSL_LIB_CTX *libctx, const char *propq) in ossl_d2i_PrivateKey_legacy() 144 long length, OSSL_LIB_CTX *libctx, in d2i_PrivateKey_ex() 157 long length) in d2i_PrivateKey() 164 long length, in d2i_AutoPrivateKey_legacy() 219 long length, OSSL_LIB_CTX *libctx, in d2i_AutoPrivateKey_ex() 232 long length) in d2i_AutoPrivateKey()
|
/freebsd-src/sys/dev/sfxge/common/ |
H A D | ef10_tlv_layout.h | 118 uint32_t length; member 139 uint32_t length; member 155 uint32_t length; member 172 uint32_t length; member 189 uint32_t length; member 208 uint32_t length; member 216 uint32_t length; member 232 uint32_t length; member 240 uint32_t length; member 256 uint32_t length; member [all …]
|
/freebsd-src/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.h | 54 uint32_t length; member 57 #define LPC_SYSRES(type, base, length) \ argument 65 #define SYSRES_IO(base, length) LPC_SYSRES(LPC_SYSRES_IO, base, length) argument 66 #define SYSRES_MEM(base, length) LPC_SYSRES(LPC_SYSRES_MEM, base, length) argument
|
/freebsd-src/crypto/heimdal/lib/asn1/ |
H A D | asn1-common.h | 11 size_t length; member 17 size_t length; member 27 size_t length; member 32 size_t length; member 39 size_t length; member 44 size_t length; member
|
/freebsd-src/sys/libkern/ |
H A D | gsb_crc32.c | 680 uint32_t length, in crc32c_sb8_64_bit() 740 size_t length) in multitable_crc32c() 752 table_crc32c(uint32_t crc32c, const unsigned char *buffer, unsigned int length) in table_crc32c() 787 unsigned int length) in calculate_crc32c() 795 calculate_crc32c(uint32_t crc32c, const unsigned char *buffer, unsigned int length) in calculate_crc32c()
|
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | region.h | 29 unsigned int length; member 34 unsigned int length; member 42 unsigned int length; member 47 unsigned int length; member
|
/freebsd-src/stand/ficl/ |
H A D | fileaccess.c | 34 int length = stackPopINT(pVM->pStack); in ficlFopen() local 116 int length = stackPopINT(pVM->pStack); in ficlDeleteFile() local 128 int length; in ficlRenameFile() local 153 int length = stackPopINT(pVM->pStack); in ficlFileStatus() local 284 int length = stackPopINT(pVM->pStack); in ficlReadFile() local 300 int length = stackPopINT(pVM->pStack); in ficlReadLine() local 341 int length = stackPopINT(pVM->pStack); in ficlWriteFile() local 354 size_t length = (size_t)stackPopINT(pVM->pStack); in ficlWriteLine() local
|
/freebsd-src/sys/dev/e1000/ |
H A D | e1000_manage.c | 46 u8 e1000_calculate_checksum(u8 *buffer, u32 length) in e1000_calculate_checksum() 194 u16 i, length = sizeof(struct e1000_host_mng_command_header); in e1000_mng_write_cmd_header_generic() local 226 u16 length, u16 offset, u8 *sum) in e1000_mng_host_if_write_generic() 298 u16 length) in e1000_mng_write_dhcp_info_generic() 396 s32 e1000_host_interface_command(struct e1000_hw *hw, u8 *buffer, u32 length) in e1000_host_interface_command() 470 s32 e1000_load_firmware(struct e1000_hw *hw, u8 *buffer, u32 length) in e1000_load_firmware()
|
/freebsd-src/contrib/libcbor/src/cbor/ |
H A D | streaming.c | 26 #define CLAIM_BYTES_AND_INVOKE(callback_name, length, source_extra_offset) \ argument 214 uint64_t length = _cbor_load_uint8(source) - 0x40; /* 0x40 offset */ in cbor_stream_decode() local 267 uint64_t length = _cbor_load_uint8(source) - 0x60; /* 0x60 offset */ in cbor_stream_decode() local
|
/freebsd-src/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 68 rdma_reg_msgs(struct rdma_cm_id *id, void *addr, size_t length) in rdma_reg_msgs() 74 rdma_reg_read(struct rdma_cm_id *id, void *addr, size_t length) in rdma_reg_read() 81 rdma_reg_write(struct rdma_cm_id *id, void *addr, size_t length) in rdma_reg_write() 172 size_t length, struct ibv_mr *mr) in rdma_post_recv() 187 size_t length, struct ibv_mr *mr, int flags) in rdma_post_send() 200 size_t length, struct ibv_mr *mr, int flags, in rdma_post_read() 214 size_t length, struct ibv_mr *mr, int flags, in rdma_post_write() 228 size_t length, struct ibv_mr *mr, int flags, in rdma_post_ud_send()
|
/freebsd-src/contrib/wpa/src/eap_common/ |
H A D | eap_tlv_common.h | 44 be16 length; member 49 be16 length; member 56 be16 length; member 63 be16 length; member 71 be16 length; member 82 be16 length; member 91 be16 length; member 98 be16 length; member
|
/freebsd-src/libexec/bootpd/tools/bootptest/ |
H A D | print-bootp.c | 54 bootp_print(struct bootp *bp, int length, u_short sport, u_short dport) in bootp_print() argument 272 rfc1048_print(u_char * bp,int length) rfc1048_print() argument 372 cmu_print(u_char * bp,int length) cmu_print() argument 418 other_print(u_char * bp,int length) other_print() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | WindowsMMap.c | 28 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap() 80 void munmap(void *addr, size_t length) in munmap() 87 int msync(void *addr, size_t length, int flags) in msync() 116 int madvise(void *addr, size_t length, int advice) in madvise()
|
/freebsd-src/tests/sys/file/ |
H A D | fspacectl_test.c | 187 off_t offset, length; in ATF_TC_BODY() local 212 off_t offset, length; in ATF_TC_BODY() local 237 off_t offset, length; in ATF_TC_BODY() local 261 off_t offset, length; in ATF_TC_BODY() local 285 off_t offset, length; in ATF_TC_BODY() local 310 off_t offset, length; in ATF_TC_BODY() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | StreamString.cpp | 26 size_t StreamString::WriteImpl(const void *s, size_t length) { in WriteImpl() 41 const size_t length = m_packet.size(); in GetSizeOfLastLine() local 54 const size_t length = m_packet.size(); in FillLastLineToColumn() local
|
/freebsd-src/contrib/kyua/utils/process/ |
H A D | systembuf_test.cpp | 46 check_data(std::istream& is, std::size_t length) in check_data() 63 write_data(std::ostream& os, std::size_t length) in write_data() 78 test_read(std::size_t length, std::size_t bufsize) in test_read() 95 test_write(std::size_t length, std::size_t bufsize) in test_write()
|
/freebsd-src/crypto/openssl/crypto/camellia/ |
H A D | cmll_cfb.c | 26 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb128_encrypt() 36 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb1_encrypt() 44 size_t length, const CAMELLIA_KEY *key, in Camellia_cfb8_encrypt()
|