Home
last modified time | relevance | path

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

12345678910>>...125

/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 arm()
52 if (std::exchange(m.complete, this) != nullptr) in arm()
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.cpp26 if (complete == nullptr) in handleEvent()
30 auto c = std::exchange(complete, nullptr); in handleEvent()
32 c->complete(); in handleEvent()
42 if (fdioInstance.complete == this) in ~fdio_completion()
44 std::exchange(fdioInstance.complete, nullptr); in ~fdio_completion()
53 if (std::exchange(fdioInstance.complete, this) != nullptr) in arm()
/openbmc/linux/tools/testing/selftests/livepatch/
Dtest-state.sh
Dtest-callbacks.sh
Dtest-livepatch.sh
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPrivilegeRegistry.v1_1_5.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/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/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/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/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/linux/drivers/net/wireless/ti/wl1251/
Dtx.h
/openbmc/linux/arch/sh/include/mach-dreamcast/mach/
Dsysasic.h
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
Dcompletion.rst
/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/linux/include/uapi/linux/
Dnpcm-video.h
/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 …]
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/
Dpipeline.json
/openbmc/linux/fs/xfs/
Dxfs_sysfs.h
/openbmc/linux/drivers/dma/
Ddmaengine.h
/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/Certs/
H A DEntry.interface.yaml9 The value of this property is empty until Status.State == complete.
27 - name: Complete
29 CSR signing complete

12345678910>>...125