| /openbmc/qemu/util/ |
| H A D | qemu-coroutine.c | 72 CoroutinePoolBatch *batch = g_new(CoroutinePoolBatch, 1); in coroutine_pool_batch_new() local 74 QSLIST_INIT(&batch->list); in coroutine_pool_batch_new() 75 batch->size = 0; in coroutine_pool_batch_new() 76 return batch; in coroutine_pool_batch_new() 79 static void coroutine_pool_batch_delete(CoroutinePoolBatch *batch) in coroutine_pool_batch_delete() argument 84 QSLIST_FOREACH_SAFE(co, &batch->list, pool_next, tmp) { in coroutine_pool_batch_delete() 85 QSLIST_REMOVE_HEAD(&batch->list, pool_next); in coroutine_pool_batch_delete() 88 g_free(batch); in coroutine_pool_batch_delete() 94 CoroutinePoolBatch *batch; in local_pool_cleanup() local 97 QSLIST_FOREACH_SAFE(batch, local_pool, next, tmp) { in local_pool_cleanup() [all …]
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-config/ |
| H A D | bits-cfg.txt | 4 # To run BITS in batch mode, set batch to a list of one or more of the 12 # Leave batch set to an empty string to disable batch mode. 13 # batch = 15 # Uncomment the following to run all available batch operations 18 batch = test acpi smbios
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 9 openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key 'whatever' -out client.crt -ext… 39 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PASSWORD_CA) -out server… 40 + @[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PA… 48 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PASSWORD_CA) -out client… 49 + @[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PA…
|
| H A D | 0013-raddb-certs-Makefile-fix-the-occasional-verification.patch | 75 …@[ -f server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in server.csr -key $(PAS… 97 …@[ -f client.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PAS… 120 - $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in inner-server.csr -key $(PASSWORD_CA) -out … 121 + @[ -f inner-server.crt ] || $(OPENSSL) ca -batch -keyfile ca.key -cert ca.pem -in inner-server.cs…
|
| /openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/ |
| H A D | verify-bmc-image.sh | 54 command gpg --batch --allow-non-selfsigned-uid --no-tty "$@"
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 279 batch = deque() 283 batch.append(line) 287 batch.appendleft("Log data follows:") 290 errorDetails="\n".join(batch)) 293 errorDetails="\n".join(batch))
|
| /openbmc/openbmc/poky/meta/recipes-extended/at/ |
| H A D | at_3.2.5.bb | 1 SUMMARY = "Delayed job execution and batch processing" 75 rm -f ${D}${datadir}/at/batch-job
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | TableToolbar.vue | 16 @click="$emit('batch-action', action.value)" 55 emits: ['batch-action', 'clear-selected'],
|
| /openbmc/openbmc/meta-security/meta-integrity/scripts/ |
| H A D | ima-gen-local-ca.sh | 38 openssl req -new -x509 -utf8 -sha256 -days 36500 -batch -config $GENKEY \
|
| H A D | ima-gen-CA-signed.sh | 44 openssl req -new -nodes -utf8 -sha256 -days 36500 -batch -config $GENKEY \
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py | 24 from . import batch 165 batch.render(writer, r, options, f)
|
| H A D | main.py.in | 24 from . import batch 54 # help="profile rendering of chart (only useful when in batch mode indicated by -f)") 165 batch.render(writer, r, options, f)
|
| /openbmc/webui-vue/docs/guide/components/table/ |
| H A D | index.md | 459 To add table batch actions: 477 will emit a `@batch-action` event that will provide the user selected action. 481  483  492 @batch-action="onBatchAction" 557 // Do something with selected batch action and selected rows
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/ |
| H A D | cpulimit_0.2.bb | 2 …ess (expressed in percentage, not in CPU time). This is useful to control batch jobs, when you don…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
| H A D | avoid-running-host-binaries-for-sanity.patch | 20 - @v=$$(src/emacs${EXEEXT} --batch --eval \
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | sun8i-h2-plus-bananapi-m2-zero.dts | 66 * On the production batch of this board the card detect GPIO is
|
| /openbmc/qemu/qapi/ |
| H A D | misc.json | 88 # @aio-max-batch: maximum number of requests in a batch for the AIO 99 'aio-max-batch': 'int' } }
|
| /openbmc/qemu/docs/specs/ |
| H A D | spdm.rst | 63 -out end_responder.req -sha384 -batch \
|
| /openbmc/u-boot/doc/imx/misc/ |
| H A D | sdp.txt | 81 There is also a batch mode which allows imx_usb to handle multiple
|
| /openbmc/webui-vue/src/views/Settings/SnmpAlerts/ |
| H A D | SnmpAlerts.vue | 21 @batch-action="onBatchAction"
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
| H A D | TableRoleGroups.vue | 31 @batch-action="onBatchAction"
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | fit-image.bbclass | 64 # args to openssl req (Default is -batch for non interactive mode and 66 FIT_KEY_REQ_ARGS ?= "-batch -new"
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/ |
| H A D | Sessions.vue | 29 @batch-action="onBatchAction"
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.rst | 776 /* Maintain a list for the last batch of used descriptors. 797 /* The head of list that track the last batch of used descriptors. */ 829 #. Increase the ``idx`` value of used ring by the size of the batch 831 #. Set the ``inflight`` field of each ``DescStateSplit`` entry in the batch to 0 839 last batch may be incorrect), 842 used ring to get last batch size of ``DescStateSplit`` entries 844 #. Set the ``inflight`` field of each ``DescStateSplit`` entry to 0 in last batch 971 #. Increase ``used_idx`` by the size of the batch and update 977 in the batch to 0 985 ``inflight`` field of ``DescStatePacked`` entries in last batch may
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | uboot-sign.bbclass | 78 # args to openssl req (Default is -batch for non interactive mode and 80 UBOOT_FIT_KEY_REQ_ARGS ?= "-batch -new"
|