Searched refs:expected_length (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_among.c | 208 unsigned int expected_length = sizeof(struct ebt_among_info); in ebt_among_mt_check() local 212 if (expected_length > em->match_size) in ebt_among_mt_check() 223 expected_length += ebt_mac_wormhash_size(wh_dst); in ebt_among_mt_check() 224 if (expected_length > em->match_size) in ebt_among_mt_check() 239 expected_length += ebt_mac_wormhash_size(wh_src); in ebt_among_mt_check() 241 if (em->match_size != EBT_ALIGN(expected_length)) { in ebt_among_mt_check() 243 em->match_size, expected_length, in ebt_among_mt_check() 244 EBT_ALIGN(expected_length)); in ebt_among_mt_check()
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | insn-x86.c | 14 int expected_length; member 109 if (insn.length != dat->expected_length) { in test_data_item() 111 insn.length, dat->expected_length, dat->asm_rep); in test_data_item() 151 for (dat = dat_set; dat->expected_length; dat++) { in test_data_set()
|
| /OK3568_Linux_fs/kernel/drivers/iio/chemical/ |
| H A D | pms7003.c | 67 u16 expected_length; member 222 if (!frame->expected_length) { in pms7003_receive_buf() 235 frame->expected_length = num; in pms7003_receive_buf() 242 num = min(size, (size_t)(frame->expected_length - frame->length)); in pms7003_receive_buf() 246 if (frame->length == frame->expected_length) { in pms7003_receive_buf() 250 frame->expected_length = 0; in pms7003_receive_buf()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/pmtools/pmtools/ |
| H A D | pmtools-switch-to-dynamic-buffer-for-huge-ACPI-table.patch | 41 + if(expected_length > sizeof(buf)) { 42 + buffer = malloc(expected_length); 47 + memset(buffer, 0, expected_length);
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_rsa.c | 50 size_t expected_length; in iavb_parse_key_data() local 67 expected_length = sizeof(AvbRSAPublicKeyHeader) + 2 * h.key_num_bits / 8; in iavb_parse_key_data() 68 if (length != expected_length) { in iavb_parse_key_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_drv.c | 133 static const unsigned int expected_length[6] = { in mgag200_g200_interpret_bios() local 170 if (pins_len != expected_length[version]) { in mgag200_g200_interpret_bios() 172 pins_len, expected_length[version]); in mgag200_g200_interpret_bios()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | sierra_net.c | 360 u32 expected_length; in sierra_net_parse_lsi() local 386 expected_length = SIERRA_NET_LSI_UMTS_STATUS_LEN; in sierra_net_parse_lsi() 388 expected_length = SIERRA_NET_LSI_UMTS_DS_STATUS_LEN; in sierra_net_parse_lsi() 395 if (be16_to_cpu(lsi->length) != expected_length) { in sierra_net_parse_lsi() 397 __func__, be16_to_cpu(lsi->length), expected_length); in sierra_net_parse_lsi()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-acpi.c | 590 u32 desc_count, expected_length, revision; in program_type3_hpx_record() local 599 expected_length = 3 + desc_count * 14; in program_type3_hpx_record() 601 if (record->package.count != expected_length) in program_type3_hpx_record() 604 for (i = 2; i < expected_length; i++) in program_type3_hpx_record()
|