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.cpp66 packageInt = DEFAULT_VALUE; in main()
71 packageInt = DEFAULT_VALUE; in main()
82 channelInt = DEFAULT_VALUE; in main()
87 channelInt = DEFAULT_VALUE; in main()
121 if (packageInt == DEFAULT_VALUE) in main()
133 if (packageInt == DEFAULT_VALUE) in main()
H A Dncsi_util.cpp69 int c, int nc = DEFAULT_VALUE, in Command()
270 int applyCmd(int ifindex, const Command& cmd, int package = DEFAULT_VALUE, in applyCmd()
271 int channel = DEFAULT_VALUE, int flags = NONE, in applyCmd()
311 if (package != DEFAULT_VALUE) in applyCmd()
324 if (channel != DEFAULT_VALUE) in applyCmd()
346 if (cmd.ncsi_cmd != DEFAULT_VALUE) in applyCmd()
446 if (package == DEFAULT_VALUE) in getInfo()
450 package, DEFAULT_VALUE, NLM_F_DUMP, internal::infoCallBack); in getInfo()
455 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