Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/openbmc/linux/drivers/acpi/acpica/
H A Dpsscope.c79 if (!scope) { in acpi_ps_init_scope()
89 parser_state->scope = scope; in acpi_ps_init_scope()
120 if (!scope) { in acpi_ps_push_scope()
125 scope->parse_scope.op = op; in acpi_ps_push_scope()
132 acpi_ut_push_generic_state(&parser_state->scope, scope); in acpi_ps_push_scope()
168 union acpi_generic_state *scope = parser_state->scope; in acpi_ps_pop_scope() local
174 if (scope->common.next) { in acpi_ps_pop_scope()
175 scope = acpi_ut_pop_generic_state(&parser_state->scope); in acpi_ps_pop_scope()
179 *op = scope->parse_scope.op; in acpi_ps_pop_scope()
225 while (parser_state->scope) { in acpi_ps_cleanup_scope()
[all …]
H A Ddswscope.c40 walk_state->scope_info = scope_info->scope.next; in acpi_ds_scope_stack_clear()
100 scope_info->scope.node = node; in acpi_ds_scope_stack_push()
114 scope.node), in acpi_ds_scope_stack_push()
123 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_push()
164 acpi_ut_get_node_name(scope_info->scope.node), in acpi_ds_scope_stack_pop()
171 scope.node), in acpi_ds_scope_stack_pop()
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js105 scope.$watch(
133 compiled(scope);
272 scope: class in dirPaginationControlsDirective.DDO
317 scope.autoHide = scope.autoHide === undefined ? true : scope.autoHide;
326 scope.pages = [];
337 scope.$watch(
350 scope.$watch(
362 scope.$watch(
423 scope.pagination.last = scope.pages[scope.pages.length - 1];
424 if (scope.pagination.last < scope.pagination.current) {
[all …]
H A Dclick-outside.js8 restrict: 'A', scope: {clickOutside: '&'},
9 link: function(scope, el, attr) {
12 scope.$apply(function() {
13 scope.$eval(scope.clickOutside);
19 scope.$on('$destroy', function() {
H A Dfile.js6 scope: {file: '='},
7 link: function(scope, el, attrs) {
10 scope.file = file ? file : undefined;
11 scope.$apply();
H A Dpassword-confirmation.js20 scope: {firstPassword: '='},
21 link: function(scope, element, attrs, controller) {
28 scope.firstPassword ? scope.firstPassword : '';
H A Dtoggle-flag.js9 link: function(scope, element, attrs) {
15 scope[attrs.toggleFlag] = false;
16 scope.$apply();
23 scope.$on('$destroy', function() {
H A Dform-input-error.js3 scope: {hasError: '='},
5 link: function(scope, elm, attrs, ngModel) {
6 scope.$watch('hasError', function(value) {
H A Dapp-navigation.js57 link: function(scope, element, attributes) {
62 if (scope.showSubMenu) {
63 scope.$apply(function() {
64 scope.showSubMenu = true;
/openbmc/linux/arch/m68k/kernel/
H A Dsys_m68k.c72 switch (scope) in cache_flush_040()
238 switch (scope) in cache_flush_060()
382 if (scope < FLUSH_SCOPE_LINE || scope > FLUSH_SCOPE_ALL || in sys_cacheflush()
386 if (scope == FLUSH_SCOPE_ALL) { in sys_cacheflush()
411 if (scope == FLUSH_SCOPE_LINE && len < 256) { in sys_cacheflush()
444 if (len>=3*PAGE_SIZE && scope<FLUSH_SCOPE_PAGE) in sys_cacheflush()
445 scope=FLUSH_SCOPE_PAGE; in sys_cacheflush()
446 if (len>=10*PAGE_SIZE && scope<FLUSH_SCOPE_ALL) in sys_cacheflush()
447 scope=FLUSH_SCOPE_ALL; in sys_cacheflush()
449 ret = cache_flush_040 (addr, scope, cache, len); in sys_cacheflush()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0001-scope-Use-0-instead-of-NULL-for-gboolean.patch4 Subject: [PATCH] scope: Use 0 instead of NULL for gboolean
8 scope/src/stack.c:168:11: error: incompatible pointer to integer conversion initializing 'gboolean'…
16 scope/src/stack.c | 2 +-
19 diff --git a/scope/src/stack.c b/scope/src/stack.c
21 --- a/scope/src/stack.c
22 +++ b/scope/src/stack.c
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lwt_seg6local.sh101 ip netns exec ${NS1} ip -6 addr add fb00::12/16 dev veth1 scope link
102 ip netns exec ${NS1} ip -6 route add fb00::21 dev veth1 scope link
103 ip netns exec ${NS2} ip -6 addr add fb00::21/16 dev veth2 scope link
104 ip netns exec ${NS2} ip -6 addr add fb00::34/16 dev veth3 scope link
105 ip netns exec ${NS2} ip -6 route add fb00::43 dev veth3 scope link
106 ip netns exec ${NS3} ip -6 route add fb00::65 dev veth5 scope link
107 ip netns exec ${NS3} ip -6 addr add fb00::43/16 dev veth4 scope link
108 ip netns exec ${NS3} ip -6 addr add fb00::56/16 dev veth5 scope link
109 ip netns exec ${NS4} ip -6 addr add fb00::65/16 dev veth6 scope link
111 ip netns exec ${NS4} ip -6 route add fb00::87 dev veth7 scope link
[all …]
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh66 inet 127.0.0.1/8 scope host lo
68 inet6 ::1/128 scope host
73 inet 192.168.242.57/23 brd 192.168.243.255 scope global dynamic noprefixroute eno2
75 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
83 [ADDR]1: lo inet 127.0.0.1/8 scope host lo
84 [ADDR]1: lo inet6 ::1/128 scope host
86 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
96 192.168.242.0/23 dev eno2 proto kernel scope link src 192.168.242.57 metric 100
110 [ROUTE]192.168.242.0/23 dev eno2 proto kernel scope link src 192.168.242.57 metric 100
138 expect_streq "$scope" 'global'
[all …]
/openbmc/qemu/hw/i386/
H A Dacpi-microvm.c49 static void acpi_dsdt_add_virtio(Aml *scope, in acpi_dsdt_add_virtio() argument
81 virtio_acpi_dsdt_add(scope, base, size, irq, index, 1); in acpi_dsdt_add_virtio()
86 static void acpi_dsdt_add_xhci(Aml *scope, MicrovmMachineState *mms) in acpi_dsdt_add_xhci() argument
89 xhci_sysbus_build_aml(scope, MICROVM_XHCI_BASE, MICROVM_XHCI_IRQ); in acpi_dsdt_add_xhci()
93 static void acpi_dsdt_add_pci(Aml *scope, MicrovmMachineState *mms) in acpi_dsdt_add_pci() argument
99 acpi_dsdt_add_gpex(scope, &mms->gpex); in acpi_dsdt_add_pci()
107 Aml *dsdt, *sb_scope, *scope, *pkg; in build_dsdt_microvm() local
132 scope = aml_scope("\\"); in build_dsdt_microvm()
138 aml_append(scope, aml_name_decl("_S5", pkg)); in build_dsdt_microvm()
139 aml_append(dsdt, scope); in build_dsdt_microvm()
/openbmc/phosphor-webui/app/access-control/directives/
H A Dusername-validator.js17 restrict: 'A', require: 'ngModel', scope: {existingUsernames: '='},
18 link: function(scope, element, attrs, controller) {
19 if (scope.existingUsernames === undefined) {
25 const matchedExisting = scope.existingUsernames.find(
/openbmc/qemu/hw/display/
H A Dacpi-vga.c6 void build_vga_aml(AcpiDevAmlIf *adev, Aml *scope) in build_vga_aml() argument
17 aml_append(scope, method); in build_vga_aml()
21 aml_append(scope, method); in build_vga_aml()
25 aml_append(scope, method); in build_vga_aml()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h168 typedef struct scope { struct
169 SLIST_ENTRY(scope) scope_stack_links;
170 TAILQ_ENTRY(scope) scope_links;
171 TAILQ_HEAD(, scope) inner_scope;
181 SLIST_HEAD(scope_list, scope); argument
182 TAILQ_HEAD(scope_tailq, scope);
/openbmc/qemu/include/hw/acpi/
H A Dacpi_aml_interface.h15 typedef void (*dev_aml_fn)(AcpiDevAmlIf *adev, Aml *scope);
42 static inline void call_dev_aml_func(DeviceState *dev, Aml *scope) in call_dev_aml_func() argument
46 fn(ACPI_DEV_AML_IF(dev), scope); in call_dev_aml_func()
50 void qbus_build_aml(BusState *bus, Aml *scope);
/openbmc/linux/drivers/counter/
H A Dcounter-sysfs.c113 switch (a->scope) { in counter_comp_u8_show()
154 switch (a->scope) { in counter_comp_u8_store()
182 switch (a->scope) { in counter_comp_u32_show()
279 switch (a->scope) { in counter_comp_u32_store()
310 switch (a->scope) { in counter_comp_u64_show()
342 switch (a->scope) { in counter_comp_u64_store()
421 switch (a->scope) { in counter_comp_array_u64_show()
457 switch (a->scope) { in counter_comp_array_u64_store()
583 counter_attr->scope = scope; in counter_attr_create()
1085 scope, NULL); in counter_sysfs_attr_add()
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Dspectre.h85 bool has_spectre_v2(const struct arm64_cpu_capabilities *cap, int scope);
88 bool has_spectre_v3a(const struct arm64_cpu_capabilities *cap, int scope);
92 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope);
99 bool is_spectre_bhb_affected(const struct arm64_cpu_capabilities *entry, int scope);
100 u8 spectre_bhb_loop_affected(int scope);
/openbmc/linux/kernel/
H A Dpid_sysctl.h13 int err, scope, parent_scope; in pid_mfd_noexec_dointvec_minmax() local
23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope); in pid_mfd_noexec_dointvec_minmax()
25 table_copy.data = &scope; in pid_mfd_noexec_dointvec_minmax()
30 WRITE_ONCE(ns->memfd_noexec_scope, scope); in pid_mfd_noexec_dointvec_minmax()
/openbmc/linux/arch/arm64/kernel/
H A Dproton-pack.c848 u8 spectre_bhb_loop_affected(int scope) in spectre_bhb_loop_affected() argument
853 if (scope == SCOPE_LOCAL_CPU) { in spectre_bhb_loop_affected()
919 static bool is_spectre_bhb_fw_affected(int scope) in is_spectre_bhb_fw_affected() argument
932 if (scope != SCOPE_LOCAL_CPU) in is_spectre_bhb_fw_affected()
944 static bool supports_ecbhb(int scope) in supports_ecbhb() argument
948 if (scope == SCOPE_LOCAL_CPU) in supports_ecbhb()
958 int scope) in is_spectre_bhb_affected() argument
962 if (supports_csv2p3(scope)) in is_spectre_bhb_affected()
965 if (supports_clearbhb(scope)) in is_spectre_bhb_affected()
968 if (spectre_bhb_loop_affected(scope)) in is_spectre_bhb_affected()
[all …]
H A Dcpu_errata.c23 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range()
38 int scope) in is_affected_midr_range_list() argument
40 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_affected_midr_range_list()
49 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in is_kryo_midr()
60 int scope) in has_mismatched_cache_type() argument
66 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_mismatched_cache_type()
112 int scope) in has_cortex_a76_erratum_1463225() argument
185 int scope) in needs_tx2_tvm_workaround() argument
189 if (!is_affected_midr_range_list(entry, scope) || in needs_tx2_tvm_workaround()
203 int scope) in has_neoverse_n1_erratum_1542419() argument
[all …]
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c77 aml_append(scope, dev); in acpi_dsdt_add_cpus()
96 aml_append(scope, dev); in acpi_dsdt_add_uart()
112 aml_append(scope, dev); in acpi_dsdt_add_flash()
120 aml_append(scope, dev); in acpi_dsdt_add_flash()
139 acpi_dsdt_add_gpex(scope, &cfg); in acpi_dsdt_add_pci()
169 aml_append(scope, dev); in acpi_dsdt_add_gpio()
203 aml_append(scope, dev); in acpi_dsdt_add_tpm()
808 Aml *scope, *dsdt; in build_dsdt() local
823 scope = aml_scope("\\_SB"); in build_dsdt()
862 acpi_dsdt_add_tpm(scope, vms); in build_dsdt()
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_nat_redirect.c83 static bool nf_nat_redirect_ipv6_usable(const struct inet6_ifaddr *ifa, unsigned int scope) in nf_nat_redirect_ipv6_usable() argument
93 if (scope) { in nf_nat_redirect_ipv6_usable()
96 if (!(scope & ifa_scope)) in nf_nat_redirect_ipv6_usable()
112 unsigned int scope = ipv6_addr_scope(&ipv6_hdr(skb)->daddr); in nf_nat_redirect_ipv6() local
122 if (!nf_nat_redirect_ipv6_usable(ifa, scope)) in nf_nat_redirect_ipv6()

12345678910>>...22