Searched refs:buff_len (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/libecc/include/libecc/ecdh/ |
H A D | ecccdh.h | 51 …WARN_UNUSED_RET int ecccdh_serialize_pub_key(const ec_pub_key *our_pub_key, u8 *buff, u8 buff_len);
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_common.c | 5706 u16 buff_len; in i40e_aq_add_cloud_filters() local 5711 buff_len = filter_count * sizeof(*filters); in i40e_aq_add_cloud_filters() 5712 desc.datalen = CPU_TO_LE16(buff_len); in i40e_aq_add_cloud_filters() 5719 status = i40e_asq_send_command(hw, &desc, filters, buff_len, NULL); in i40e_aq_add_cloud_filters() 5745 u16 buff_len; in i40e_aq_add_cloud_filters_bb() local 5751 buff_len = filter_count * sizeof(*filters); in i40e_aq_add_cloud_filters_bb() 5752 desc.datalen = CPU_TO_LE16(buff_len); in i40e_aq_add_cloud_filters_bb() 5776 status = i40e_asq_send_command(hw, &desc, filters, buff_len, NULL); in i40e_aq_add_cloud_filters_bb() 5802 u16 buff_len; in i40e_aq_rem_cloud_filters() local 5807 buff_len = filter_count * sizeof(*filters); in i40e_aq_rem_cloud_filters() [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr.c | 3109 uint32_t num_entries, buff_len = 0, sges_in_segment; in mpr_check_pcie_native_sgl() local 3130 buff_len += htole32(segs[i].ds_len); in mpr_check_pcie_native_sgl() 3131 if ((cm->cm_targ->MDTS > 0) && (buff_len > cm->cm_targ->MDTS)) in mpr_check_pcie_native_sgl() 3158 if (buff_len > (PAGE_SIZE * 5)) in mpr_check_pcie_native_sgl() 3160 else if ((buff_len > (PAGE_SIZE * 4)) && in mpr_check_pcie_native_sgl() 3161 (buff_len <= (PAGE_SIZE * 5)) ) in mpr_check_pcie_native_sgl() 3168 end_residual = buff_len % PAGE_SIZE; in mpr_check_pcie_native_sgl() 3183 (buff_len - (PAGE_SIZE * 4))) in mpr_check_pcie_native_sgl()
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_write.c | 414 cd9660_write_buffered(FILE *fd, off_t offset, int buff_len,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 706 uptr buff_len; in ReadNullSepFileToArray() local 708 if (!ReadFileToBuffer(path, &buff, &buff_size, &buff_len, 1024 * 1024)) { in ReadNullSepFileToArray()
|