| /OK3568_Linux_fs/yocto/poky/bitbake/doc/ |
| H A D | releases.rst | 11 - :yocto_docs:`3.4 BitBake User Manual </3.4/bitbake-user-manual/bitbake-user-manual.html>` 12 - :yocto_docs:`3.4.1 BitBake User Manual </3.4.1/bitbake-user-manual/bitbake-user-manual.html>` 13 - :yocto_docs:`3.4.2 BitBake User Manual </3.4.2/bitbake-user-manual/bitbake-user-manual.html>` 19 - :yocto_docs:`3.3 BitBake User Manual </3.3/bitbake-user-manual/bitbake-user-manual.html>` 20 - :yocto_docs:`3.3.1 BitBake User Manual </3.3.1/bitbake-user-manual/bitbake-user-manual.html>` 21 - :yocto_docs:`3.3.2 BitBake User Manual </3.3.2/bitbake-user-manual/bitbake-user-manual.html>` 22 - :yocto_docs:`3.3.3 BitBake User Manual </3.3.3/bitbake-user-manual/bitbake-user-manual.html>` 23 - :yocto_docs:`3.3.4 BitBake User Manual </3.3.4/bitbake-user-manual/bitbake-user-manual.html>` 24 - :yocto_docs:`3.3.5 BitBake User Manual </3.3.5/bitbake-user-manual/bitbake-user-manual.html>` 30 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>` [all …]
|
| H A D | index.rst | 4 BitBake User Manual 13 bitbake-user-manual/bitbake-user-manual-intro 14 bitbake-user-manual/bitbake-user-manual-execution 15 bitbake-user-manual/bitbake-user-manual-metadata 16 bitbake-user-manual/bitbake-user-manual-fetching 17 bitbake-user-manual/bitbake-user-manual-ref-variables 18 bitbake-user-manual/bitbake-user-manual-hello
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | user.rst | 2 Documentation for /proc/sys/user/ 12 /proc/sys/user. 16 per user per user namespace limits. 24 The creation of per user per user namespace objects are charged to 25 the user in the user namespace who created the object and 26 verified to be below the per user limit in that user namespace. 29 who created user namespaces the creation of the object happens 30 in (user namespaces can be nested) and verified to be below the per user 31 limits in the user namespaces of those users. 34 user namespace does not allow a user to escape their current limits. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | signal.c | 68 static void init_user_layout(struct rt_sigframe_user_layout *user) in init_user_layout() argument 71 sizeof(user->sigframe->uc.uc_mcontext.__reserved); in init_user_layout() 73 memset(user, 0, sizeof(*user)); in init_user_layout() 74 user->size = offsetof(struct rt_sigframe, uc.uc_mcontext.__reserved); in init_user_layout() 76 user->limit = user->size + reserved_size; in init_user_layout() 78 user->limit -= TERMINATOR_SIZE; in init_user_layout() 79 user->limit -= EXTRA_CONTEXT_SIZE; in init_user_layout() 83 static size_t sigframe_size(struct rt_sigframe_user_layout const *user) in sigframe_size() argument 85 return round_up(max(user->size, sizeof(struct rt_sigframe)), 16); in sigframe_size() 96 static int __sigframe_alloc(struct rt_sigframe_user_layout *user, in __sigframe_alloc() argument [all …]
|
| /OK3568_Linux_fs/external/libmali/debian/ |
| H A D | control | 28 Description: Mali GPU User-Space Binary Drivers 36 Description: Mali GPU User-Space Binary Drivers 44 Description: Mali GPU User-Space Binary Drivers 52 Description: Mali GPU User-Space Binary Drivers 60 Description: Mali GPU User-Space Binary Drivers 68 Description: Mali GPU User-Space Binary Drivers 76 Description: Mali GPU User-Space Binary Drivers 84 Description: Mali GPU User-Space Binary Drivers 92 Description: Mali GPU User-Space Binary Drivers 100 Description: Mali GPU User-Space Binary Drivers [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | pmecc.c | 346 struct atmel_pmecc_user *user; in atmel_pmecc_create_user() local 354 size = sizeof(*user); in atmel_pmecc_create_user() 365 user = kzalloc(size, GFP_KERNEL); in atmel_pmecc_create_user() 366 if (!user) in atmel_pmecc_create_user() 369 user->pmecc = pmecc; in atmel_pmecc_create_user() 371 user->partial_syn = (s16 *)PTR_ALIGN(user + 1, sizeof(u16)); in atmel_pmecc_create_user() 372 user->si = user->partial_syn + ((2 * req->ecc.strength) + 1); in atmel_pmecc_create_user() 373 user->lmu = user->si + ((2 * req->ecc.strength) + 1); in atmel_pmecc_create_user() 374 user->smu = user->lmu + (req->ecc.strength + 1); in atmel_pmecc_create_user() 375 user->mu = (s32 *)PTR_ALIGN(user->smu + in atmel_pmecc_create_user() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | cxlflash.rst | 24 CXL provides a mechanism by which user space applications can 27 user space application direct access to Flash storage. 33 special path for user space access, and performing error recovery. It 44 user space with a special block library. This mode further 59 directly in each user I/O, but at the minimum is involved in the 60 initial setup before the user application is allowed to send requests 68 | 512 * 64 KB User MMIO | 70 | User Accessible | 90 access to the Flash from user space (without requiring a system call). 93 block library to enable this user space access. The driver supports [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | omap_hwmod_2xxx_interconnect_data.c | 28 .user = OCP_USER_MPU | OCP_USER_SDMA, 35 .user = OCP_USER_MPU, 48 .user = OCP_USER_MPU | OCP_USER_SDMA, 55 .user = OCP_USER_MPU | OCP_USER_SDMA, 63 .user = OCP_USER_MPU | OCP_USER_SDMA, 71 .user = OCP_USER_MPU | OCP_USER_SDMA, 79 .user = OCP_USER_MPU | OCP_USER_SDMA, 87 .user = OCP_USER_MPU | OCP_USER_SDMA, 95 .user = OCP_USER_MPU | OCP_USER_SDMA, 103 .user = OCP_USER_MPU | OCP_USER_SDMA, [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg_fsl_emb.h | 36 #define PMLCA_FCU 0x20000000 /* Freeze in User */ 67 #define PMRN_UPMC0 0x000 /* User Performance Monitor Counter 0 */ 68 #define PMRN_UPMC1 0x001 /* User Performance Monitor Counter 1 */ 69 #define PMRN_UPMC2 0x002 /* User Performance Monitor Counter 2 */ 70 #define PMRN_UPMC3 0x003 /* User Performance Monitor Counter 3 */ 71 #define PMRN_UPMC4 0x004 /* User Performance Monitor Counter 4 */ 72 #define PMRN_UPMC5 0x005 /* User Performance Monitor Counter 5 */ 73 #define PMRN_UPMLCA0 0x080 /* User PM Local Control A0 */ 74 #define PMRN_UPMLCA1 0x081 /* User PM Local Control A1 */ 75 #define PMRN_UPMLCA2 0x082 /* User PM Local Control A2 */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 57 | Each IO routine checks to see if the memory write/read is to/from user 60 | for user mode applications. 71 | working in user space 80 | a1 - user destination address 82 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode 110 | a0 - user source address 113 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode 140 | Read a data byte from user memory. 143 | a0 - user source address 144 | 0x4(%a6),bit5 - 1 = supervisor mode, 0 = user mode [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | utils.py | 448 /home/user/path/layer1 \ 449 /home/user/path/layer2 \ 450 /home/user/path/subpath/layer3 \ 451 /home/user/path/layer4 \ 460 /home/user/path/layer1 \ 461 /home/user/path/subpath/layer3 \ 462 /home/user/path/layer4 \ 467 '/home/user/path/layer2', 479 /home/user/path/layer1 \ 480 /home/user/path/layer2 \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | SafeSetID.rst | 8 allowing a user to set up user namespace UID/GID mappings. 14 to switch to a different user must be spawned with CAP_SETUID privileges. 16 user that have been explicitly given the CAP_SETUID runtime capability. It is 19 privileges opens up possible security holes since any user with access to the 24 tree of processes under non-root user(s) in the first place. Specifically, 25 since CAP_SETUID allows changing to any user on the system, including the root 26 user, it is an overpowered capability for what is needed in this scenario, 28 lesser-privileged user -- not elevate privileges. Unfortunately, there is no 29 generally feasible way in Linux to restrict the potential UIDs that a user can 30 switch to through setuid() beyond allowing a switch to any user on the system. [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ipmi.h | 27 * Opaque type for a IPMI message user. One of these is needed to 48 struct ipmi_user *user; member 57 * be NULL. If the user above is NULL, then this will be the 91 * this is NULL, it will be ignored for the user. 103 * the user handle will be invalid. The interface may or may 110 /* Create a new user of the IPMI layer on the given interface number. */ 114 struct ipmi_user **user); 117 * Destroy the given user of the IPMI layer. Note that after this 119 * callbacks for the user. Thus as long as you destroy all the users 124 int ipmi_destroy_user(struct ipmi_user *user); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | link.mk | 20 # Note that a user of this TA encryption feature needs to provide 26 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \ 27 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \ 28 $(link-out-dir$(sm))/$(user-ta-uuid).ta 29 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).elf 30 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).dmp 31 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).map 32 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf 33 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta 38 link-ldflags += -Map=$(link-out-dir$(sm))/$(user-ta-uuid).map [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | link.mk | 20 # Note that a user of this TA encryption feature needs to provide 26 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \ 27 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \ 28 $(link-out-dir$(sm))/$(user-ta-uuid).ta 29 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).elf 30 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).dmp 31 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).map 32 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf 33 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta 38 link-ldflags += -Map=$(link-out-dir$(sm))/$(user-ta-uuid).map [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.userprogs | 7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m))) 10 user-cmulti := $(foreach m, $(userprogs), $(if $($(m)-objs),$(m))) 13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs))) 15 user-csingle := $(addprefix $(obj)/, $(user-csingle)) 16 user-cmulti := $(addprefix $(obj)/, $(user-cmulti)) 17 user-cobjs := $(addprefix $(obj)/, $(user-cobjs)) 27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE 35 $(user-cmulti): FORCE 37 $(call multi_depend, $(user-cmulti), , -objs) 42 $(user-cobjs): $(obj)/%.o: $(src)/%.c FORCE [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.userprogs | 7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m))) 10 user-cmulti := $(foreach m, $(userprogs), $(if $($(m)-objs),$(m))) 13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs))) 15 user-csingle := $(addprefix $(obj)/, $(user-csingle)) 16 user-cmulti := $(addprefix $(obj)/, $(user-cmulti)) 17 user-cobjs := $(addprefix $(obj)/, $(user-cobjs)) 27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE 35 $(user-cmulti): FORCE 37 $(call multi_depend, $(user-cmulti), , -objs) 42 $(user-cobjs): $(obj)/%.o: $(src)/%.c FORCE [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.userprogs | 7 user-csingle := $(foreach m, $(userprogs), $(if $($(m)-objs),,$(m))) 10 user-cmulti := $(foreach m, $(userprogs), $(if $($(m)-objs),$(m))) 13 user-cobjs := $(sort $(foreach m, $(userprogs), $($(m)-objs))) 15 user-csingle := $(addprefix $(obj)/, $(user-csingle)) 16 user-cmulti := $(addprefix $(obj)/, $(user-cmulti)) 17 user-cobjs := $(addprefix $(obj)/, $(user-cobjs)) 27 $(user-csingle): $(obj)/%: $(src)/%.c FORCE 35 $(user-cmulti): FORCE 37 $(call multi_depend, $(user-cmulti), , -objs) 42 $(user-cobjs): $(obj)/%.o: $(src)/%.c FORCE [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | makeusers-syntax.txt | 10 The syntax for adding a user is a space-separated list of fields, one 11 user per line; the fields are: 19 - +username+ is the desired user name (aka login name) for the user. 22 - +uid+ is the desired UID for the user. It must be unique, and not 25 - +group+ is the desired name for the user's main group. It can not 27 - +gid+ is the desired GID for the user's main group. It must be unique, 36 - +home+ is the desired home directory for the user. If set to '-', no 37 home directory will be created, and the user's home will be +/+. 39 - +shell+ is the desired shell for the user. If set to +-+, then 40 +/bin/false+ is set as the user's shell. [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/mp/ |
| H A D | phl_test_mp_tx.c | 64 PHL_INFO("%s Copy to user\n",__FUNCTION__); in phl_mp_get_plcp_usr_info() 197 //copy user info in phl_mp_get_plcp_common_info() 236 f2p_para_struct->tf_pkt.user[0].aid12 = (u16)arg->aid12_0; in phl_mp_get_f2p_test_para() 237 f2p_para_struct->tf_pkt.user[0].ul_mcs = (u16)arg->ul_mcs_0; in phl_mp_get_f2p_test_para() 238 f2p_para_struct->tf_pkt.user[0].macid = (u8)arg->macid_0; in phl_mp_get_f2p_test_para() 239 f2p_para_struct->tf_pkt.user[0].ru_pos = (u8)arg->ru_pos_0; in phl_mp_get_f2p_test_para() 240 f2p_para_struct->tf_pkt.user[0].ul_fec_code = (u8)arg->ul_fec_code_0; in phl_mp_get_f2p_test_para() 241 f2p_para_struct->tf_pkt.user[0].ul_dcm = (u8)arg->ul_dcm_0; in phl_mp_get_f2p_test_para() 242 f2p_para_struct->tf_pkt.user[0].ss_alloc = (u8)arg->ss_alloc_0; in phl_mp_get_f2p_test_para() 243 f2p_para_struct->tf_pkt.user[0].ul_tgt_rssi = (u8)arg->ul_tgt_rssi_0; in phl_mp_get_f2p_test_para() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/mp/ |
| H A D | phl_test_mp_tx.c | 64 PHL_INFO("%s Copy to user\n",__FUNCTION__); in phl_mp_get_plcp_usr_info() 197 //copy user info in phl_mp_get_plcp_common_info() 236 f2p_para_struct->tf_pkt.user[0].aid12 = (u16)arg->aid12_0; in phl_mp_get_f2p_test_para() 237 f2p_para_struct->tf_pkt.user[0].ul_mcs = (u16)arg->ul_mcs_0; in phl_mp_get_f2p_test_para() 238 f2p_para_struct->tf_pkt.user[0].macid = (u8)arg->macid_0; in phl_mp_get_f2p_test_para() 239 f2p_para_struct->tf_pkt.user[0].ru_pos = (u8)arg->ru_pos_0; in phl_mp_get_f2p_test_para() 240 f2p_para_struct->tf_pkt.user[0].ul_fec_code = (u8)arg->ul_fec_code_0; in phl_mp_get_f2p_test_para() 241 f2p_para_struct->tf_pkt.user[0].ul_dcm = (u8)arg->ul_dcm_0; in phl_mp_get_f2p_test_para() 242 f2p_para_struct->tf_pkt.user[0].ss_alloc = (u8)arg->ss_alloc_0; in phl_mp_get_f2p_test_para() 243 f2p_para_struct->tf_pkt.user[0].ul_tgt_rssi = (u8)arg->ul_tgt_rssi_0; in phl_mp_get_f2p_test_para() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplaceuser.cpp | 42 \qmltype User 49 \brief The User type identifies a user who contributed a particular \l Place content item. 51 Each \l Place content item has an associated user who contributed the content. This type 52 provides information about that user. 58 The following example shows how to display information about the user who 70 QDeclarativePlaceUser::QDeclarativePlaceUser(const QPlaceUser &user, in QDeclarativePlaceUser() argument 73 m_user(user) {} in QDeclarativePlaceUser() 78 \qmlproperty QPlaceUser QtLocation::User::user 81 "\l {User - QPlaceUser} {Interfaces between C++ and QML Code}". 83 void QDeclarativePlaceUser::setUser(const QPlaceUser &user) in setUser() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | sunxi.rst | 26 * User Manual 28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf 41 * User Manual 43 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf 57 * User Manual 59 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf 67 * User Manual 69 http://dl.linux-sunxi.org/A23/A23%20User%20Manual%20V1.0%2020130830.pdf 78 * User Manual 80 …http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20user%20manual%20V1.1%2020130630.pdf [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceuser/ |
| H A D | tst_qplaceuser.cpp | 57 QPlaceUser user; in constructorTest() local 58 QVERIFY(user.name().isEmpty()); in constructorTest() 59 QVERIFY(user.userId().isEmpty()); in constructorTest() 61 user.setName(QStringLiteral("Thomas Anderson")); in constructorTest() 62 user.setUserId(QStringLiteral("Neo")); in constructorTest() 64 QPlaceUser user2(user); in constructorTest() 71 QPlaceUser user; in nameTest() local 72 user.setName(QStringLiteral("Thomas Anderson")); in nameTest() 73 QCOMPARE(user.name(), QStringLiteral("Thomas Anderson")); in nameTest() 74 user.setName(QString()); in nameTest() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | CVE-2022-4415-1.patch | 86 - [META_ARGV_PID] = "user.coredump.pid", 87 - [META_ARGV_UID] = "user.coredump.uid", 88 - [META_ARGV_GID] = "user.coredump.gid", 89 - [META_ARGV_SIGNAL] = "user.coredump.signal", 90 - [META_ARGV_TIMESTAMP] = "user.coredump.timestamp", 91 - [META_ARGV_RLIMIT] = "user.coredump.rlimit", 92 - [META_ARGV_HOSTNAME] = "user.coredump.hostname", 93 - [META_COMM] = "user.coredump.comm", 94 - [META_EXE] = "user.coredump.exe", 95 + [META_ARGV_PID] = "user.coredump.pid", [all …]
|