Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dhi3798cv200-poplar.dts37 label = "USER-LED0";
44 label = "USER-LED1";
51 label = "USER-LED2";
58 label = "USER-LED3";
113 gpio-line-names = "", "USER-LED-1",
114 "USER-LED-2", "",
122 "", "USER-LED-0",
132 "USER-LED-3", "";
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dtraps.c78 #define USER 0x02 macro
81 { EXCCAUSE_COPROCESSOR ## x ## _DISABLED, USER, fast_coprocessor }
92 { EXCCAUSE_ILLEGAL_INSTRUCTION, USER, fast_illegal_instruction_user },
95 { EXCCAUSE_SYSTEM_CALL, USER, fast_syscall_user },
100 { EXCCAUSE_ALLOCA, USER|KRNL, fast_alloca },
105 { EXCCAUSE_UNALIGNED, USER, fast_unaligned },
112 { EXCCAUSE_ITLB_MISS, USER|KRNL, fast_second_level_miss},
117 { EXCCAUSE_DTLB_MISS, USER|KRNL, fast_second_level_miss},
122 { EXCCAUSE_STORE_CACHE_ATTRIBUTE, USER|KRNL, fast_store_prohibited },
433 if ((fast & USER) != 0) in trap_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb24 USER=influxdb
49 chown $USER:$GROUP $PIDDIR
105 su -s /bin/sh -c "touch $PIDFILE" $USER &>/dev/null
125 --chuid $USER:$GROUP \
135 su -s /bin/sh -c "$CMD" $USER
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dsnort.init18 USER=root
37 /bin/chown -R $USER:$USER $LOGDIR/$DATE
54 …$BINARY -D -i $LAN_INTERFACE -u $USER -g $GROUP -c $CONFIG_FILE -l $LOGDIR/$DATE -t $LOGDIR/$DATE …
/OK3568_Linux_fs/debian/overlay/etc/profile.d/
H A Dcommon-env.sh3 export USER=${USER:-$(id -un)}
4 export HOME=${HOME:-$(eval echo ~$USER)}
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/
H A Dhi3798cv200-poplar.dts140 gpio-line-names = "", "USER-LED-1",
141 "USER-LED-2", "",
149 "", "USER-LED-0",
159 "USER-LED-3", "";
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/
H A Dxserver-nodm.conf.in7 USER=@USER@
H A Dxserver-nodm33 if [ "$USER" != "root" ]; then
52 su -l -c '/etc/xserver-nodm/Xserver &' $USER
H A Dcapability.conf1 cap_sys_admin @USER@
H A Dxserver-nodm.service.in6 User=@USER@
/OK3568_Linux_fs/kernel/arch/nds32/lib/
H A Dcopy_to_user.S13 USER( sbi.bi, \src, [\addr], \adj)
21 USER( smw.bim, \start_reg, [\addr], \end_reg)
H A Dcopy_from_user.S9 USER( lbi.bi, \dst, [\addr], \adj)
17 USER( lmw.bim, \start_reg, [\addr], \end_reg)
H A Dclear_user.S24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word
29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/x11-common/
H A Dxserver-nodm-init_3.0.bb45 sed -i "s:@USER@:${XUSER}:" ${D}${sysconfdir}/security/capability.conf
50 sed -i "s:@HOME@:${XUSER_HOME}:; s:@USER@:${XUSER}:; s:@BLANK_ARGS@:${BLANK_ARGS}:" \
57 sed -i "s:@USER@:${XUSER}:" ${D}${systemd_system_unitdir}/xserver-nodm.service
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-with-kcore.sh128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dcopy_in_user.S72 USER(9998f, ldtrb tmp1w, [srcin])
73 USER(9998f, sttrb tmp1w, [dst])
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-common.S225 USER( ldreq r10, [saved_pc, #-4] ) @ get SWI instruction
227 USER( ldr r10, [saved_pc, #-4] ) @ get SWI instruction
240 USER( ldreq scno, [saved_pc, #-4] )
244 USER( ldr scno, [saved_pc, #-4] ) @ get SWI instruction
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch46 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
75 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dlua-update-Makefile-to-use-environment-build-setting.patch45 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
74 # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
/OK3568_Linux_fs/buildroot/package/trousers/
H A D0002-Check-that-getpwent_r-is-available-before-using-it.patch70 LogDebugFn("USER PS: Error getting path to home directory: getpwent_r: %s",
78 LogDebugFn("USER PS: Error getting path to home directory: getpwent: %s",
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dseverity.c57 #define USER .context = IN_USER macro
169 USER
174 USER
/OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/
H A Dsth.h26 u64 USER; member
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dassembler.h32 #define USER(insn, reg, addr, opr) \ macro

12345