| /openbmc/u-boot/lib/zlib/ |
| H A D | inftrees.c | 41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local 202 drop = 0; /* current bits to drop from code for index */ in inflate_table() 214 this.bits = (unsigned char)(len - drop); in inflate_table() 229 incr = 1U << (len - drop); in inflate_table() 234 next[(huff >> drop) + fill] = this; in inflate_table() 258 if (drop == 0) in inflate_table() 259 drop = root; in inflate_table() 265 curr = len - drop; in inflate_table() 267 while (curr + drop < max) { in inflate_table() 268 left -= count[curr + drop]; in inflate_table() [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
| H A D | 50-gbmc-nic.rules.in | 3 type filter hook input priority 0; policy drop; 15 type filter hook forward priority 0; policy drop; 17 oifname != gbmcbr drop 18 ip6 daddr fdb5:0481:10ce::/64 drop 19 ip6 saddr fdb5:0481:10ce::/64 drop
|
| /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 12 file://assert-power-good-drop \ 13 file://assert-power-good-drop.service \ 14 file://deassert-power-good-drop \ 15 file://deassert-power-good-drop.service \ 32 assert-power-good-drop.service \ 33 deassert-power-good-drop.service \ 54 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/ 55 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/
|
| /openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 5 SERVICE_LIST = "assert-power-good-drop.service \ 6 deassert-power-good-drop.service \ 13 file://assert-power-good-drop \ 14 file://deassert-power-good-drop \ 37 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/ 38 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | 50-gbmc-ncsi.rules.in | 3 type filter hook input priority 0; policy drop; 33 type filter hook forward priority 0; policy drop; 35 oifname != gbmcbr drop 36 ip6 daddr fdb5:0481:10ce::/64 drop 37 ip6 saddr fdb5:0481:10ce::/64 drop
|
| H A D | gbmc-ncsi-usb.sh | 32 type filter hook input priority 0; policy drop; 43 type filter hook forward priority 0; policy drop; 45 oifname != gbmcbr drop 46 ip6 daddr fdb5:0481:10ce::/64 drop 47 ip6 saddr fdb5:0481:10ce::/64 drop
|
| /openbmc/qemu/scripts/ |
| H A D | python_qmp_updater.py | 108 drop = len(f'{res} = ') 111 drop -= 1 114 drop = 0 116 if drop: 117 args = re.sub('\n' + ' ' * drop, '\n', args)
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | 50-gbmc-br.rules | 7 ether type 0x88F8 drop 13 type filter hook input priority 0; policy drop; 15 mark 0xff drop
|
| H A D | 50-gbmc-br-dhcp.rules | 3 type filter hook input priority 0; policy drop;
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/ |
| H A D | phosphor-gpio-monitor_%.bbappend | 6 assert-power-good-drop.service \ 10 deassert-power-good-drop.service \ 27 file://assert-power-good-drop \ 31 file://deassert-power-good-drop \ 60 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/ 64 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | assert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop 8 SyslogIdentifier=assert-power-good-drop
|
| H A D | deassert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop 8 SyslogIdentifier=deassert-power-good-drop
|
| /openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | deassert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop 8 SyslogIdentifier=deassert-power-good-drop
|
| H A D | assert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop 8 SyslogIdentifier=assert-power-good-drop
|
| /openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | assert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop 8 SyslogIdentifier=assert-power-good-drop
|
| H A D | deassert-power-good-drop.service | 6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop 8 SyslogIdentifier=deassert-power-good-drop
|
| /openbmc/openbmc-build-scripts/tools/ |
| H A D | config-clang-tidy | 108 repo_config["Checks"], args.check, args.drop 113 repo_config["CheckOptions"], args.check, args.drop 145 def disable(repo: str, check: str, drop: bool) -> str: 147 if drop: 197 repo: List[Dict[str, str]], option: str, drop: bool 199 if not drop:
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | event.hpp | 164 static void drop(sd_event*&& event, const internal::SdEvent*& sdevent, 169 bool>::Handle<drop, ref>
|
| /openbmc/qemu/rust/qemu-api/tests/ |
| H A D | tests.rs | 128 drop(DummyState::new()); in test_object_new() 129 drop(DummyChildState::new()); in test_object_new() 139 drop(p); in test_clone()
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | base.hpp | 229 static void drop(sd_event_source*&& source, 233 bool>::Handle<drop, ref>
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-vmsr-helper.rst | 32 optionally drop root privileges, except for those capabilities that 77 user to drop privileges to 81 group to drop privileges to
|
| H A D | qemu-pr-helper.rst | 34 optionally drop root privileges, except for those capabilities that 79 user to drop privileges to 83 group to drop privileges to
|
| /openbmc/openbmc/meta-security/recipes-security/redhat-security/ |
| H A D | redhat-security_1.0.bb | 17 file://rpm-drop-groups.sh \ 36 install -m 0755 ${S}/rpm-drop-groups.sh ${D}${bindir}
|
| /openbmc/openbmc/poky/meta/recipes-devtools/libdnf/ |
| H A D | libdnf_0.74.0.bb | 8 file://0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch \ 12 file://0001-drop-FindPythonInstDir.cmake.patch \
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-5.0.6.rst | 46 - dnf: drop python3-iniparse from :term:`DEPENDS` and :term:`RDEPENDS` 63 - libpam: drop cracklib from :term:`DEPENDS` 77 - python3-poetry-core: drop python3-six from :term:`RDEPENDS` 97 - shared-mime-info: drop itstool-native from :term:`DEPENDS` 99 - systemd-boot: drop intltool-native from :term:`DEPENDS` 100 - systemd: drop intltool-native from :term:`DEPENDS`
|