| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | bash-completion.bbclass | 7 DEPENDS:append:class-target = " bash-completion" 9 PACKAGES += "${PN}-bash-completion" 11 FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d" 13 RDEPENDS:${PN}-bash-completion = "bash-completion"
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0_1.26.1.bb | 39 PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-complet… 62 PACKAGES += "${PN}-bash-completion" 67 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/…
|
| /openbmc/openbmc/poky/meta/recipes-support/bash-completion/ |
| H A D | bash-completion_2.16.0.bb | 1 SUMMARY = "Programmable Completion for Bash 4" 7 HOMEPAGE = "https://github.com/scop/bash-completion" 8 BUGTRACKER = "https://github.com/scop/bash-completion/issues" 18 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases" 33 # Some recipes are providing ${PN}-bash-completion packages
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gflags/ |
| H A D | gflags_2.2.2.bb | 15 PACKAGES =+ "${PN}-bash-completion" 16 FILES:${PN}-bash-completion += "${bindir}/gflags_completions.sh" 18 RDEPENDS:${PN}-bash-completion = "bash bash-completion"
|
| /openbmc/qemu/io/ |
| H A D | task.c | 33 GSource *completion; member 135 task->thread->completion = g_idle_source_new(); in qio_task_thread_worker() 136 g_source_set_callback(task->thread->completion, in qio_task_thread_worker() 138 g_source_attach(task->thread->completion, in qio_task_thread_worker() 140 g_source_unref(task->thread->completion); in qio_task_thread_worker() 141 trace_qio_task_thread_source_attach(task, task->thread->completion); in qio_task_thread_worker() 183 while (task->thread->completion == NULL) { in qio_task_wait_thread() 187 trace_qio_task_thread_source_cancel(task, task->thread->completion); in qio_task_wait_thread() 188 g_source_destroy(task->thread->completion); in qio_task_wait_thread()
|
| /openbmc/qemu/docs/specs/ |
| H A D | vmw_pvscsi-spec.rst | 40 Completion ring (``struct PVSCSIRingCmpDesc *cmp_ring``) 55 Completion interrupts (completion ring notifications): 90 f. Unmask completion and message (if device messages enabled) interrupts 111 Request completion processing 114 a. Upon completion interrupt arrival process completion
|
| /openbmc/libpldm/src/ |
| H A D | api.h | 11 * @brief Translate a negative errno value to a PLDM completion code 13 * Existing stable APIs often return errors in the form of PLDM completion 19 * @param[in] err - The negative errno to translate to a completion code 21 * @return An equivalent PLDM completion code for @p err
|
| /openbmc/pldm/platform-mc/ |
| H A D | platform_manager.hpp | 40 * @return coroutine return_value - PLDM completion code 47 * @return coroutine return_value - PLDM completion code 55 * @return coroutine return_value - PLDM completion code 73 * @return coroutine return_value - PLDM completion code 91 * @return coroutine return_value - PLDM completion code 108 * @return coroutine return_value - PLDM completion code 119 * @return coroutine return_value - PLDM completion code 135 * @return coroutine return_value - PLDM completion code 161 * @return coroutine return_value - PLDM completion code
|
| H A D | terminus_manager.hpp | 88 * @return coroutine return_value - PLDM completion code 101 * @return coroutine return_value - PLDM completion code 193 * @return coroutine return_value - PLDM completion code 201 * @return coroutine return_value - PLDM completion code 210 * @return coroutine return_value - PLDM completion code 218 * @return coroutine return_value - PLDM completion code 227 * @return coroutine return_value - PLDM completion code 237 * @return coroutine return_value - PLDM completion code 250 * @return coroutine return_value - PLDM completion code
|
| H A D | event_manager.hpp | 78 * @return PLDM completion code 112 * @return coroutine return_value - PLDM completion code 140 * @return PLDM completion code 153 * @return PLDM completion code 165 * @return PLDM completion code 188 * @return coroutine return_value - PLDM completion code 210 * @return return_value - PLDM completion code
|
| /openbmc/sdbusplus/src/async/ |
| H A D | context.cpp | 21 /* The sd_bus_wait/process completion event. 24 * task `co_await`ing Senders over and over. This class is the completion 46 /* The completion template based on receiver type. 49 * a template, so we need a sub-class of completion to hold the receiver. 89 // Create the completion for the wait. in connect() 98 // Handle the next sdbus event. Completion likely happened on a in loop() 117 "sdbusplus::async::context destructed without completion."); in ~context() 210 // Spawn the watch for completion / exceptions. in spawn_watcher() 234 // We've already been running and there might a completion pending. in caller_run() 289 // as the next completion. in start() [all …]
|
| /openbmc/libpldm/include/libpldm/oem/ibm/ |
| H A D | file_io.h | 120 uint8_t completion_code; //!< completion code 145 * @param[in] completion_code - PLDM completion code 179 * @param[out] completion_code - PLDM completion code 202 uint8_t completion_code; //!< Completion code 234 * @param[in] completion_code - PLDM completion code 265 * @param[out] completion_code - PLDM completion code 296 uint8_t completion_code; //!< Completion code 317 uint8_t completion_code; //!< Completion code 352 * @param[out] completion_code - PLDM completion code 366 * @param[in] completion_code - PLDM completion code [all …]
|
| /openbmc/qemu/include/io/ |
| H A D | channel-socket.h | 102 * @callback: the function to invoke on completion 111 * will be invoked on completion or failure. The @addr 113 * as this function returns without waiting for completion. 145 * @callback: the function to invoke on completion 154 * will be invoked on completion or failure. The @addr 156 * as this function returns without waiting for completion. 190 * @callback: the function to invoke on completion 200 * @callback will be invoked on completion or failure. 203 * waiting for completion.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/ |
| H A D | wireguard-tools_1.0.20210914.bb | 6 inherit bash-completion systemd pkgconfig 18 PACKAGECONFIG ??= "bash-completion wg-quick" 20 PACKAGECONFIG[bash-completion] = "WITH_BASHCOMPLETION=yes,WITH_BASHCOMPLETION=no,,bash,,"
|
| /openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/ |
| H A D | tpm2-tss-engine_1.2.0.bb | 9 DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" 30 PACKAGES += "${PN}-engines ${PN}-engines-staticdev ${PN}-bash-completion" 35 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions"
|
| /openbmc/qemu/hw/nvme/ |
| H A D | trace-events | 52 …qid, uint16_t vector, uint16_t size, uint16_t qflags, int ien) "create completion queue, addr=0x%"… 54 pci_nvme_del_cq(uint16_t cqid) "deleted completion queue, cqid=%"PRIu16"" 99 pci_nvme_mmio_acqaddr(uint64_t data) "wrote MMIO, admin completion queue address=0x%"PRIx64"" 101 pci_nvme_mmio_acqaddr_hi(uint64_t data, uint64_t new_addr) "wrote MMIO, admin completion queue high… 165 pci_nvme_err_invalid_del_cq_cqid(uint16_t cqid) "failed deleting completion queue, cqid=%"PRIu16"" 166 pci_nvme_err_invalid_del_cq_notempty(uint16_t cqid) "failed deleting completion queue, it is not em… 167 pci_nvme_err_invalid_create_cq_cqid(uint16_t cqid) "failed creating completion queue, cqid=%"PRIu16… 168 pci_nvme_err_invalid_create_cq_size(uint16_t size) "failed creating completion queue, size=%"PRIu16… 169 pci_nvme_err_invalid_create_cq_addr(uint64_t addr) "failed creating completion queue, addr=0x%"PRIx… 170 pci_nvme_err_invalid_create_cq_vector(uint16_t vector) "failed creating completion queue, vector=%"… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/ |
| H A D | bubblewrap_0.10.0.bb | 14 inherit autotools bash-completion github-releases manpages pkgconfig 23 PACKAGES += "${PN}-zsh-completion" 25 FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
|
| /openbmc/openbmc/poky/meta/recipes-core/dbus/ |
| H A D | dbus-glib_0.114.bb | 24 inherit autotools pkgconfig gettext bash-completion gtk-doc 36 FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper" 37 LICENSE:${PN}-bash-completion = "GPL-2.0-or-later"
|
| /openbmc/openbmc/poky/meta/recipes-kernel/kmod/ |
| H A D | kmod_34.2.bb | 16 inherit bash-completion gtk-doc manpages meson pkgconfig update-alternatives 55 PACKAGES += "${PN}-fish-completion ${PN}-zsh-completion" 57 FILES:${PN}-fish-completion = "${datadir}/fish" 58 FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/ |
| H A D | parallel_20250422.bb | 17 inherit autotools bash-completion 19 PACKAGES += "${PN}-zsh-completion" 20 FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/ |
| H A D | nvme-cli_2.12.bb | 14 inherit bash-completion meson pkgconfig systemd 23 PACKAGES =+ "${PN}-dracut ${PN}-zsh-completion ${PN}-user" 27 FILES:${PN}-zsh-completion = "${datadir}/zsh/site-functions"
|
| /openbmc/u-boot/doc/ |
| H A D | README.commands | 26 comp: Pointer to the completion function. May be NULL. 29 completion is only available if CONFIG_AUTO_COMPLETE is defined. 93 Completion function 96 The completion function pointer has to be of type 110 possible completion must be followed by NULL.
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | bios.h | 12 /* Response lengths are inclusive of completion code */ 109 uint8_t completion_code; //!< completion code 134 * Structure representing PLDM responses only have completion code 229 * @param[out] completion_code - Pointer to response msg's PLDM completion code 274 * @param[out] completion_code - Pointer to response msg's PLDM completion code 317 * @param[out] completion_code - Pointer to response msg's PLDM completion code 333 * @param[in] completion_code - PLDM completion code 356 * @param[in] completion_code - PLDM completion code 403 * @param[in] completion_code - PLDM completion code 438 * @param[out] completion_code - PLDM completion code [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/ |
| H A D | lldpd_1.0.19.bb | 17 inherit autotools update-rc.d useradd systemd pkgconfig bash-completion github-releases ptest 57 PACKAGES =+ "${PN}-zsh-completion" 62 FILES:${PN}-zsh-completion += "${datadir}/zsh/" 64 #RDEPENDS:${PN}-zsh-completion += "zsh"
|
| /openbmc/openbmc/meta-google/recipes-google/networking/ |
| H A D | dhcp-done_git.bb | 1 SUMMARY = "Google DHCP completion daemon" 2 DESCRIPTION = "Google DHCP completion daemon"
|