Home
last modified time | relevance | path

Searched full:opened (Results 1 – 25 of 236) sorted by relevance

12345678910

/openbmc/qemu/backends/
H A Drng.c45 return s->opened; in rng_backend_prop_get_opened()
54 if (k->opened) { in rng_backend_complete()
55 k->opened(s, &local_err); in rng_backend_complete()
62 s->opened = true; in rng_backend_complete()
108 object_class_property_add_bool(oc, "opened", in rng_backend_class_init()
H A Drng-random.c95 if (b->opened) { in rng_random_set_filename()
129 rbc->opened = rng_random_opened; in rng_random_class_init()
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-navigation.html9 <li ng-class="{opened: showHealthMenu}">
14 …<ul class="nav__second-level btn-health" ng-style="navStyle" ng-class="{opened: (showHealthMenu)}">
32 <li ng-class="{opened: showControlMenu}">
37 <ul class="nav__second-level btn-control" ng-class="{opened: (showControlMenu)}">
75 <li ng-class="{opened: showConfigMenu}">
80 <ul class="nav__second-level btn-firmware" ng-class="{opened: (showConfigMenu)}">
99 <li ng-class="{opened: showAccessMenu}">
104 … <ul class="nav__second-level btn-users" ng-style="navStyle" ng-class="{opened: (showAccessMenu)}">
/openbmc/qemu/tests/qemu-iotests/
H A D249.out8 === Send a write command to a drive opened in read-only mode (1)
23 === Send a write command to a drive opened in read-only mode (2)
42 === Send a write command to a drive opened in read-only mode (3)
H A D28781 echo "Error: The image opened successfully. The image must not be opened."
93 echo "Error: The image opened successfully. The image must not be opened."
H A D070.out4 …ylog-10G-4M.vhdx: VHDX image file 'TEST_DIR/iotest-dirtylog-10G-4M.vhdx' opened read-only, but con…
22 === Verify image created by Disk2VHD can be opened ===
H A D24967 echo '=== Send a write command to a drive opened in read-only mode (1)'
84 echo '=== Send a write command to a drive opened in read-only mode (2)'
104 echo '=== Send a write command to a drive opened in read-only mode (3)'
H A D195.out6 Change backing file of mid (opened read-only)
43 Change backing file of top (opened writable)
H A D19564 echo "Change backing file of mid (opened read-only)"
76 echo "Change backing file of top (opened writable)"
/openbmc/u-boot/test/py/
H A Du_boot_utils.py94 particular, a device node) exists and can be successfully opened, in order
102 opened.
111 """Poll until a file can be opened, or a timeout occurs.
128 raise Exception('File could not be opened')
131 """Poll until a file cannot be opened, or a timeout occurs.
154 raise Exception('File can still be opened')
/openbmc/phosphor-webui/app/common/styles/directives/
H A Dapp-navigation.scss31 &.opened{
46 &.opened{
138 &.opened {
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpython-development-shell.rst12 specified target. Then a new terminal is opened. Additionally, key
46 controls what type of shell is opened.
H A Ddevelopment-shell.rst10 specified target. Then, a new terminal is opened and you are placed in
27 controls what type of shell is opened.
/openbmc/qemu/include/system/
H A Drng.h47 void (*opened)(RngBackend *s, Error **errp); member
55 bool opened; member
/openbmc/ipmitool/src/plugins/lipmi/
H A Dlipmi.c59 intf->opened = 1; in ipmi_lipmi_open()
69 intf->opened = 0; in ipmi_lipmi_close()
83 if (!intf->opened && intf->open && intf->open(intf) < 0) in ipmi_lipmi_send_cmd()
/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md15 - `open(/flash/active/image)` returns false -- file cannot be opened.
16 - `open(/flash/active/hash)` returns false -- file cannot be opened.
18 The two files are only present once their corresponding blob has been opened.
/openbmc/docs/designs/
H A Dfirmware-update-via-blobs.md74 a time. If the verification blob is open, the other blobs cannot be opened, and
76 opened.
95 responses it will return given the blob opened, based on the flags provided to
98 The flash handler will only allow one of the above blobs to be opened for a
107 | `/flash/hash` | Whichever flash blob was opened |
139 image or tarball. The update blob needs to be opened and commit() called on that
288 Once opened a new file will appear in the blob_id list (for both the image and
294 **_Note_** The active image blob_ids cannot be opened. This can be reconsidered
/openbmc/ipmitool/src/plugins/dbus/
H A Ddbus.c181 intf->opened = 1; in ipmi_dbus_setup()
188 if (intf->opened) in ipmi_dbus_close()
190 intf->opened = 0; in ipmi_dbus_close()
/openbmc/libpldm/include/libpldm/
H A Dinstance-id.h26 * Returns the errno if the database couldn't be opened.
39 * Returns the errno if the database couldn't be opened.
/openbmc/ipmitool/src/plugins/dummy/
H A Ddummy.c163 intf->opened = 0; in ipmi_dummyipmi_close()
179 if (intf->opened == 1) { in ipmi_dummyipmi_open()
195 intf->opened = 1; in ipmi_dummyipmi_open()
212 if (intf == NULL || intf->fd < 0 || intf->opened != 1) { in ipmi_dummyipmi_send_cmd()
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc.c83 intf->opened = 0; in ipmi_bmc_close()
105 intf->opened = 1; in ipmi_bmc_open()
122 /* If not already opened open the device or network connection */ in ipmi_bmc_send_cmd()
123 if (!intf->opened && intf->open && intf->open(intf) < 0) in ipmi_bmc_send_cmd()
/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.h53 * file that was opened. The caller is then responsible
55 * @return pointer to opened FILE
/openbmc/qemu/.github/workflows/
H A Dlockdown.yml7 types: opened
/openbmc/ipmitool/src/plugins/imb/
H A Dimb.c65 intf->opened = 1; in ipmi_imb_open()
73 intf->opened = 0; in ipmi_imb_close()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DValve.interface.yaml21 This indicates the valve should be opened.

12345678910