Home
last modified time | relevance | path

Searched full:operations (Results 1 – 25 of 1225) sorted by relevance

12345678910>>...49

/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/
H A Dtest_server_power_operations_sub_menu.robot3 Documentation Test OpenBMC GUI "Server power operations" sub-menu of "Operations".
16 ${xpath_server_power_heading} //h1[text()="Server power operations"]
32 Verify Navigation To Server Power Operations Page
33 [Documentation] Verify navigation to server power operations page.
39 Verify Existence Of All Sections In Server Power Operations Page
40 [Documentation] Verify existence of all sections in Server Power Operations page.
44 Wait Until Page Contains Server power operations timeout=5
46 Page Should Contain Operations
78 … Menu ${xpath_operations_menu} ${xpath_server_power_operations_sub_menu} server-power-operations
113 … Menu ${xpath_operations_menu} ${xpath_server_power_operations_sub_menu} server-power-operations
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_manager.hpp15 * @brief Manages the VNC server by executing threaded loops of RFB operations
16 * and video device operations.
38 * @brief Thread function to loop the RFB update operations
44 /* @brief Notifies thread waiters that RFB operations are complete */
46 /* @brief Notifies thread waiters that video operations are complete */
48 /* @brief Blocks until RFB operations complete */
50 /* @brief Blocks until video operations are complete */
58 /* @brief Boolean to indicate that RFB operations are complete */
60 /* @brief Boolean to indicate that video operations are complete */
/openbmc/webui-vue/src/router/
H A Droutes.js6 import FactoryReset from '@/views/Operations/FactoryReset';
7 import Firmware from '@/views/Operations/Firmware';
9 import Kvm from '@/views/Operations/Kvm';
10 import KvmConsole from '@/views/Operations/Kvm/KvmConsole';
22 import RebootBmc from '@/views/Operations/RebootBmc';
24 import KeyClear from '@/views/Operations/KeyClear';
26 import SerialOverLan from '@/views/Operations/SerialOverLan';
27 import SerialOverLanConsole from '@/views/Operations/SerialOverLan/SerialOverLanConsole';
28 import ServerPowerOperations from '@/views/Operations/ServerPowerOperations';
30 import VirtualMedia from '@/views/Operations/VirtualMedia';
[all …]
/openbmc/webui-vue/src/env/router/
H A Dintel.js7 import Firmware from '@/views/Operations/Firmware';
9 import Kvm from '@/views/Operations/Kvm';
10 import KvmConsole from '@/views/Operations/Kvm/KvmConsole';
19 import RebootBmc from '@/views/Operations/RebootBmc';
22 import SerialOverLan from '@/views/Operations/SerialOverLan';
23 import SerialOverLanConsole from '@/views/Operations/SerialOverLan/SerialOverLanConsole';
24 import ServerPowerOperations from '@/views/Operations/ServerPowerOperations';
26 import VirtualMedia from '@/views/Operations/VirtualMedia';
182 path: '/operations/kvm',
190 path: '/operations/firmware',
[all …]
H A Dibm.js7 import FactoryReset from '@/views/Operations/FactoryReset';
8 import Firmware from '@/views/Operations/Firmware';
20 import RebootBmc from '@/views/Operations/RebootBmc';
22 import KeyClear from '@/views/Operations/KeyClear';
24 import SerialOverLan from '@/views/Operations/SerialOverLan';
25 import SerialOverLanConsole from '@/views/Operations/SerialOverLan/SerialOverLanConsole';
26 import ServerPowerOperations from '@/views/Operations/ServerPowerOperations';
187 path: '/operations/firmware',
219 path: '/operations/factory-reset',
227 path: '/operations/key-clear',
[all …]
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigationMixin.js77 id: 'operations',
78 label: i18n.global.t('appNavigation.operations'),
84 route: '/operations/factory-reset',
89 route: '/operations/kvm',
94 route: '/operations/key-clear',
99 route: '/operations/firmware',
104 route: '/operations/reboot-bmc',
109 route: '/operations/serial-over-lan',
113 id: 'server-power-operations',
115 route: '/operations/server-power-operations',
[all …]
/openbmc/qemu/docs/devel/
H A Datomics.rst4 Atomic operations in QEMU
7 CPUs perform independent memory operations effectively in random order.
19 and atomic operations. The semantics of concurrent memory accesses are governed
36 used data structures (e.g. the lock-free singly-linked list operations
39 atomic operations and memory barriers should be limited to inter-thread
64 Most of the operations in the ``qemu/atomic.h`` header ensure *sequential
66 operations of all the processors were executed in some sequential order,
67 and the operations of each individual processor appear in this sequence
71 operations::
91 all of which return the old value of ``*ptr``. These operations are
[all …]
/openbmc/webui-vue/src/env/components/AppNavigation/
H A Dintel.js73 id: 'operations',
74 label: i18n.global.t('appNavigation.operations'),
80 route: '/operations/kvm',
85 route: '/operations/firmware',
90 route: '/operations/reboot-bmc',
95 route: '/operations/serial-over-lan',
99 id: 'server-power-operations',
101 route: '/operations/server-power-operations',
106 route: '/operations/virtual-media',
H A Dibm.js71 id: 'operations',
72 label: i18n.global.t('appNavigation.operations'),
152 route: '/operations/factory-reset',
157 route: '/operations/firmware',
162 route: '/operations/reboot-bmc',
167 route: '/operations/serial-over-lan',
170 id: 'server-power-operations',
172 route: '/operations/server-power-operations',
178 route: '/operations/key-clear',
/openbmc/u-boot/doc/
H A DREADME.fsl_iim25 Fuse operations:
28 Read operations are implemented as read accesses to the shadow registers,
33 Sense operations are implemented as explained in 30.4.5.2.
36 Program operations are implemented as explained in 30.4.5.3. Following
42 Override operations are implemented as write accesses to the shadow
H A DREADME.mxc_ocotp28 Fuse operations:
31 Read operations are implemented as read accesses to the shadow registers,
36 Sense operations are implemented as the direct fusebox read explained by
40 Program operations are implemented as explained by the steps in 46.2.1.3.
45 Override operations are implemented as write accesses to the shadow
/openbmc/webui-vue/src/store/
H A Dindex.js10 import FirmwareStore from './modules/Operations/FirmwareStore';
11 import BootSettingsStore from './modules/Operations/BootSettingsStore';
12 import ControlStore from './modules/Operations/ControlStore';
30 import FactoryResetStore from './modules/Operations/FactoryResetStore';
32 import KeyClearStore from './modules/Operations/KeyClearStore';
35 import VirtualMediaStore from './modules/Operations/VirtualMediaStore';
/openbmc/u-boot/drivers/fpga/
H A Dxilinx.c148 if (!desc->operations || !desc->operations->load) { in xilinx_load()
153 return desc->operations->load(desc, buf, bsize, bstype); in xilinx_load()
165 if (!desc->operations || !desc->operations->loadfs) { in xilinx_loadfs()
170 return desc->operations->loadfs(desc, buf, bsize, fpga_fsinfo); in xilinx_loadfs()
183 if (!desc->operations || !desc->operations->loads) { in xilinx_loads()
188 return desc->operations->loads(desc, buf, bsize, fpga_sec_info); in xilinx_loads()
199 if (!desc->operations || !desc->operations->dump) { in xilinx_dump()
204 return desc->operations->dump(desc, buf, bsize); in xilinx_dump()
276 if (desc->operations && desc->operations->info) in xilinx_info()
277 desc->operations->info(desc); in xilinx_info()
/openbmc/u-boot/drivers/tpm/
H A DKconfig32 The usual tpm operations and the 'tpm' command can be used to talk
41 The usual tpm operations and the 'tpm' command can be used to talk
65 The usual tpm operations and the 'tpm' command can be used to talk
83 The usual tpm operations and the 'tpm' command can be used to talk
92 The usual tpm operations and the 'tpm' command can be used to talk
144 The usual TPM operations and the 'tpm' command can be used to talk
153 The usual TPM operations and the 'tpm' command can be used to talk
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-operations-controller.html2 <div id="power-operations" class="power-operations">
4 <h1>Server power operations</h1>
106 <!-- Power Operations Column -->
107 <div class="large-8 columns operations-wrapper">
108 <h2 class="subhead boot-operations">Operations</h2>
123 There are no power operations to display while power operation is in
124 progress. When complete, any new power operations will be displayed
142 <legend class="boot-operations">Reboot server</legend>
165 <legend class="boot-operations">Shutdown server</legend>
/openbmc/qemu/include/qemu/
H A Dthrottle-options.h39 .help = "limit total I/O operations per second",\
43 .help = "limit read operations per second",\
47 .help = "limit write operations per second",\
63 .help = "I/O operations burst",\
67 .help = "I/O operations read burst",\
71 .help = "I/O operations write burst",\
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss1 // Power Operations SCSS
3 .power-operations {
53 .boot-operations {
74 .operations-wrapper {
129 } //end power-operations
/openbmc/u-boot/include/dm/
H A Dtest.h24 * struct test_ops - Operations supported by the test device
36 /* Operations that our test driver supports */
93 * @flag: Used to track calling of parent operations
94 * @uclass_flag: Used to track calling of parent operations by uclass
175 * dm_check_operations() - Check that we can perform ping operations
177 * This checks that the ping operations work as expected for a device
189 * dm_check_devices() - check the devices respond to operations correctly
/openbmc/u-boot/drivers/power/pmic/
H A DKconfig62 The driver implements read/write operations for use with the FAN53555
70 for PMIC PFUZE100. The driver implements read/write operations.
77 for PMIC MAX77686. The driver implements read/write operations.
84 for PMIC MAX8998. The driver implements read/write operations.
91 for PMIC MC34708. The driver implements read/write operations.
98 for PMIC MAX8997. The driver implements read/write operations.
131 This driver implements register read/write operations.
153 - sandbox PMIC I/O driver - implements dm pmic operations
240 SoCs. This driver implements register read/write operations.
/openbmc/u-boot/drivers/crypto/
H A DKconfig19 Enabling this allows the use of SHA operations in hardware without
32 Enabling this allows the use of SHA operations in hardware without requiring the
42 Enabling this allows the use of ECC/RSA operations in hardware without requiring the
/openbmc/u-boot/include/configs/
H A Dsh7763rdp.h49 /* Timeout for Flash erase operations (in ms) */
51 /* Timeout for Flash write operations (in ms) */
53 /* Timeout for Flash set sector lock bit operations (in ms) */
55 /* Timeout for Flash clear lock bit operations (in ms) */
H A Despt.h49 /* Timeout for Flash erase operations (in ms) */
51 /* Timeout for Flash write operations (in ms) */
53 /* Timeout for Flash set sector lock bit operations (in ms) */
55 /* Timeout for Flash clear lock bit operations (in ms) */
/openbmc/u-boot/include/
H A Dpch.h27 * struct pch_ops - Operations for the Platform Controller Hub
29 * Consider using ioctl() to add rarely used or driver-specific operations.
70 * ioctl() - perform misc read/write operations
74 * operations that pertain only to a few devices in this uclass should
127 * pch_ioctl() - perform misc read/write operations
131 * operations that pertain only to a few devices in this uclass should
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h33 * struct ti_sci_board_ops - Board config operations
61 * struct ti_sci_dev_ops - Device control operations
140 * struct ti_sci_clk_ops - Clock control operations
216 * struct ti_sci_core_ops - SoC Core Operations
226 * struct ti_sci_proc_ops - Processor specific operations.
262 * @board_ops: Miscellaneous operations
263 * @dev_ops: Device specific operations
264 * @clk_ops: Clock specific operations
265 * @core_ops: Core specific operations
266 * @proc_ops: Processor specific operations
[all …]

12345678910>>...49