Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DPoliciesStore.js32 async getNetworkProtocolStatus({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510101
43 async getBiosStatus({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510201
52 async getSessionTimeout({ commit }) { field in PoliciesStore.actions.AnonymousClass7ccaa9510301
61 async saveIpmiProtocolState({ commit }, protocolEnabled) { field in PoliciesStore.actions.AnonymousClass7ccaa9510401
94 async saveSshProtocolState({ commit }, protocolEnabled) { field in PoliciesStore.actions.AnonymousClass7ccaa9510501
127 async saveRtadState({ commit }, updatedRtad) { field in PoliciesStore.actions.AnonymousClass7ccaa9510601
155 async saveVtpmState({ commit }, updatedVtpm) { field in PoliciesStore.actions.AnonymousClass7ccaa9510801
H A DUserManagementStore.js68 async getUsers({ commit }) { field in UserManagementStore.actions.AnonymousClassf362ce950101
87 getAccountSettings({ commit }) { field in UserManagementStore.actions.AnonymousClassf362ce950201
104 getAccountRoles({ commit }) { field in UserManagementStore.actions.AnonymousClassf362ce950401
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp47 void LogToJournal::commit(const std::string& triggerId, in commit() function in action::numeric::LogToJournal
104 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit() function in action::numeric::LogToRedfishEventLog
171 void LogToJournal::commit(const std::string& triggerId, in commit() function in action::discrete::LogToJournal
189 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit() function in action::discrete::LogToRedfishEventLog
242 void LogToJournal::commit(const std::string& triggerId, in commit() function in action::discrete::onChange::LogToJournal
257 void LogToRedfishEventLog::commit(const std::string& triggerId, in commit() function in action::discrete::onChange::LogToRedfishEventLog
308 void UpdateReport::commit(const std::string& triggerId, in commit() function in action::UpdateReport
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py24 def __init__(self, patch, repodir, commit=None, branch=None): argument
89 def commit(self): member in PatchTestRepo
127 def _get_current_branch(self, commit='HEAD'): argument
135 def _get_commitid(self, commit): argument
/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js33 async getBootSettings({ commit }) { field in BootSettingsStore.actions.AnonymousClassc677f5850101
47 { commit, dispatch }, field in BootSettingsStore.actions.AnonymousClassc677f5850301
76 async getTpmPolicy({ commit }) { field in BootSettingsStore.actions.AnonymousClassc677f5850501
89 saveTpmPolicy({ commit, dispatch }, tpmEnabled) { field in BootSettingsStore.actions.AnonymousClassc677f5850701
H A DFirmwareStore.js54 async getActiveBmcFirmware({ commit }) { field in FirmwareStore.actions.AnonymousClass75824bbd0201
63 async getActiveHostFirmware({ commit }) { field in FirmwareStore.actions.AnonymousClass75824bbd0401
72 async getFirmwareInventory({ commit }) { field in FirmwareStore.actions.AnonymousClass75824bbd0601
107 getUpdateServiceSettings({ commit }) { field in FirmwareStore.actions.AnonymousClass75824bbd0901
H A DControlStore.js52 async getLastPowerOperationTime({ commit }) { field in ControlStore.actions.AnonymousClass03369a010101
64 async getLastBmcRebootTime({ commit }) { field in ControlStore.actions.AnonymousClass03369a010201
124 async serverPowerChange({ commit }, data) { field in ControlStore.actions.AnonymousClass03369a010801
/openbmc/u-boot/tools/patman/
H A Dseries.py53 def AddTag(self, commit, line, name, value): argument
83 def AddCommit(self, commit): argument
139 def MakeChangeLog(self, commit): argument
259 def AddChange(self, version, commit, info): argument
/openbmc/phosphor-logging/lib/
H A Delog.cpp31 uint32_t commit(const char* name) in commit() function
43 uint32_t commit(const char* name, Entry::Level level) in commit() function
56 uint32_t commit(std::string&& name) in commit() function
/openbmc/openbmc/poky/meta/lib/oeqa/files/testresults/
H A Dtestresults.json11 "commit": "801745d918e83f976c706f29669779f5b292ade3", string
16 "commit": "801745d918e83f976c706f29669779f5b292ade3", string
21 "commit": "801745d918e83f976c706f29669779f5b292ade3", string
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSensorsStore.js41 async resetSensors({ commit }) { field in SensorsStore.actions.AnonymousClass41fa655b0301
44 async getSensors({ commit }, id) { field in SensorsStore.actions.AnonymousClass41fa655b0401
75 async getThermalSensors({ commit }, id) { field in SensorsStore.actions.AnonymousClass41fa655b0601
108 async getPowerSensors({ commit }, id) { field in SensorsStore.actions.AnonymousClass41fa655b0a01
H A DServerLedStore.js18 async getIndicatorLedActiveState({ commit }) { field in ServerLedStore.actions.AnonymousClass5e08287a0101
29 async saveIndicatorLedActiveState({ commit }, payload) { field in ServerLedStore.actions.AnonymousClass5e08287a0201
H A DSystemStore.js38 async getSystem({ commit }) { field in SystemStore.actions.AnonymousClasscf8b81d30101
44 async changeIdentifyLedState({ commit }, ledState) { field in SystemStore.actions.AnonymousClasscf8b81d30301
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp59 void commit() in commit() function in action::numeric::TestActionNumeric
153 void commit() in commit() function in action::discrete::TestLogToJournalDiscrete
191 void commit(TriggerValue value) in commit() function in action::discrete::TestLogToRedfishEventLogDiscrete
223 void commit(TriggerValue value) in commit() function in action::discrete::onChange::TestActionOnChange
279 void commit(TriggerValue value) in commit() function in action::TestUpdateReport
/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js64 login({ commit }, { username, password }) { field in AuthenticationStore.actions.AnonymousClassdd0a6d100201
83 logout({ commit, state }) { field in AuthenticationStore.actions.AnonymousClassdd0a6d100601
90 getUserInfo({ commit }, username) { field in AuthenticationStore.actions.AnonymousClassdd0a6d100701
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js79 async getEthernetData({ commit }) { field in NetworkStore.actions.AnonymousClass181065170201
161 async saveDomainNameState({ commit, state }, { domainState, ipVersion }) { field in NetworkStore.actions.AnonymousClass181065170901
202 async saveDnsState({ commit, state }, { dnsState, ipVersion }) { field in NetworkStore.actions.AnonymousClass181065170d01
242 async saveNtpState({ commit, state }, { ntpState, ipVersion }) { field in NetworkStore.actions.AnonymousClass181065171101
282 async setSelectedTabIndex({ commit }, tabIndex) { field in NetworkStore.actions.AnonymousClass181065171501
285 async setSelectedTabId({ commit }, tabId) { field in NetworkStore.actions.AnonymousClass181065171601
H A DPowerPolicyStore.js21 async getPowerRestorePolicies({ commit }) { field in PowerPolicyStore.actions.AnonymousClass20d5284a0101
54 async getPowerRestoreCurrentPolicy({ commit }) { field in PowerPolicyStore.actions.AnonymousClass20d5284a0301
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h260 struct commit { struct
261 tid_t tid; /* tid = index of tblock */
262 int flag; /* flags */
263 struct jfs_log *log; /* log */
264 struct super_block *sb; /* superblock */
266 int nip; /* number of entries in iplist */
267 struct inode **iplist; /* list of pointers to inodes */
270 struct lrd lrd; /* : log record descriptor */
/openbmc/webui-vue/src/store/modules/
H A DGlobalStore.js100 async getBmcTime({ commit }) { field in GlobalStore.actions.AnonymousClass9e9e035e0101
110 async getSystemInfo({ commit }) { field in GlobalStore.actions.AnonymousClass9e9e035e0201
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Delog.hpp129 uint32_t commit() in commit() function
149 uint32_t commit(Entry::Level level) in commit() function
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js41 async getAllDumps({ commit, dispatch }) { field in DumpsStore.actions.AnonymousClassa525301a0201
120 async deleteAllDumps({ commit, state }) { field in DumpsStore.actions.AnonymousClassa525301a0901
/openbmc/openbmc-build-scripts/config/gitlint/
H A Dblock_comment.py22 def validate(self, commit): argument
/openbmc/phosphor-ipmi-flash/cleanup/
H A Dcleanup.cpp47 bool FileCleanupHandler::commit(uint16_t, const std::vector<uint8_t>&) in commit() function in ipmi_flash::FileCleanupHandler
/openbmc/u-boot/scripts/
H A Dfill_scrapyard.py72 def get_committer_date(commit): argument
/openbmc/qemu/include/qemu/
H A Dtransactions.h46 void (*commit)(void *opaque); member

123456