Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 166) sorted by relevance

1234567

/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_sys.h151 void *shadow = s->cena + offset; in qbman_cena_write_start() local
155 s->addr_cena, offset, shadow); in qbman_cena_write_start()
158 dcbz(shadow); in qbman_cena_write_start()
159 return shadow; in qbman_cena_write_start()
165 const uint32_t *shadow = cmd; in qbman_cena_write_complete() local
170 s->addr_cena, offset, shadow); in qbman_cena_write_complete()
175 __raw_writel(shadow[loop], s->addr_cinh + in qbman_cena_write_complete()
178 __raw_writel(shadow[loop], s->addr_cena + in qbman_cena_write_complete()
185 uint32_t *shadow = s->cena + offset; in qbman_cena_read() local
190 s->addr_cena, offset, shadow); in qbman_cena_read()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/shadow/
H A Dshadow-sysroot_4.6.bb2 HOMEPAGE = "http://github.com/shadow-maint/shadow"
3 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
12 # file for the target sysroot - needed so the shadow-native utilities
27 # otherwise: dbus-dev depends on shadow-sysroot-dev which depends on shadow-sysroot
28 # and this has another copy of /etc/login.defs already provided by shadow
H A Dshadow_4.17.4.bb2 HOMEPAGE = "http://github.com/shadow-maint/shadow"
4 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
13 GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases"
21 file://shadow-update-pam-conf.patch \
81 RDEPENDS:${PN} = "shadow-securetty \
119 # Ensure that the image has as a /var/spool/mail dir so shadow can
120 # put mailboxes there if the user reconfigures shadow to its
162 chrpath -k -r ${STAGING_DIR_NATIVE}/lib-shadow-deps $binaries
163 mkdir -p ${D}${STAGING_DIR_NATIVE}/lib-shadow-deps/
165 …_NATIVE}/libbsd.so.* ${STAGING_LIBDIR_NATIVE}/libmd.so.* ${D}${STAGING_DIR_NATIVE}/lib-shadow-deps/
[all …]
/openbmc/qemu/target/hppa/
H A Dfpu_helper.c27 uint32_t shadow = env->fr[0] >> 32; in HELPER() local
30 env->fr0_shadow = shadow; in HELPER()
32 switch (FIELD_EX32(shadow, FPSR, RM)) { in HELPER()
48 d = FIELD_EX32(shadow, FPSR, D); in HELPER()
97 uint32_t shadow = env->fr0_shadow; in update_fr0_op() local
102 env->fr[0] = (uint64_t)shadow << 32; in update_fr0_op()
112 if (hard_exp & shadow) { in update_fr0_op()
113 shadow = FIELD_DP32(shadow, FPSR, T, 1); in update_fr0_op()
127 to_flag = hard_exp & ~shadow; in update_fr0_op()
128 shadow |= to_flag << (R_FPSR_FLAGS_SHIFT - R_FPSR_ENABLES_SHIFT); in update_fr0_op()
[all …]
H A Dsys_helper.c111 env->gr[1] = env->shadow[0]; in getshadowregs()
112 env->gr[8] = env->shadow[1]; in getshadowregs()
113 env->gr[9] = env->shadow[2]; in getshadowregs()
114 env->gr[16] = env->shadow[3]; in getshadowregs()
115 env->gr[17] = env->shadow[4]; in getshadowregs()
116 env->gr[24] = env->shadow[5]; in getshadowregs()
117 env->gr[25] = env->shadow[6]; in getshadowregs()
H A Dint_helper.c193 env->shadow[0] = env->gr[1]; in hppa_cpu_do_interrupt()
194 env->shadow[1] = env->gr[8]; in hppa_cpu_do_interrupt()
195 env->shadow[2] = env->gr[9]; in hppa_cpu_do_interrupt()
196 env->shadow[3] = env->gr[16]; in hppa_cpu_do_interrupt()
197 env->shadow[4] = env->gr[17]; in hppa_cpu_do_interrupt()
198 env->shadow[5] = env->gr[24]; in hppa_cpu_do_interrupt()
199 env->shadow[6] = env->gr[25]; in hppa_cpu_do_interrupt()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery.dataTables-1.13.8.min.css1shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-…
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_buttons.scss17 box-shadow: none !important;
30 box-shadow: inset 0 0 0 3px theme-color('primary'), inset 0 0 0 5px $white;
39 box-shadow: inset 0 0 0 3px theme-color('secondary'), inset 0 0 0 5px $white;
56 box-shadow: inset 0 0 0 2px theme-color("primary");
61 box-shadow: $btn-focus-box-shadow;
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh115 if [ -e /etc/shadow ]; then
116 target=$VAR_DB/shadow.db
121 /^[^#]/ { printf ".%s ", $$1; print }' /etc/shadow | \
124 if chgrp shadow $target 2>/dev/null; then
147 if chgrp shadow $target 2>/dev/null; then
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Ddisable_syslog.patch1 When building images using shadow-native, we shouldn't be spamming the host's
8 Index: shadow-4.17.2/lib/defines.h
10 --- shadow-4.17.2.orig/lib/defines.h
11 +++ shadow-4.17.2/lib/defines.h
/openbmc/phosphor-webui/app/common/styles/base/
H A Dforms.scss39 box-shadow: 0 0 0;
44 box-shadow: 0 -3px $primary-accent inset;
52 box-shadow: 0 -5px $status-error inset;
55 box-shadow: 0 -5px $primary-accent inset;
62 box-shadow: 0 -3px $status-error inset;
65 box-shadow: 0 -3px $status-error inset;
69 box-shadow: 0 -3px $status-error inset;
72 box-shadow: 0 -3px $status-error inset;
109 box-shadow: 0 0 0;
134 box-shadow: 0 0 0;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/
H A Dvlock_2.2.3.bb23 # authentification method: either pam or shadow
24 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', 'shadow', d)}"
26 PACKAGECONFIG[shadow] = "--enable-shadow,,shadow,"
/openbmc/u-boot/doc/
H A DREADME.fuse20 volatile shadow cache.
29 Read fuse words from the shadow cache.
33 Sense - i.e. read directly from the fusebox, skipping the shadow cache -
34 fuse words. This operation does not update the shadow cache.
42 irreversible. The shadow cache is updated accordingly or not, depending on
53 Override fuse words in the shadow cache.
55 The fusebox is unaffected, so following this operation, the shadow cache
57 used to get the values from the shadow cache or from the fusebox.
H A DREADME.fsl_iim28 Read operations are implemented as read accesses to the shadow registers,
37 this operation, the shadow registers are reloaded by the hardware (not
42 Override operations are implemented as write accesses to the shadow
H A DREADME.mxc_ocotp31 Read operations are implemented as read accesses to the shadow registers,
41 Following this operation, the shadow registers are not reloaded by the
45 Override operations are implemented as write accesses to the shadow
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/
H A Dobmc-phosphor-initramfs.bb6 DEPENDS += "shadow-native"
15 PACKAGE_INSTALL:remove = "shadow"
26 PACKAGE_EXCLUDE = "shadow"
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dbsec.c330 bool shadow = true; in stm32mp_bsec_read() local
336 shadow = false; in stm32mp_bsec_read()
349 if (shadow) in stm32mp_bsec_read()
365 bool shadow = true; in stm32mp_bsec_write() local
371 shadow = false; in stm32mp_bsec_write()
384 if (shadow) in stm32mp_bsec_write()
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_variables.scss14 $box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
16 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock-no_tally.patch21 @@ -126,6 +126,10 @@ ifeq ($(AUTH_METHOD),shadow)
37 --enable-shadow enable shadow authentication [disabled]
51 pam|shadow)
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxcomposite_0.4.6.bb4 mechanisms: per-hierarchy storage, automatic shadow update, and external \
6 of windows is redirected to off-screen storage. In automatic shadow \
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfspostcommands.py46 for main, shadow in (('passwd', 'shadow'),
51 filename = os.path.join(sysconfdir, shadow)
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/
H A D0001-base-passwd-Add-the-sgx-group.patch7 via groupadd that causes shadow login to be brought into an image, which
9 Function not implemented` as shadow's login doesn't implement the
/openbmc/webui-vue/src/components/Global/
H A DButtonBackToTop.vue57 box-shadow: $box-shadow;
/openbmc/openbmc/poky/meta/classes/
H A Duseradd.bbclass10 # target sysroot, and shadow -native and -sysroot provide the utilities
12 DEPENDS:append:class-target = " base-files shadow-native shadow-sysroot shadow base-passwd"
13 PACKAGE_WRITE_DEPS += "shadow-native"
34 # shadow package, then while performing preinsts for packages that depend on
35 # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem.
207 …ne pseudo-native:do_populate_sysroot_setscene shadow-native:do_populate_sysroot_setscene ${MLPREFI…
273 rdepends += ' ' + d.getVar('MLPREFIX', False) + 'shadow'
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhci.c104 static u32 shadow; in bcm2835_sdhci_writew() local
105 u32 oldval = (reg == SDHCI_COMMAND) ? shadow : in bcm2835_sdhci_writew()
113 shadow = newval; in bcm2835_sdhci_writew()

1234567