Lines Matching full:default
219 // but we may also get the default values. in getHostNetworkData()
222 // if mac address is default mac address then in getHostNetworkData()
230 // should not be default one,don't send blank override. in getHostNetworkData()
359 default: in getAddrStr()
617 // set to default value 0x0. in ipmiGetChassisCap()
1213 // default return the button is enabled (not disabled) in ipmiGetChassisStatus()
1225 // default return the button is enabled (not disabled) in ipmiGetChassisStatus()
1330 default: in restartCauseToIpmiRestartCause()
1443 default: in ipmiChassisControl()
1584 {ipmiDefault, Source::Sources::Default}};
1601 {Source::Sources::Default, ipmiDefault}};
1980 (Source::Sources::Default == bootSource)) in ipmiChassisGetSysBootOptions()
1984 else if (Source::Sources::Default == bootSource) in ipmiChassisGetSysBootOptions()
2162 // the boot mode D-Bus property to default. in ipmiChassisSetSysBootOptions()
2164 // at the default value in ipmiChassisSetSysBootOptions()
2165 if (sourceItr->second != Source::Sources::Default) in ipmiChassisSetSysBootOptions()
2192 // the boot source D-Bus property to default. in ipmiChassisSetSysBootOptions()
2194 // at the default value in ipmiChassisSetSysBootOptions()
2197 rc = setBootSource(ctx, Source::Sources::Default); in ipmiChassisSetSysBootOptions()