Home
last modified time | relevance | path

Searched refs:CHECK_STR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c271 #define CHECK_STR(fn, var, expected) \ in test_hashmap_ptr_iface() macro
282 CHECK_STR("hashmap__update", old_key, "a"); in test_hashmap_ptr_iface()
292 CHECK_STR("hashmap__set", old_key, "b"); in test_hashmap_ptr_iface()
293 CHECK_STR("hashmap__set", old_value, "banana"); in test_hashmap_ptr_iface()
298 CHECK_STR("hashmap__update", old_key, "b"); in test_hashmap_ptr_iface()
308 CHECK_STR("hashmap__delete", old_key, "c"); in test_hashmap_ptr_iface()
309 CHECK_STR("hashmap__delete", old_value, "cherry"); in test_hashmap_ptr_iface()
312 CHECK_STR("hashmap__find", value, "blueberry"); in test_hashmap_ptr_iface()
324 CHECK_STR("entry", key, "a"); in test_hashmap_ptr_iface()
325 CHECK_STR("entry", value, "apple"); in test_hashmap_ptr_iface()
[all …]
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/files/
H A Dmdio-util41 CHECK_STR=$(devmem $MDIO_CTRL_REG)
85 CHECK_STR=$(devmem $MDIO_CTRL_REG)
133 CHECK_STR=$(devmem $MDIO_CTRL_REG)