Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 194) sorted by relevance

12345678

/openbmc/u-boot/lib/zlib/
H A Dinftrees.c41 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 D50-gbmc-nic.rules.in3 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 Dphosphor-gpio-monitor_%.bbappend12 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 Dphosphor-gpio-monitor_%.bbappend5 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 D50-gbmc-ncsi.rules.in3 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 Dgbmc-ncsi-usb.sh32 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 Dpython_qmp_updater.py108 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 D50-gbmc-br.rules7 ether type 0x88F8 drop
13 type filter hook input priority 0; policy drop;
15 mark 0xff drop
H A D50-gbmc-br-dhcp.rules3 type filter hook input priority 0; policy drop;
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend6 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 Dassert-power-good-drop.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop
8 SyslogIdentifier=assert-power-good-drop
H A Ddeassert-power-good-drop.service6 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 Ddeassert-power-good-drop.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop
8 SyslogIdentifier=deassert-power-good-drop
H A Dassert-power-good-drop.service6 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 Dassert-power-good-drop.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop
8 SyslogIdentifier=assert-power-good-drop
H A Ddeassert-power-good-drop.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop
8 SyslogIdentifier=deassert-power-good-drop
/openbmc/openbmc-build-scripts/tools/
H A Dconfig-clang-tidy108 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 Devent.hpp164 static void drop(sd_event*&& event, const internal::SdEvent*& sdevent,
169 bool>::Handle<drop, ref>
/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs128 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 Dbase.hpp229 static void drop(sd_event_source*&& source,
233 bool>::Handle<drop, ref>
/openbmc/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst32 optionally drop root privileges, except for those capabilities that
77 user to drop privileges to
81 group to drop privileges to
H A Dqemu-pr-helper.rst34 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 Dredhat-security_1.0.bb17 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 Dlibdnf_0.74.0.bb8 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 Drelease-notes-5.0.6.rst46 - 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`

12345678