/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_user_management_sub_menu.robot | 3 Documentation Test OpenBMC GUI "User management" sub-menu of "Security and access". 16 ${xpath_user_management_heading} //h1[text()="User management"] 17 ${xpath_select_user} //input[contains(@class,"custom-control-input")] 19 ${xpath_add_user} //button[contains(text(),'Add user')] 20 ${xpath_edit_user} //*[@data-test-id='userManagement-tableRowAction-edit-0'] 21 ${xpath_delete_user} //*[@data-test-id='userManagement-tableRowAction-delete-1'] 22 ${xpath_account_status_enabled_button} //*[@data-test-id='userManagement-radioButton-statusEnable… 23 ${xpath_account_status_disabled_button} //*[@data-test-id='userManagement-radioButton-statusDisabl… 24 ${xpath_username_input_button} //*[@data-test-id='userManagement-input-username'] 25 ${xpath_privilege_list_button} //*[@data-test-id='userManagement-select-privilege'] [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_landing_page.py | 5 # SPDX-License-Identifier: GPL-2.0-only 7 # Copyright (C) 2013-2016 Intel Corporation 35 """ Test that the information icon is visible and clickable """ 37 self.wait_until_visible('#toaster-version-info-sign') 38 info_sign = self.find('#toaster-version-info-sign') 40 # check that the info sign is visible 45 info_sign.click() # click on the info sign make attribute 'aria-describedby' visible 46 info_model_id = info_sign.get_attribute('aria-describedby') 55 self.wait_until_visible('#navbar-docs') 56 documentation_link = self.find('#navbar-docs > a') [all …]
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | gui_resource.robot | 2 Documentation This is a resource file containing user-defined keywords for new Vue based OpenBMC G… 13 ${xpath_power_page} //*[@data-test-id='appHeader-container-power'] 14 ${xpath_power_shutdown} //*[@data-test-id='serverPowerOperations-button-shutDown'] 15 ${xpath_power_power_on} //*[@data-test-id='serverPowerOperations-button-powerOn'] 16 ${xpath_power_reboot} //*[@data-test-id='serverPowerOperations-button-reboot'] 33 # (e.g. https://openbmc-test.mybluemix.net/#/login). 64 # (e.g. https://openbmc-test.mybluemix.net/#/login). 104 Wait Until Element Is Not Visible 107 Launch Browser And Login GUI With Given User 108 [Documentation] Launch browser and login eBMC with specified user [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | curs507a.c | 37 nvif_msec(&nouveau_drm(wndw->plane.dev)->client.device, 100, in curs507a_space() 38 if (NVIF_TV32(&wndw->wimm.base.user, NV507A, FREE, COUNT, >=, 4)) in curs507a_space() 49 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_update() local 50 int ret = nvif_chan_wait(&wndw->wimm, 1); in curs507a_update() 52 NVIF_WR32(user, NV507A, UPDATE, in curs507a_update() 61 struct nvif_object *user = &wndw->wimm.base.user; in curs507a_point() local 62 int ret = nvif_chan_wait(&wndw->wimm, 1); in curs507a_point() 64 NVIF_WR32(user, NV507A, SET_CURSOR_HOT_SPOT_POINT_OUT, in curs507a_point() 65 NVVAL(NV507A, SET_CURSOR_HOT_SPOT_POINT_OUT, X, asyw->point.x) | in curs507a_point() 66 NVVAL(NV507A, SET_CURSOR_HOT_SPOT_POINT_OUT, Y, asyw->point.y)); in curs507a_point() [all …]
|
H A D | head.c | 43 .mask = asyh->clr.mask & ~(flush ? 0 : asyh->set.mask), in nv50_head_flush_clr() 46 if (clr.olut) head->func->olut_clr(head); in nv50_head_flush_clr() 47 if (clr.core) head->func->core_clr(head); in nv50_head_flush_clr() 48 if (clr.curs) head->func->curs_clr(head); in nv50_head_flush_clr() 54 if (asyh->set.curs ) head->func->curs_set(head, asyh); in nv50_head_flush_set_wndw() 55 if (asyh->set.olut ) { in nv50_head_flush_set_wndw() 56 asyh->olut.offset = nv50_lut_load(&head->olut, in nv50_head_flush_set_wndw() 57 asyh->olut.buffer, in nv50_head_flush_set_wndw() 58 asyh->state.gamma_lut, in nv50_head_flush_set_wndw() 59 asyh->olut.load); in nv50_head_flush_set_wndw() [all …]
|
/openbmc/linux/scripts/kconfig/tests/new_choice_with_dep/ |
H A D | __init__.py | 1 # SPDX-License-Identifier: GPL-2.0 3 Ask new choice values when they become visible. 6 visible during user configuration, oldconfig should recognize them 7 as (NEW), and ask the user for choice.
|
/openbmc/linux/Documentation/core-api/ |
H A D | cachetlb.rst | 19 if it can be proven that a user address space has never executed 25 virtual-->physical address translations obtained from the software 36 visible to the cpu. 43 This interface flushes an entire user address space from 46 'mm' will be visible to the cpu. That is, after running, 56 Here we are flushing a specific range of (user) virtual 59 modifications for the address space 'vma->vm_mm' in the range 60 'start' to 'end-1' will be visible to the cpu. That is, after 62 virtual addresses in the range 'start' to 'end-1'. 78 address space is available via vma->vm_mm. Also, one may [all …]
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | iommufd.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 13 IOMMUFD is the user API to control the IOMMU subsystem as it relates to managing 20 I/O page tables for all IOMMUs, with room in the design to add non-generic 30 User Visible Objects 31 -------------------- 35 - IOMMUFD_OBJ_IOAS, representing an I/O address space (IOAS), allowing map/unmap 36 of user space memory into ranges of I/O Virtual Address (IOVA). 41 - IOMMUFD_OBJ_DEVICE, representing a device that is bound to iommufd by an 44 - IOMMUFD_OBJ_HW_PAGETABLE, representing an actual hardware I/O page table 50 All user-visible objects are destroyed via the IOMMU_DESTROY uAPI. [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | kconfig-language.rst | 6 ------------ 11 +- Code maturity level options 12 | +- Prompt for development and/or incomplete code/drivers 13 +- General setup 14 | +- Networking support 15 | +- System V IPC 16 | +- BSD Process Accounting 17 | +- Sysctl support 18 +- Loadable module support 19 | +- Enable loadable module support [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 1999-2002 Russell King 12 #include <asm/glue-cache.h> 17 #define CACHE_COLOUR(vaddr) ((vaddr & (SHMLBA - 1)) >> PAGE_SHIFT) 21 * and does not require cleaning before returning it to the user. 29 * The arch/arm/mm/cache-*.S and arch/arm/mm/proc-*.S files 35 * See Documentation/core-api/cachetlb.rst for more information. 37 * effects are cache-type (VIVT/VIPT/PIPT) specific. 42 * Currently only needed for cache-v6.S and cache-v7.S, see 52 * inner shareable and invalidate the I-cache. [all …]
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 ** Copyright (C) 2000 Grant Grundler, Hewlett-Packard 43 * struct user_regs_struct - User general purpose registers 45 * This is the user-visible general purpose register state structure 64 unsigned long _pad[80-64]; /* pad to ELF_NGREG (80) */ 68 * struct user_fp_struct - User floating point registers 70 * This is the user-visible floating point register state structure. 85 * These ones are taken from IA-64 on the assumption that theirs are
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | RPL-1.5 | 8 Copyright (C) 2001-2007 35 any form -- either internally or to an outside party. Once you start running 39 source code, etc. -- regardless of whether they`re compiled into a single 40 binary or used as two halves of client/server application -- must be shared. 99 his or her personal, private and non-commercial purposes. An individual`s use 102 (commercial or non-commercial) does not qualify as Personal Use. 129 1.17 "User-Visible Attribution Notice" means any notice contained in EXHIBIT B. 152 this License, Licensor hereby grants You a world-wide, royalty-free, non- 178 Section 6 below, each Contributor hereby grants You a world-wide, royalty- 179 free, non-exclusive license, subject to said Contributor`s intellectual [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0006-themes-Industrial-add-info-label-in-ui.patch | 7 themes/Industrial to tell user some useful information such as 10 Upstream-Status: Submitted [https://sourceforge.net/p/lxdm/code/merge-requests/1/] 12 Signed-off-by: Kai Kang <kai.kang@windriver.com> 13 --- 14 data/themes/Industrial/greeter-gtk3.ui | 27 +++++++++++++++++++++++++- 15 data/themes/Industrial/greeter.ui | 27 +++++++++++++++++++++++++- 17 3 files changed, 57 insertions(+), 2 deletions(-) 19 diff --git a/data/themes/Industrial/greeter-gtk3.ui b/data/themes/Industrial/greeter-gtk3.ui 21 --- a/data/themes/Industrial/greeter-gtk3.ui 22 +++ b/data/themes/Industrial/greeter-gtk3.ui [all …]
|
H A D | 0001-greeter-set-visible-when-switch-to-input-user.patch | 4 Subject: [PATCH 1/8] greeter: set visible when switch to input user 6 It switches back to input user entry if press Esc key when input the 7 password. At this time, the user name input is shown as '*' rather than 11 Upstream-Status: Submitted [https://sourceforge.net/p/lxdm/code/merge-requests/1/] 13 Signed-off-by: Kai Kang <kai.kang@windriver.com> 14 --- 18 diff --git a/src/greeter.c b/src/greeter.c 20 --- a/src/greeter.c 22 @@ -139,6 +139,8 @@ static void switch_to_input_user(void) 25 gtk_label_set_text( GTK_LABEL(prompt), _("User:")); [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | kconfig.rst | 13 SCSI adapters. Arm, s390 and x86 boards can all present a virtio-blk 21 QEMU uses a simple domain-specific language to describe the dependencies 28 user can add to that board; 36 This domain-specific language is based on the Kconfig language that 40 Unlike Linux, there is no user interface to edit the configuration, which 41 is instead specified in per-target files under the ``default-configs/`` 48 -------------------- 51 Note that configurable components are _not_ visible in C code as preprocessor 52 symbols; they are only visible in the Makefile. Each configurable component 78 include it for clarity and future-proofing. After ``bool`` the following [all …]
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | jack.rst | 5 ALSA has a standard API for representing physical jacks to user space, 9 - It allows more than one jack detection method to work together on one 10 user visible jack. In embedded systems it is common for multiple 14 - Integration with DAPM, allowing DAPM endpoints to be updated 29 The jack - struct snd_soc_jack 32 This represents a physical jack on the system and is what is visible to 33 user space. The jack itself is completely passive, it is set up by the 58 Often this is done based on the status of a GPIO - a handler for this is
|
/openbmc/linux/drivers/tty/serial/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 19 comment "Non-8250 serial port support" 39 messages and warnings and which allows logins in single user mode). 41 Even if you say Y here, the currently visible framebuffer console 67 messages and warnings and which allows logins in single user mode). 69 Even if you say Y here, the currently visible framebuffer console 89 bool "Early console using RISC-V SBI" 95 Support for early debug console using RISC-V SBI. This enables 101 tristate "BCM1xxx on-chip DUART serial support" 107 the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that [all …]
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | ldap-controller.html | 2 <div class="ldap" id="configuration-ldap"> 15 <label class="control-check ldap__control-check"> 16 <input type="checkbox" aria-labelledby="ldap-auth-label" 17 ng-change="updateServiceEnabled(); ldap__configuration.$setUntouched()" 18 ng-model="ldapProperties.ServiceEnabled" /> 20 <span id="ldap-auth-label" class="control__label"> 27 <form id="ldap__configuration" name="ldap__configuration" ng-class="{'submitted': submitted}" 29 <fieldset ng-disabled="!ldapProperties.ServiceEnabled"> 30 <legend class="screen-reader-offscreen">LDAP Settings</legend> 31 <div class="ldap__configure-settings row column"> [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 47 enum symbol_type type = sym->type; in sym_get_type() 50 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 91 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 92 if (prop->visible.tri != no) in sym_get_default_prop() 103 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 104 if (prop->visible.tri != no) in sym_get_range_prop() 113 switch (sym->type) { in sym_get_range_val() 123 return strtoll(sym->curr.val, NULL, base); in sym_get_range_val() [all …]
|
H A D | expr.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 49 #define EXPR_NOT(dep) (2-(dep)) 52 for (e = (l); e && (s = e->right.sym); e = e->left.expr) 70 S_DEF_USER, /* main user value */ 96 * from the user value set in e.g. a .config file, due to visibility. 107 * An upper bound on the tristate value the user can set for the symbol 110 * ifs. If 'n', the user value will be ignored. 114 tristate visible; member 134 …bols(i, sym) for (i = 0; i < SYMBOL_HASHSIZE; i++) for (sym = symbol_hash[i]; sym; sym = sym->next) [all …]
|
/openbmc/qemu/include/hw/intc/ |
H A D | bcm2836_control.h | 12 * See the COPYING file in the top-level directory. 26 #define TYPE_BCM2836_CONTROL "bcm2836-control" 43 /* interrupt status regs (derived from input pins; not visible to user) */ 52 /* interrupt source registers, post-routing (also input-derived; visible) */
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | symbol.c | 2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> 42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default() 58 sym->type = S_STRING; in sym_init() 59 sym->flags |= SYMBOL_AUTO; in sym_init() 65 enum symbol_type type = sym->type; in sym_get_type() 68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 121 if (prop->visible.tri != no) in sym_get_default_prop() 132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 133 if (prop->visible.tri != no) in sym_get_range_prop() [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | ppdev.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 5 * User-space parallel port device driver (header file). 7 * Copyright (C) 1998-9 Tim Waugh <tim@cyberelk.demon.co.uk> 65 /* Data line direction: non-zero for input mode. */ 95 /* flags visible to the world */ 100 /* only masks user-visible flags */
|
/openbmc/qemu/qapi/ |
H A D | job.json | 1 # -*- Mode: Python -*- 13 # @commit: block commit job type, see "block-commit" 15 # @stream: block stream job type, see "block-stream" 17 # @mirror: drive mirror job type, see "drive-mirror" 19 # @backup: drive backup job type, see "drive-backup" 21 # @create: image creation job type, see "blockdev-create" (since 3.0) 23 # @amend: image options amend job type, see "x-blockdev-amend" (since 26 # @snapshot-load: snapshot load job type, see "snapshot-load" (since 29 # @snapshot-save: snapshot save job type, see "snapshot-save" (since 32 # @snapshot-delete: snapshot delete job type, see "snapshot-delete" [all …]
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpuacct.rst | 8 The CPU accounting controller supports multi-hierarchy groups. An accounting 14 # mount -t cgroup -ocpuacct none /sys/fs/cgroup 17 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in 35 CPU time obtained by the cgroup into user and system times. Currently 38 user: Time spent by tasks of the cgroup in user mode. 41 user and system are in USER_HZ unit. 43 cpuacct controller uses percpu_counter interface to collect user and 46 - It is theoretically possible to see wrong values for user and system times. 49 - It is possible to see slightly outdated values for user and system times
|