Home
last modified time | relevance | path

Searched refs:USER (Results 51 – 75 of 160) sorted by relevance

1234567

/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-armhf-cross.docker175 ARG USER
177 RUN if [ "${USER}" ]; then \
178 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-arm64-cross.docker175 ARG USER
177 RUN if [ "${USER}" ]; then \
178 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-mipsel-cross.docker174 ARG USER
176 RUN if [ "${USER}" ]; then \
177 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-ppc64el-cross.docker174 ARG USER
176 RUN if [ "${USER}" ]; then \
177 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
H A Ddebian-mips64el-cross.docker174 ARG USER
176 RUN if [ "${USER}" ]; then \
177 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/
H A DAllow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch38 +if [ "$USER" = "root" ]; then
59 +[ "$USER" != "root" ] && CALFILE=$USER_CALFILE
/openbmc/linux/drivers/target/
H A DKconfig39 tristate "TCM/USER Subsystem Plugin for Linux"
42 Say Y here to enable the TCM/USER subsystem plugin for a userspace
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston-socket.sh10 case "$(groups "$USER")" in
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwayland.rst83 mkdir -p /tmp/$USER-weston
84 chmod 0700 /tmp/$USER-weston
85 export XDG_RUNTIME_DIR=/tmp/$USER-weston
/openbmc/pldm/tools/visualize-pdr/
H A DREADME.md46 $ pldm_visualise_pdrs.py [-h] --bmc BMC --user USER --password PASSWORD [--port PORT]
51 --user USER BMC username
/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/
H A Dxserver-nodm.service.in6 User=@USER@
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dsth.h26 u64 USER; member
/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py14 USER = "USERNAME" variable
147 elif USER in key:
/openbmc/linux/arch/arm64/lib/
H A Dmte.S96 USER(2f, ldtrb w4, [x1])
123 USER(2f, sttrb w4, [x0])
/openbmc/qemu/tests/docker/
H A DMakefile.include10 USER = $(if $(NOUSER),,$(shell id -un))
47 --build-arg USER=$(USER) \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch47 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
76 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch47 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
76 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/
H A DDockerfile9 USER ci
/openbmc/linux/arch/arm/kernel/
H A Dentry-common.S205 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction
207 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction
220 USER( ldreq scno, [saved_pc, #-4] )
224 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0015-xserver-common-disable-TCP-connections.patch19 export USER=root
/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh111 -u "$USER" \
H A Drun-rootfs-size-docker.sh74 -u "$USER" \
/openbmc/openbmc-tools/tracing/
H A Dtrace10 echo Usage: $0 [USER@]HOST EVENTSET [EVENTSET...]
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/openbmc/phosphor-net-ipmid/
H A Dcomm_module.cpp53 session::Privilege::USER, in sessionSetupCommands()

1234567