Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_netlink_main.cpp40 int operationInt{DEFAULT_VALUE}; in main()
67 packageInt = DEFAULT_VALUE; in main()
72 packageInt = DEFAULT_VALUE; in main()
83 channelInt = DEFAULT_VALUE; in main()
88 channelInt = DEFAULT_VALUE; in main()
129 if (operationInt == DEFAULT_VALUE) in main()
134 if (packageInt == DEFAULT_VALUE) in main()
146 if (packageInt == DEFAULT_VALUE) in main()
H A Dncsi_util.cpp70 int ncsiCmd, int operation = DEFAULT_VALUE, in Command()
271 int applyCmd(int ifindex, const Command& cmd, int package = DEFAULT_VALUE, in applyCmd()
272 int channel = DEFAULT_VALUE, int flags = NONE, in applyCmd()
313 if (package != DEFAULT_VALUE) in applyCmd()
326 if (channel != DEFAULT_VALUE) in applyCmd()
348 if (cmd.operation != DEFAULT_VALUE) in applyCmd()
447 if (package == DEFAULT_VALUE) in getInfo()
451 package, DEFAULT_VALUE, NLM_F_DUMP, internal::infoCallBack); in getInfo()
456 package, DEFAULT_VALUE, NONE, in getInfo()
H A Dncsi_util.hpp12 constexpr auto DEFAULT_VALUE = -1; variable
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1935 new_val = DEFAULT_VALUE[self.type]
3530 DEFAULT_VALUE = {BOOL: "n", TRISTATE: "n", STRING: "", INT: "", HEX: ""} variable