Searched refs:p2c (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | large_vm_fork_separation.c | 26 int p2c[2], c2p[2], rc, status, c, *p; in test() local 45 FAIL_IF(pipe(p2c) == -1 || pipe(c2p) == -1); in test() 49 FAIL_IF(read(p2c[0], &c, 1) != 1); in test() 56 FAIL_IF(read(p2c[0], &c, 1) != 1); in test() 61 FAIL_IF(write(p2c[1], &c, 1) != 1); in test() 74 FAIL_IF(write(p2c[1], &c, 1) != 1); in test()
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 978 pldm_entity p2c = pldm_entity_extract(l2c); in TEST() local 979 EXPECT_EQ(p2c.entity_type, 3u); in TEST() 980 EXPECT_EQ(p2c.entity_instance_num, 1u); in TEST() 981 EXPECT_EQ(p2c.entity_container_id, 1u); in TEST()
|