Searched full:opened (Results 1 – 25 of 517) sorted by relevance
12345678910>>...21
/openbmc/linux/Documentation/firmware-guide/acpi/ |
D | acpi-lid.rst |
|
/openbmc/linux/sound/core/seq/oss/ |
D | seq_oss_synth.c |
|
/openbmc/qemu/backends/ |
H A D | rng.c | 45 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()
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | app-navigation.html | 9 <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/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_gpio.c |
|
/openbmc/linux/fs/ceph/ |
D | metric.h |
|
D | ioctl.h |
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
D | query-dvb-frontend-info.rst |
|
/openbmc/linux/sound/atmel/ |
D | ac97c.c |
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 287 | 81 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 D | 249.out | 8 === 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 D | 249 | 67 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 D | 070.out | 4 …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 D | 195.out | 6 Change backing file of mid (opened read-only) 43 Change backing file of top (opened writable)
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_utils.py | 94 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/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | htb.c |
|
/openbmc/linux/Documentation/filesystems/spufs/ |
D | spufs.rst |
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
D | media-func-open.rst |
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_debugfs.c |
|
/openbmc/phosphor-webui/app/common/styles/directives/ |
H A D | app-navigation.scss | 31 &.opened{ 46 &.opened{ 138 &.opened {
|
/openbmc/ipmitool/src/plugins/lipmi/ |
H A D | lipmi.c | 59 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/docs/designs/ |
H A D | firmware-update-via-blobs.md | 74 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/linux/include/sound/ |
D | seq_virmidi.h |
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | python-development-shell.rst | 12 specified target. Then a new terminal is opened. Additionally, key 46 controls what type of shell is opened.
|
/openbmc/phosphor-ipmi-flash/ |
H A D | ipmi_flash.md | 15 - `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.
|
12345678910>>...21