| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | 50-gbmc-ncsi.rules.in | 4 iifname != @NCSI_IF@ accept 5 ct state established accept 15 ip6 nexthdr icmpv6 accept 19 tcp dport 3959 accept 20 udp dport 3959 accept 21 tcp dport 3967 accept 22 udp dport 3967 accept 28 icmpv6 type nd-neighbor-advert accept 29 icmpv6 type nd-neighbor-solicit accept 30 icmpv6 type nd-router-advert accept [all …]
|
| H A D | gbmc-ncsi-usb.sh | 33 iifname != $intf accept 34 ct state established accept 35 udp dport 547 accept 40 ip6 nexthdr icmpv6 accept 44 iifname != $intf accept
|
| /openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/ |
| H A D | 30-liberation-aliases.conf | 7 <accept><family>Liberation Sans</family></accept> 11 <accept><family>Liberation Serif</family></accept> 15 <accept><family>Liberation Mono</family></accept>
|
| /openbmc/qemu/qapi/ |
| H A D | compat.json | 15 # @accept: Accept silently 24 'data': [ 'accept', 'reject', 'crash' ] } 31 # @accept: Pass on unchanged 38 'data': [ 'accept', 'hide' ] } 52 # enumeration values. They behave the same as with policy @accept. 54 # @deprecated-input: how to handle deprecated input (default 'accept') 57 # 'accept') 59 # @unstable-input: how to handle unstable input (default 'accept') 62 # @unstable-output: how to handle unstable output (default 'accept')
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
| H A D | 50-gbmc-nic.rules.in | 4 iifname != @IF@ accept 5 ct state established accept 6 udp dport {68,547} accept 7 ip protocol icmp accept 12 ip6 nexthdr icmpv6 accept 16 iifname != @IF@ accept
|
| H A D | gbmc-nic-devlab-config.sh.in | 14 udp dport 546 accept 15 udp dport 547 accept
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | 50-gbmc-br.rules | 4 iifname != gbmcbr accept 14 iifname != gbmcbr accept 16 ct state established accept 31 ip6 daddr @gbmc_br_int_addrs accept 32 ip6 saddr @gbmc_br_int_addrs accept 35 ip6 nexthdr icmpv6 accept
|
| H A D | 50-gbmc-br-dhcp.rules | 4 iifname != gbmcdhcp accept 5 ip6 nexthdr icmpv6 accept 6 icmp type echo-request accept 7 udp dport 547 accept
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-teamd-Pass-correct-parameter-type-to-accept-API.patch | 4 Subject: [patch libteam] teamd: Pass correct parameter type to accept API 6 accept() expects sockaddr as second parameter 8 int accept (int, struct sockaddr *__restrict, socklen_t *__restrict); 12 | ../../git/teamd/teamd_usock.c:280:40: error: passing argument 2 of 'accept' from incompatible poi… 13 | 280 | sock = accept(ctx->usock.sock, &addr, &alen); 32 - sock = accept(ctx->usock.sock, &addr, &alen); 33 + sock = accept(ctx->usock.sock, (struct sockaddr *)&addr, &alen); 35 teamd_log_err("usock: Failed to accept connection.");
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 219.out | 39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve… 80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… 83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/ |
| H A D | 0001-test-Including-missing-string.h-for-memcpy.patch | 7 accept-test.c:39:2: error: call to undeclared library function 'memcpy' with type 'void *(void *, c… 13 test/accept-test.c | 1 + 28 diff --git a/test/accept-test.c b/test/accept-test.c 30 --- a/test/accept-test.c 31 +++ b/test/accept-test.c
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | parser.py | 131 self.accept() 249 def accept(self, skip_comment: bool = True) -> None: member in QAPISchemaParser 360 self.accept() 368 self.accept() 371 self.accept() 376 self.accept() 380 self.accept() 387 self.accept() 395 self.accept() 399 self.accept() [all …]
|
| /openbmc/bmcweb/http/ |
| H A D | http_server.hpp | 82 for (const Acceptor& accept : acceptors) in run() local 86 accept.acceptor.local_endpoint().address().to_string()); in run() 163 for (Acceptor& accept : acceptors) in doAccept() 165 accept.acceptor.async_accept( in doAccept() 168 accept.httpType)); in doAccept()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/network/ |
| H A D | phosphor-network_git.bb | 15 PACKAGECONFIG ??= "default-link-local-autoconf default-ipv6-accept-ra persist-mac" 17 PACKAGECONFIG[default-ipv6-accept-ra] = "-Ddefault-ipv6-accept-ra=true,-Ddefault-ipv6-accept-ra=fal…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow/ |
| H A D | 30-0-liberation-sans-narrow.conf | 7 <accept> 9 </accept>
|
| /openbmc/qemu/target/rx/ |
| H A D | helper.c | 123 int accept = 0; in rx_cpu_exec_interrupt() local 129 accept = 1; in rx_cpu_exec_interrupt() 134 accept = 1; in rx_cpu_exec_interrupt() 136 if (accept) { in rx_cpu_exec_interrupt()
|
| /openbmc/webui-vue/docs/guide/components/file-upload/ |
| H A D | readme.md | 10 3. Add the optional `id` , `disabled`, `accept` and `state` prop as required 20 - `accept` - Set value to specify which file types to allow 27 <form-file id="image-file" accept=".tar">
|
| /openbmc/bmcweb/include/ |
| H A D | forward_unauthorized.hpp | 26 std::string_view accept, crow::Response& res) in sendUnauthorized() argument 31 accept, http_helpers::ContentType::HTML, false /*allowWildcard*/)) in sendUnauthorized()
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | log-event.js | 35 $scope.accept = function() { 38 $scope.$parent.accept();
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_ssl.robot | 21 [Documentation] Test that OpenBMC machine does not accept the non-secure 29 [Documentation] Test that OpenBmc does not accept the non-secure
|
| /openbmc/docs/ |
| H A D | maintainer-workflow.md | 12 - If a CLA for the contributor is found, accept the patch(1). 15 - Do not accept the patch(1) until a signed CLA (individual _or_ corporate) 20 An executed OpenBMC CLA is _not_ required to accept contributions to OpenBMC
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | string-code-point-127.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
| H A D | string-code-point-31.json | 1 # We accept printable ASCII: code points 32..126. Test code point 127:
|
| /openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/ |
| H A D | 50-dhcp-done.rules | 3 tcp dport 23 accept
|
| /openbmc/u-boot/doc/device-tree-bindings/serial/ |
| H A D | msm-serial.txt | 6 - clock: interface clock (must accept baudrate as a frequency)
|