Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dusercommands.cpp34 static constexpr uint8_t disableOperation = 0x01; variable
510 if ((operation != enableOperation && operation != disableOperation)) in ipmiSetUserPayloadAccess()