Home
last modified time | relevance | path

Searched refs:lookup_value (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c479 memcpy(&lookup_value, &value, sizeof(value)); in test_sk_storage_map_basic()
486 CHECK(err || lookup_value.lock || lookup_value.cnt != value.cnt, in test_sk_storage_map_basic()
489 err, errno, lookup_value.lock, lookup_value.cnt, value.cnt); in test_sk_storage_map_basic()
500 CHECK(err || lookup_value.lock || lookup_value.cnt != value.cnt, in test_sk_storage_map_basic()
503 err, errno, lookup_value.lock, lookup_value.cnt, value.cnt); in test_sk_storage_map_basic()
513 CHECK(err || lookup_value.lock || lookup_value.cnt != value.cnt, in test_sk_storage_map_basic()
516 err, errno, lookup_value.lock, lookup_value.cnt, value.cnt); in test_sk_storage_map_basic()
532 CHECK(err || lookup_value.lock || lookup_value.cnt != value.cnt, in test_sk_storage_map_basic()
535 err, errno, lookup_value.lock, lookup_value.cnt, value.cnt); in test_sk_storage_map_basic()
545 CHECK(err || lookup_value.lock || lookup_value.cnt != value.cnt, in test_sk_storage_map_basic()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dhwtstamp_config.c22 lookup_value(const char **names, int size, const char *name) in lookup_value() function
102 config.tx_type = lookup_value(tx_types, N_TX_TYPES, argv[2]); in main()
103 config.rx_filter = lookup_value(rx_filters, N_RX_FILTERS, argv[3]); in main()
/openbmc/qemu/disas/
H A Dsparc.c2022 lookup_value (const arg *table, int value) in lookup_value() function
2150 return lookup_value (asi_table_v9, value); in sparc_decode_asi_v9()
2156 return lookup_value (asi_table_v8, value); in sparc_decode_asi_v8()
2178 return lookup_value (membar_table, value); in sparc_decode_membar()
2199 return lookup_value (prefetch_table, value); in sparc_decode_prefetch()
2221 return lookup_value (sparclet_cpreg_table, value); in sparc_decode_sparclet_cpreg()