Home
last modified time | relevance | path

Searched refs:rules (Results 101 – 125 of 963) sorted by relevance

12345678910>>...39

/openbmc/linux/drivers/net/phy/
H A Dmediatek-ge-soc.c1223 unsigned long rules) in mt798x_phy_led_hw_is_supported() argument
1229 if (rules & ~supported_triggers) in mt798x_phy_led_hw_is_supported()
1236 unsigned long *rules) in mt798x_phy_led_hw_control_get() argument
1276 if (!rules) in mt798x_phy_led_hw_control_get()
1280 *rules |= BIT(TRIGGER_NETDEV_LINK); in mt798x_phy_led_hw_control_get()
1283 *rules |= BIT(TRIGGER_NETDEV_LINK_10); in mt798x_phy_led_hw_control_get()
1298 *rules |= BIT(TRIGGER_NETDEV_RX); in mt798x_phy_led_hw_control_get()
1301 *rules |= BIT(TRIGGER_NETDEV_TX); in mt798x_phy_led_hw_control_get()
1307 unsigned long rules) in mt798x_phy_led_hw_control_set() argument
1332 if (rules & BIT(TRIGGER_NETDEV_RX)) { in mt798x_phy_led_hw_control_set()
[all …]
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/
H A Dtrousers_git.bb15 file://trousers-udev.rules \
36 install -d ${D}${sysconfdir}/udev/rules.d
37 install -m 0644 ${WORKDIR}/trousers-udev.rules ${D}${sysconfdir}/udev/rules.d/45-trousers.rules
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py218 self._rules = rules
293 rules = '<path:path>/' variable in DirectoryHandler
313 rules = ['/list', '<path:path>/list'] variable in ListNamesHandler
463 rules = '<path:path>/attr/<prop>' variable in PropertyHandler
558 rules = '<path:path>/schema' variable in SchemaHandler
589 rules = '<path:path>' variable in InstanceHandler
660 rules = ['/login', '/logout'] variable in SessionHandler
866 rules = ['/upload/image'] variable in ImagePostHandler
1053 rules = ['/subscribe'] variable in EventHandler
1085 rules = ['/console0'] variable in HostConsoleHandler
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/
H A Dgeoclue_2.7.1.bb44 # Fix up permissions on polkit rules.d to work with rpm4 constraints
45 chmod 700 ${D}/${datadir}/polkit-1/rules.d
46 chown polkitd:root ${D}/${datadir}/polkit-1/rules.d
52 ${datadir}/polkit-1/rules.d \
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtest.yml1 .test-rules:
2 rules:
7 - !reference [.no_scheduled_pipelines-rules, rules]
12 - .test-rules
70 - .test-rules
114 rules:
281 rules:
341 rules:
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/
H A Dobmc-console_%.bbappend12 rm -rf ${D}${nonarch_base_libdir}/udev/rules.d/80-obmc-console-uart.rules
/openbmc/linux/Documentation/admin-guide/aoe/
H A Dexamples.rst1 Example of udev rules
7 Example of udev install rules script
/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/
H A Dip6tables.service8 ExecStart=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
9 ExecReload=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
H A Diptables.service8 ExecStart=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules
9 ExecReload=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-make-Define-SBINDIR-flag.patch48 … echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \
49 echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp38 sdbusplus::bus::match::rules::interfacesAdded() + in Watch()
39 sdbusplus::bus::match::rules::path_namespace(OBJ_LOGGING), in Watch()
43 sdbusplus::bus::match::rules::interfacesRemoved() + in Watch()
44 sdbusplus::bus::match::rules::path_namespace(OBJ_LOGGING), in Watch()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule.inc10 install -m 700 -d ${D}${sysconfdir}/polkit-1/rules.d
11 chown polkitd:root ${D}/${sysconfdir}/polkit-1/rules.d
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c174 char rules[256]; in prog_attach_iptables() local
182 ret = snprintf(rules, sizeof(rules), in prog_attach_iptables()
185 if (ret < 0 || ret >= sizeof(rules)) { in prog_attach_iptables()
189 ret = system(rules); in prog_attach_iptables()
/openbmc/sdbusplus/example/
H A Dcoroutine-example.cpp70 namespace rules = sdbusplus::bus::match::rules; in startup()
71 auto match = sdbusplus::async::match(ctx, rules::nameOwnerChanged()); in startup()
/openbmc/linux/kernel/
H A Daudit_watch.c43 struct list_head rules; /* anchor for krule->rlist */ member
109 WARN_ON(!list_empty(&watch->rules)); in audit_put_watch()
168 INIT_LIST_HEAD(&watch->rules); in audit_init_watch()
277 list_for_each_entry_safe(r, nextr, &owatch->rules, rlist) { in audit_update_watch()
298 list_add(&nentry->rule.rlist, &nwatch->rules); in audit_update_watch()
330 list_for_each_entry_safe(r, nextr, &w->rules, rlist) { in audit_remove_parent_watches()
395 list_add(&krule->rlist, &watch->rules); in audit_add_to_parent()
454 if (list_empty(&watch->rules)) { in audit_remove_watch_rule()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drail_tests.cpp134 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
137 System system{std::move(rules), std::move(chassisVec)}; in TEST()
225 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
228 System system{std::move(rules), std::move(chassisVec)}; in TEST()
281 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
284 System system{std::move(rules), std::move(chassisVec)}; in TEST()
362 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
365 System system{std::move(rules), std::move(chassisVec)}; in TEST()
423 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
426 System system{std::move(rules), std::move(chassisVec)}; in TEST()
H A Dconfiguration_tests.cpp133 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
136 System system{std::move(rules), std::move(chassisVec)}; in TEST()
193 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
196 System system{std::move(rules), std::move(chassisVec)}; in TEST()
260 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
263 System system{std::move(rules), std::move(chassisVec)}; in TEST()
328 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
331 System system{std::move(rules), std::move(chassisVec)}; in TEST()
399 std::vector<std::unique_ptr<Rule>> rules{}; in TEST() local
402 System system{std::move(rules), std::move(chassisVec)}; in TEST()
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Ddhcp-done_git.bb16 SRC_URI += "file://50-dhcp-done.rules"
21 install -m0644 ${WORKDIR}/50-dhcp-done.rules $nftables_dir/
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/
H A Dusb-modeswitch-data_20191128.bb14 oe_runmake install DESTDIR=${D} RULESDIR=${D}/${nonarch_base_libdir}/udev/rules.d
18 FILES:${PN} += "${nonarch_base_libdir}/udev/rules.d/ \
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/
H A Dobmc-console_%.bbappend16 rm -rf ${D}${nonarch_base_libdir}/udev/rules.d/80-obmc-console-uart.rules
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.hpp45 sdbusplus::bus::match::rules::interfacesAdded() + in Watch()
46 sdbusplus::bus::match::rules::path(OBJ_SOFTWARE), in Watch()
/openbmc/linux/net/ceph/crush/
H A Dcrush.c122 if (map->rules) { in crush_destroy()
125 crush_destroy_rule(map->rules[b]); in crush_destroy()
126 kfree(map->rules); in crush_destroy()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch51 diff -up tftp-hpa-0.48/tftpd/sample.rules.tftpboot tftp-hpa-0.48/tftpd/sample.rules
52 --- tftp-hpa-0.48/tftpd/sample.rules.tftpboot 2008-05-29 17:38:46.000000000 +0200
53 +++ tftp-hpa-0.48/tftpd/sample.rules 2008-05-29 17:38:05.000000000 +0200
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtwfw.c36 struct rules_map rules SEC(".maps");
47 struct rule* rule = bpf_map_lookup_elem(&rules, &key); in twfw_verifier()
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.hpp28 sdbusplus::bus::match::rules::interfacesAdded() + in Handler()
29 sdbusplus::bus::match::rules::sender( in Handler()

12345678910>>...39