Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 1597) sorted by relevance

12345678910>>...64

/openbmc/qemu/semihosting/
H A Dsyscalls.c131 static void gdb_open(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_open() argument
137 complete(cs, -1, -len); in gdb_open()
141 gdb_open_complete = complete; in gdb_open()
147 static void gdb_close(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_close() argument
150 gdb_do_syscall(complete, "close,%x", (uint32_t)gf->hostfd); in gdb_close()
153 static void gdb_read(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_read() argument
156 gdb_do_syscall(complete, "read,%x,%lx,%lx", in gdb_read()
160 static void gdb_write(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_write() argument
163 gdb_do_syscall(complete, "write,%x,%lx,%lx", in gdb_write()
167 static void gdb_lseek(CPUState *cs, gdb_syscall_complete_cb complete, in gdb_lseek() argument
[all …]
/openbmc/qemu/include/semihosting/
H A Dsyscalls.h17 * results are returned via the 'complete' callback.
26 void semihost_sys_open(CPUState *cs, gdb_syscall_complete_cb complete,
30 void semihost_sys_close(CPUState *cs, gdb_syscall_complete_cb complete,
33 void semihost_sys_read(CPUState *cs, gdb_syscall_complete_cb complete,
36 void semihost_sys_read_gf(CPUState *cs, gdb_syscall_complete_cb complete,
39 void semihost_sys_write(CPUState *cs, gdb_syscall_complete_cb complete,
42 void semihost_sys_write_gf(CPUState *cs, gdb_syscall_complete_cb complete,
45 void semihost_sys_lseek(CPUState *cs, gdb_syscall_complete_cb complete,
48 void semihost_sys_isatty(CPUState *cs, gdb_syscall_complete_cb complete,
55 void semihost_sys_fstat(CPUState *cs, gdb_syscall_complete_cb complete,
[all …]
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp36 c = std::exchange(complete, nullptr); in ~match()
48 // to immediately complete on. in start()
52 if (std::exchange(m.complete, this) != nullptr) in start()
86 // Receiver isn't complete. in handle_completion()
87 if ((complete == nullptr) || queue.empty()) in handle_completion()
93 auto c = std::exchange(complete, nullptr); in handle_completion()
97 // Unlock before calling complete because the completed task may run and in handle_completion()
98 // attempt to complete on the next event (and thus deadlock). in handle_completion()
102 c->complete(std::move(msg)); in handle_completion()
H A Dfdio.cpp28 if (complete == nullptr) in handleEvent()
32 auto c = std::exchange(complete, nullptr); in handleEvent()
34 c->complete(); in handleEvent()
40 if (complete == nullptr) in handleTimeout()
44 auto c = std::exchange(complete, nullptr); in handleTimeout()
56 if (fdioInstance.complete == this) in ~fdio_completion()
58 std::exchange(fdioInstance.complete, nullptr); in ~fdio_completion()
67 if (std::exchange(fdioInstance.complete, this) != nullptr) in start()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DHost.errors.yaml6 description: The systemd obmc-host-start.target failed to complete
9 description: The systemd obmc-host-start-min.target failed to complete
12 description: The systemd obmc-host-shutdown.target failed to complete
15 description: The systemd obmc-host-stop.target failed to complete
18 description: The systemd obmc-host-reboot.target failed to complete
H A DChassis.errors.yaml3 description: The systemd obmc-chassis-poweron.target failed to complete
6 description: The systemd obmc-chassis-poweroff.target failed to complete
9 description: The systemd obmc-chassis-powercycle.target failed to complete
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPrivilegeRegistry.v1_2_0.json115 "description": "The specific privileges required to complete a set of HTTP operations.",
116 …ription": "This type shall describe the specific privileges required to complete a set of HTTP ope…
133 "description": "The privilege required to complete an HTTP `DELETE` operation.",
137 …ongDescription": "This property shall contain the privilege required to complete an HTTP `DELETE` …
141 "description": "The privilege required to complete an HTTP `GET` operation.",
145 …ongDescription": "This property shall contain the privilege required to complete an HTTP `GET` ope…
149 "description": "The privilege required to complete an HTTP `HEAD` operation.",
153 …ongDescription": "This property shall contain the privilege required to complete an HTTP `HEAD` op…
157 "description": "The privilege required to complete an HTTP `PATCH` operation.",
161 …ongDescription": "This property shall contain the privilege required to complete an HTTP `PATCH` o…
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_manager.hpp44 /* @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/views/HardwareStatus/Inventory/
H A DInventory.vue88 // before requests complete
156 this.$root.$on('hardware-status-bmc-manager-complete', () => resolve());
159 this.$root.$on('hardware-status-chassis-complete', () => resolve());
162 this.$root.$on('hardware-status-dimm-slot-complete', () => resolve());
165 this.$root.$on('hardware-status-fans-complete', () => resolve());
168 this.$root.$on('hardware-status-power-supplies-complete', () =>
173 this.$root.$on('hardware-status-processors-complete', () => resolve());
176 this.$root.$on('hardware-status-service-complete', () => resolve());
179 this.$root.$on('hardware-status-system-complete', () => resolve());
182 this.$root.$on('hardware-status-assembly-complete', () => resolve());
[all …]
/openbmc/webui-vue/src/views/Overview/
H A DOverview.vue66 this.$root.$on('overview-dumps-complete', () => resolve());
69 this.$root.$on('overview-events-complete', () => resolve());
72 this.$root.$on('overview-firmware-complete', () => resolve());
75 this.$root.$on('overview-inventory-complete', () => resolve());
78 this.$root.$on('overview-network-complete', () => resolve());
81 this.$root.$on('overview-power-complete', () => resolve());
84 this.$root.$on('overview-quicklinks-complete', () => resolve());
87 this.$root.$on('overview-server-complete', () => resolve());
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DPrivilegeRegistry_v1.xml14 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular…
17 …<edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabular…
113 …ng="The mapping between the HTTP operation and the privilege required to complete the operation."/>
114 …ain the mapping between the HTTP operation and the privilege required to complete the operation."/>
119 …<Annotation Term="OData.Description" String="The specific privileges required to complete a set of…
120 …n" String="This type shall describe the specific privileges required to complete a set of HTTP ope…
123 …<Annotation Term="OData.Description" String="The privilege required to complete an HTTP `GET` oper…
124 …cription" String="This property shall contain the privilege required to complete an HTTP `GET` ope…
127 …<Annotation Term="OData.Description" String="The privilege required to complete an HTTP `HEAD` ope…
128 …cription" String="This property shall contain the privilege required to complete an HTTP `HEAD` op…
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DEntry.interface.yaml9 The value of this property is empty until Status.State == complete.
27 - name: Complete
29 CSR signing complete
/openbmc/qemu/tests/qemu-iotests/
H A D21997 # pause/resume should work, complete/finalize/dismiss should error out
102 iotests.log(vm.qmp('job-complete', id='job0'))
106 iotests.log(vm.qmp('block-job-complete', device='job0'))
110 # Let the job complete (or transition to READY if it supports that)
120 # pause/resume/complete should work, finalize/dismiss should error out
132 iotests.log(vm.qmp('job-complete', id='job0'))
145 # finalize should work, pause/complete/dismiss should error out
149 iotests.log(vm.qmp('job-complete', id='job0'))
153 iotests.log(vm.qmp('block-job-complete', device='job0'))
165 # dismiss should work, pause/complete/finalize should error out
[all …]
H A D01969 # Complete backing clusters
87 # Complete test image clusters
108 # Complete backing clusters
120 # Complete test image clusters
/openbmc/qemu/io/
H A Dtrace-events5 qio_task_complete(void *task) "Task complete task=%p"
22 qio_channel_socket_connect_complete(void *ioc, int fd) "Socket connect complete ioc=%p fd=%d"
26 qio_channel_socket_listen_complete(void *ioc, int fd) "Socket listen complete ioc=%p fd=%d"
30 qio_channel_socket_dgram_complete(void *ioc, int fd) "Socket dgram complete ioc=%p fd=%d"
33 qio_channel_socket_accept_complete(void *ioc, void *cioc, int fd) "Socket accept complete ioc=%p ci…
45 qio_channel_tls_handshake_complete(void *ioc) "TLS handshake complete ioc=%p"
50 qio_channel_tls_bye_complete(void *ioc) "TLS termination complete ioc=%p"
61 qio_channel_websock_handshake_complete(void *ioc) "Websock handshake complete ioc=%p"
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dkernel-dev.json13 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
35 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
57 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
79 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
101 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
123 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
145 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
167 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
189 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DRestrictionMode.interface.yaml31 interface after BIOS POST complete. All KCS commands are
32 supported before POST complete.
36 POST complete notification, after which system interface
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/images/
H A Dfb-yosemite4-phosphor-image.inc1 # Currently, the led related services couldn't complete
2 # causing that multi-user.target never complete.
3 # If multi-user.target doesn't complete,
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue113 this.$root.$on('network-global-settings-complete', () => resolve());
116 this.$root.$on('network-interface-settings-complete', () => resolve());
119 this.$root.$on('network-table-dns-complete', () => resolve());
122 this.$root.$on('network-table-ipv4-complete', () => resolve());
125 this.$root.$on('network-table-ipv6-complete', () => resolve());
128 // when page data load complete
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/
H A D0001-gnome-disk-utility-remove-libcanberra-dependency.patch72 - /* Translators: A descriptive string for the 'complete' sound, see CA_PROP_EVENT_DESCRIPTION */
73 - sound_message = _("Disk image copying complete");
75 - CA_PROP_EVENT_ID, "complete",
103 - /* Translators: A descriptive string for the 'complete' sound, see CA_PROP_EVENT_DESCRIPTION */
104 - sound_message = _("Disk image copying complete");
106 - CA_PROP_EVENT_ID, "complete",
/openbmc/u-boot/include/
H A Dhw_sha.h16 * @param out_addr A pointer to the output buffer. When complete
29 * @param out_addr A pointer to the output buffer. When complete
42 * @param out_addr A pointer to the output buffer. When complete
55 * @param out_addr A pointer to the output buffer. When complete
H A Dfsl_dtsec.h125 #define IEVENT_GTSC 0x02000000 /* Graceful transmit stop complete */
133 #define IEVENT_MMRD 0x00000400 /* MII management read complete */
134 #define IEVENT_MMWR 0x00000200 /* MII management write complete */
135 #define IEVENT_GRSC 0x00000100 /* Graceful stop complete */
145 #define IMASK_GTSCEN 0x02000000 /* Graceful Tx stop complete enable */
153 #define IMASK_MMRDEN 0x00000400 /* MII management read complete enable */
154 #define IMASK_MMWREN 0x00000200 /* MII management write complete enable */
155 #define IMASK_GRSCEN 0x00000100 /* Graceful stop complete interrupt enable */
/openbmc/entity-manager/schemas/
H A Dfirmware.json38 "description": "Required information to complete I2C voltage regulator firmware update",
74 "description": "Required information to complete the host fw update process.",
111 … "description": "Required information to complete the EEPROM device firmware update process",
150 "description": "Required information to complete the TPM firmware update process",
/openbmc/docs/architecture/code-update/
H A Dcode-update-deprecated.md18 The complete flash image for the BMC
42 The complete BMC flash content: A single file (`image-bmc`) wrapped in a tar
54 filesystem) at any time. Because the updates are distributed as complete file
94 systems are unmounted to complete the update process.
133 the complete tarball will be used then this option must not be set.
190 `Apply Complete. Reboot to take effect.`
/openbmc/x86-power-control/
H A DREADME.md70 The POST Complete GPIO is usually held asserted by BIOS after POST complete and
77 Complete.

12345678910>>...64