| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | hi3798cv200-poplar.dts | 37 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 D | traps.c | 78 #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 D | influxdb | 24 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 D | snort.init | 18 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 D | common-env.sh | 3 export USER=${USER:-$(id -un)} 4 export HOME=${HOME:-$(eval echo ~$USER)}
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3798cv200-poplar.dts | 140 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 D | xserver-nodm.conf.in | 7 USER=@USER@
|
| H A D | xserver-nodm | 33 if [ "$USER" != "root" ]; then 52 su -l -c '/etc/xserver-nodm/Xserver &' $USER
|
| H A D | capability.conf | 1 cap_sys_admin @USER@
|
| H A D | xserver-nodm.service.in | 6 User=@USER@
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | copy_to_user.S | 13 USER( sbi.bi, \src, [\addr], \adj) 21 USER( smw.bim, \start_reg, [\addr], \end_reg)
|
| H A D | copy_from_user.S | 9 USER( lbi.bi, \dst, [\addr], \adj) 17 USER( lmw.bim, \start_reg, [\addr], \end_reg)
|
| H A D | clear_user.S | 24 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 D | xserver-nodm-init_3.0.bb | 45 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 D | perf-with-kcore.sh | 128 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 D | copy_in_user.S | 72 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 D | Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch | 38 +if [ "$USER" = "root" ]; then 59 +[ "$USER" != "root" ] && CALFILE=$USER_CALFILE
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | Kconfig | 39 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 D | entry-common.S | 225 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 D | lua-update-Makefile-to-use-environment-build-setting.patch | 46 # == 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 D | lua-update-Makefile-to-use-environment-build-setting.patch | 45 # == 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 D | 0002-Check-that-getpwent_r-is-available-before-using-it.patch | 70 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 D | severity.c | 57 #define USER .context = IN_USER macro 169 USER 174 USER
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/ |
| H A D | sth.h | 26 u64 USER; member
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | assembler.h | 32 #define USER(insn, reg, addr, opr) \ macro
|