| /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() {
|
| H A D | form-input-error.js | 3 scope: {hasError: '='}, 5 link: function(scope, elm, attrs, ngModel) { 6 scope.$watch('hasError', function(value) {
|
| H A D | app-navigation.js | 57 link: function(scope, element, attributes) { 62 if (scope.showSubMenu) { 63 scope.$apply(function() { 64 scope.showSubMenu = true;
|
| H A D | confirm.js | 25 link: function(scope, e) { 26 scope.$watch('confirm', function() { 27 if (scope.confirm) {
|
| H A D | input.js | 6 return function(scope, element, attrs) { argument 14 if (!scope[attrs.ngModel] && elem) {
|
| /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/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/openbmc/meta-google/recipes-google/networking/files/ |
| H A D | gbmc-ip-monitor-test.sh | 69 inet 127.0.0.1/8 scope host lo 71 inet6 ::1/128 scope host 76 inet 192.168.242.57/23 brd 192.168.243.255 scope global dynamic noprefixroute eno2 78 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic 86 [ADDR]1: lo inet 127.0.0.1/8 scope host lo 87 [ADDR]1: lo inet6 ::1/128 scope host 88 [ADDR]2: eno2 inet 192.168.242.57/23 brd 192.168.243.255 scope global dynamic noprefixroute eno2 89 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic 100 192.168.242.0/23 dev eno2 proto kernel scope link src 192.168.242.57 metric 100 114 [ROUTE]192.168.242.0/23 dev eno2 proto kernel scope link src 192.168.242.57 metric 100 [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/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/phosphor-webui/app/server-control/directives/ |
| H A D | kvm-console.js | 19 scope: {newWindowBtn: '=?'}, link: function(scope, element) { 59 scope.openWindow = function() {
|
| /openbmc/telemetry/redfish-tests/ |
| H A D | conftest.py | 14 @pytest.fixture(scope="session") 22 @pytest.fixture(scope="session") 28 @pytest.fixture(scope="function")
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex-acpi.c | 12 Aml *scope, uint8_t bus_num) in acpi_dsdt_add_pci_route_table() argument 50 aml_append(scope, dev_gsi); in acpi_dsdt_add_pci_route_table() 88 void acpi_dsdt_add_gpex(Aml *scope, struct GPEXConfig *cfg) in acpi_dsdt_add_gpex() argument 140 acpi_dsdt_add_pci_route_table(dev, cfg->irq, scope, bus_num); in acpi_dsdt_add_gpex() 158 aml_append(scope, dev); in acpi_dsdt_add_gpex() 172 acpi_dsdt_add_pci_route_table(dev, cfg->irq, scope, 0); in acpi_dsdt_add_gpex() 244 aml_append(scope, dev); in acpi_dsdt_add_gpex() 249 void acpi_dsdt_add_gpex_host(Aml *scope, uint32_t irq) in acpi_dsdt_add_gpex_host() argument 259 acpi_dsdt_add_gpex(scope, &GPEX_HOST(obj)->gpex_cfg); in acpi_dsdt_add_gpex_host()
|
| /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() 206 static void acpi_dsdt_add_iommu_sys(Aml *scope, const MemMapEntry *iommu_memmap, in acpi_dsdt_add_iommu_sys() argument 224 aml_append(scope, dev); in acpi_dsdt_add_iommu_sys() 445 Aml *scope, *dsdt; in build_dsdt() local 462 scope = aml_scope("\\_SB"); in build_dsdt() [all …]
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pci-bridge.c | 20 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope) in build_pci_bridge_aml() argument 27 build_append_pci_bus_devices(scope, sec_bus); in build_pci_bridge_aml() 34 build_append_pcihp_slots(scope, sec_bus); in build_pci_bridge_aml()
|
| H A D | vmclock.c | 30 Aml *ssdt, *dev, *scope, *crs; in vmclock_build_acpi() local 38 scope = aml_scope("\\_SB"); in vmclock_build_acpi() 56 aml_append(scope, dev); in vmclock_build_acpi() 57 aml_append(ssdt, scope); in vmclock_build_acpi()
|
| H A D | acpi_interface.c | 16 void qbus_build_aml(BusState *bus, Aml *scope) in qbus_build_aml() argument 21 call_dev_aml_func(DEVICE(kid->child), scope); in qbus_build_aml()
|
| H A D | pcihp.c | 632 Aml *scope; in build_acpi_pci_hotplug() local 636 scope = aml_scope("_SB.PCI0"); in build_acpi_pci_hotplug() 638 aml_append(scope, in build_acpi_pci_hotplug() 643 aml_append(scope, field); in build_acpi_pci_hotplug() 645 aml_append(scope, in build_acpi_pci_hotplug() 650 aml_append(scope, field); in build_acpi_pci_hotplug() 652 aml_append(scope, in build_acpi_pci_hotplug() 658 aml_append(scope, field); in build_acpi_pci_hotplug() 660 aml_append(scope, aml_mutex("BLCK", 0)); in build_acpi_pci_hotplug() 669 aml_append(scope, method); in build_acpi_pci_hotplug() [all …]
|
| /openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/ |
| H A D | password-visibility-toggle.js | 20 link: function(scope, element) { 21 const instanceScope = scope.$new();
|
| /openbmc/qemu/hw/nvram/ |
| H A D | fw_cfg-acpi.c | 11 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap) in fw_cfg_acpi_dsdt_add() argument 23 aml_append(scope, dev); in fw_cfg_acpi_dsdt_add()
|