Searched refs:idB (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_liodn.h | 24 #define SET_SRIO_LIODN_2(port, idA, idB) \ argument 25 { .id = { idA, idB }, .num_ids = 2, .portid = port, \ 66 #define SET_LIODN_BASE_2(idA, idB) \ argument 67 { .id = { idA, idB }, .num_ids = 2 } 84 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument 86 .id = { idA, idB }, .num_ids = 2, \
|
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ |
H A D | ls102xa_stream_id.h | 18 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument 20 .id = { idA, idB }, .num_ids = 2, \
|
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 20 static const TestServerId idB = { variable 204 srcserverB = get_server(srcconnB, &test->srcB, &idB); in test_dbus_vmstate() 217 dstserverB = get_server(dstconnB, &test->dstB, &idB); in test_dbus_vmstate()
|
/openbmc/phosphor-host-ipmid/ |
H A D | selutility.cpp | 402 auto idB = std::stoul(pathB.filename().string()); in readLoggingObjectPaths() local 404 return idA < idB; in readLoggingObjectPaths()
|