/openbmc/linux/drivers/acpi/acpica/ |
H A D | psscope.c | 32 return (parser_state->scope->parse_scope.op); in acpi_ps_get_parent_scope() 53 ((parser_state->aml >= parser_state->scope->parse_scope.arg_end in acpi_ps_has_completed_scope() 54 || !parser_state->scope->parse_scope.arg_count))); in acpi_ps_has_completed_scope() 74 union acpi_generic_state *scope; in acpi_ps_init_scope() local 78 scope = acpi_ut_create_generic_state(); in acpi_ps_init_scope() 79 if (!scope) { in acpi_ps_init_scope() 83 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE; in acpi_ps_init_scope() 84 scope->parse_scope.op = root_op; in acpi_ps_init_scope() 85 scope->parse_scope.arg_count = ACPI_VAR_ARGS; in acpi_ps_init_scope() 86 scope->parse_scope.arg_end = parser_state->aml_end; in acpi_ps_init_scope() [all …]
|
H A D | dswscope.c | 40 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 D | dirPagination.js | 78 return function dirPaginationLinkFn(scope, element, attrs) { argument 83 $parse(attrs.paginationId)(scope) || attrs.paginationId || DEFAULT_ID; 99 makeCurrentPageGetterFn(scope, attrs, paginationId); 101 paginationId, currentPageGetter, scope); 105 scope.$watch( 107 return $parse(attrs.totalItems)(scope); 116 scope.$watchCollection( 118 return collectionGetter(scope); 133 compiled(scope); 232 function makeCurrentPageGetterFn(scope, attrs, paginationId) { argument [all …]
|
H A D | click-outside.js | 8 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 D | file.js | 6 scope: {file: '='}, 7 link: function(scope, el, attrs) { 10 scope.file = file ? file : undefined; 11 scope.$apply();
|
H A D | password-confirmation.js | 20 scope: {firstPassword: '='}, 21 link: function(scope, element, attrs, controller) { 28 scope.firstPassword ? scope.firstPassword : '';
|
H A D | toggle-flag.js | 9 link: function(scope, element, attrs) { 15 scope[attrs.toggleFlag] = false; 16 scope.$apply(); 23 scope.$on('$destroy', function() {
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | sys_m68k.c | 68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040() argument 72 switch (scope) in cache_flush_040() 228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060() argument 238 switch (scope) in cache_flush_060() 378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush() argument 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() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/ |
H A D | 0001-scope-Use-0-instead-of-NULL-for-gboolean.patch | 4 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 D | test_lwt_seg6local.sh | 101 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 110 ip netns exec ${NS4} ip -6 addr add fb00::78/16 dev veth7 scope link [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/files/ |
H A D | gbmc-ip-monitor-test.sh | 66 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 85 [ADDR]2: eno2 inet 192.168.242.57/23 brd 192.168.243.255 scope global dynamic noprefixroute eno2 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 [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-microvm.c | 49 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/linux/drivers/counter/ |
H A D | counter-sysfs.c | 40 enum counter_scope scope; member 113 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() 371 if (a->scope != COUNTER_SCOPE_SIGNAL || in counter_comp_array_u32_show() 394 a->scope != COUNTER_SCOPE_SIGNAL) in counter_comp_array_u32_store() 421 switch (a->scope) { in counter_comp_array_u64_show() [all …]
|
/openbmc/phosphor-webui/app/access-control/directives/ |
H A D | username-validator.js | 17 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 D | acpi-vga.c | 6 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 D | aicasm_symbol.h | 168 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/linux/arch/arm64/kernel/ |
H A D | proton-pack.c | 202 bool has_spectre_v2(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v2() argument 204 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v2() 325 bool has_spectre_v3a(const struct arm64_cpu_capabilities *entry, int scope) in has_spectre_v3a() argument 333 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v3a() 511 bool has_spectre_v4(const struct arm64_cpu_capabilities *cap, int scope) in has_spectre_v4() argument 515 WARN_ON(scope != SCOPE_LOCAL_CPU || preemptible()); in has_spectre_v4() 848 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() [all …]
|
H A D | cpu_errata.c | 18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() argument 23 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() 45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() argument 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 114 return is_affected_midr_range_list(entry, scope) && is_kernel_in_hyp_mode(); in has_cortex_a76_erratum_1463225() [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 67 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus() argument 76 aml_append(scope, dev); in acpi_dsdt_add_cpus() 80 static void acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() argument 95 aml_append(scope, dev); in acpi_dsdt_add_uart() 98 static void acpi_dsdt_add_flash(Aml *scope, const MemMapEntry *flash_memmap) in acpi_dsdt_add_flash() argument 111 aml_append(scope, dev); in acpi_dsdt_add_flash() 119 aml_append(scope, dev); in acpi_dsdt_add_flash() 122 static void acpi_dsdt_add_pci(Aml *scope, const MemMapEntry *memmap, in acpi_dsdt_add_pci() argument 138 acpi_dsdt_add_gpex(scope, &cfg); in acpi_dsdt_add_pci() 141 static void acpi_dsdt_add_gpio(Aml *scope, const MemMapEntry *gpio_memmap, in acpi_dsdt_add_gpio() argument [all …]
|
/openbmc/qemu/include/hw/acpi/ |
H A D | acpi_aml_interface.h | 15 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/arch/arm64/include/asm/ |
H A D | spectre.h | 85 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/qemu/hw/riscv/ |
H A D | virt-acpi-build.c | 118 static void acpi_dsdt_add_cpus(Aml *scope, RISCVVirtState *s) in acpi_dsdt_add_cpus() argument 140 aml_append(scope, dev); in acpi_dsdt_add_cpus() 144 static void acpi_dsdt_add_plic_aplic(Aml *scope, uint8_t socket_count, in acpi_dsdt_add_plic_aplic() argument 164 aml_append(scope, dev); in acpi_dsdt_add_plic_aplic() 169 acpi_dsdt_add_uart(Aml *scope, const MemMapEntry *uart_memmap, in acpi_dsdt_add_uart() argument 198 aml_append(scope, dev); in acpi_dsdt_add_uart() 414 Aml *scope, *dsdt; in build_dsdt() local 431 scope = aml_scope("\\_SB"); in build_dsdt() 432 acpi_dsdt_add_cpus(scope, s); in build_dsdt() 434 fw_cfg_acpi_dsdt_add(scope, &memmap[VIRT_FW_CFG]); in build_dsdt() [all …]
|
/openbmc/pldm/requester/test/ |
H A D | handler_test.cpp | 158 exec::async_scope scope; in TEST_F() local 166 scope.spawn( in TEST_F() 200 stdexec::sync_wait(scope.on_empty()); in TEST_F() 205 exec::async_scope scope; in TEST_F() local 214 scope.spawn( in TEST_F() 228 scope.request_stop(); in TEST_F() 232 stdexec::sync_wait(scope.on_empty()); in TEST_F() 263 exec::async_scope scope; in TEST_F() local 272 scope.spawn(stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F() 295 stdexec::sync_wait(scope.on_empty()); in TEST_F()
|
/openbmc/linux/kernel/ |
H A D | pid_sysctl.h | 13 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/net/sctp/ |
H A D | bind_addr.c | 34 union sctp_addr *addr, enum sctp_scope scope, 45 enum sctp_scope scope, gfp_t gfp, in sctp_bind_addr_copy() argument 56 error = sctp_copy_one_addr(net, dest, &addr->a, scope, in sctp_bind_addr_copy() 66 if (list_empty(&dest->address_list) && (SCTP_SCOPE_GLOBAL == scope)) { in sctp_bind_addr_copy() 460 union sctp_addr *addr, enum sctp_scope scope, in sctp_copy_one_addr() argument 466 error = sctp_copy_local_addr_list(net, dest, scope, gfp, flags); in sctp_copy_one_addr() 467 } else if (sctp_in_scope(net, addr, scope)) { in sctp_copy_one_addr() 506 enum sctp_scope scope) in sctp_in_scope() argument 528 if (addr_scope <= scope) in sctp_in_scope() 532 if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope) in sctp_in_scope() [all …]
|