/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 257 u32 uid; /* User ID */ member 284 c32.uid = client.uid; in compat_drm_getclient()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | gc.c | 821 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_metadata() 1092 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_hole() 1370 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_dnode()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | gc.c | 821 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_metadata() 1092 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_hole() 1370 ri.uid = cpu_to_je16(JFFS2_F_I_UID(f)); in jffs2_garbage_collect_dnode()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_qm.c | 1652 * Given an inode, a uid, gid and prid make sure that we have 1656 * and returns the dquots corresponding to the uid and/or gid. 1664 kuid_t uid, in xfs_qm_vop_dqalloc() 1704 if (!uid_eq(inode->i_uid, uid)) { in xfs_qm_vop_dqalloc() 1706 * What we need is the dquot that has this uid, and in xfs_qm_vop_dqalloc() 1707 * if we send the inode to dqget, the uid of the inode in xfs_qm_vop_dqalloc() 1708 * takes priority over what's sent in the uid argument. in xfs_qm_vop_dqalloc() 1715 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid), in xfs_qm_vop_dqalloc() 1662 xfs_qm_vop_dqalloc( struct xfs_inode *ip, kuid_t uid, kgid_t gid, prid_t prid, uint flags, struct xfs_dquot **O_udqpp, struct xfs_dquot **O_gdqpp, struct xfs_dquot **O_pdqpp) xfs_qm_vop_dqalloc() argument
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tb.h | 120 * @uid: Unique ID of the switch 178 u64 uid; member 1115 int tb_drom_read_uid_only(struct tb_switch *sw, u64 *uid); 1223 int usb4_switch_read_uid(struct tb_switch *sw, u64 *uid);
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pxa2xx.c | 1341 u64 uid; in pxa2xx_spi_init_pdata() local 1392 status = acpi_dev_uid_to_integer(ACPI_COMPANION(dev), &uid); in pxa2xx_spi_init_pdata() 1396 ssp->port_id = uid; in pxa2xx_spi_init_pdata()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 380 out->msg_perm.uid = tbuf_old.msg_perm.uid; in copy_msqid_from_user() 1357 from_kuid_munged(user_ns, msq->q_perm.uid), in sysvipc_msg_proc_show() 1374 " key msqid perms cbytes qnum lspid lrpid uid gid cuid cgid stime rtime ctime\n", in msg_init()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-acpi.c | 67 unsigned long long uid; in acpi_match_rc() local 70 status = acpi_evaluate_integer(handle, METHOD_NAME__UID, NULL, &uid); in acpi_match_rc() 71 if (ACPI_FAILURE(status) || uid != *segment) in acpi_match_rc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 256 u32 uid; /* User ID */ member 283 c32.uid = client.uid; in compat_drm_getclient()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6775-platform.c | 1468 const char *uid = acpi_device_uid(adev); in nct6775_asuswmi_device_match() local 1471 if (hid && !strcmp(hid, ASUSWMI_DEVICE_HID) && uid && !strcmp(uid, data)) { in nct6775_asuswmi_device_match()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/ |
H A D | mount_setattr_test.c | 190 uid_t uid; in create_and_enter_userns() local 194 uid = getuid(); in create_and_enter_userns() 204 snprintf(map, sizeof(map), "0 %d 1", uid); in create_and_enter_userns()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | python.c | 749 static char *kwlist[] = { "pid", "tid", "uid", NULL }; in pyrf_thread_map__init() 750 int pid = -1, tid = -1, uid = UINT_MAX; in pyrf_thread_map__init() local 753 kwlist, &pid, &tid, &uid)) in pyrf_thread_map__init() 756 pthreads->threads = thread_map__new(pid, tid, uid); in pyrf_thread_map__init()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyring.c | 517 struct key *keyring_alloc(const char *description, kuid_t uid, kgid_t gid, in keyring_alloc() argument 527 uid, gid, cred, perm, flags, restrict_link); in keyring_alloc() 1155 if (!kuid_has_mapping(ns, keyring->user->uid)) in find_keyring_by_name()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | net_namespace.c | 512 * @uid: kernel user ID for sysfs objects 515 * Returns the uid/gid pair of root in the user namespace associated with the 518 void net_ns_get_ownership(const struct net *net, kuid_t *uid, kgid_t *gid) in net_ns_get_ownership() argument 525 *uid = ns_root_uid; in net_ns_get_ownership() 530 *uid = GLOBAL_ROOT_UID; in net_ns_get_ownership()
|
/third_party/elfutils/src/ |
H A D | ar.c | 836 uid_t uid; member 1296 found[cnt]->uid = arlib_deterministic_output ? 0 : newst.st_uid; in do_oper_insert() 1483 all->uid)) in do_oper_insert()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 355 CommonEventInfo MockCommonEventInfo(const std::string &bundleName, const int uid) const; 402 .uid = Constants::INVALID_UID, in SetUp() 603 innerBundleUserInfo.uid = BASE_TEST_UID; in SaveToDatabase() 609 innerBundleUserInfo1.uid = TEST_UID; in SaveToDatabase() 748 const std::string &bundleName, const int uid) const in MockCommonEventInfo() 753 CommonEventInfo.uid = uid; in MockCommonEventInfo() 5390 int32_t uid = TEST_UID; in HWTEST_F() local 5391 ErrCode ret = bmsExtensionClient->GetUidByBundleName(BUNDLE_NAME_TEST, userId, uid); in HWTEST_F() 5804 cloneInfo.uid in HWTEST_F() 6754 int32_t uid = TEST_UID; HWTEST_F() local 7158 int32_t uid = 0; HWTEST_F() local [all...] |
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 134 "Use the real uid/gid to test for access to a path.\n" 146 " If True, access will use the effective uid/gid instead of\n" 147 " the real uid/gid.\n" 157 "Note that most operations will use the effective uid/gid, therefore this\n" 804 "chown($module, /, path, uid, gid, *, dir_fd=None, follow_symlinks=True)\n" 807 "Change the owner and group id of path to the numeric uid and gid.\\\n" 837 os_chown_impl(PyObject *module, path_t *path, uid_t uid, gid_t gid, 844 static const char * const _keywords[] = {"path", "uid", "gid", "dir_fd", "follow_symlinks", NULL}; in os_chown() 849 uid_t uid; in os_chown() local 861 if (!_Py_Uid_Converter(args[1], &uid)) { in os_chown() 918 uid_t uid; os_fchown() local 968 uid_t uid; os_lchown() local 3743 uid_t uid; os_setuid() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 652 auto bmsTaskGetBundleNameForUid = [] (const int uid, std::string &name) { in HWTEST_F() 674 auto bmsTaskGetBundleNameForUid = [] (const int uid, std::string &name) { in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 146 int32_t uid, const std::string& sourceDeviceId) override; 254 void DecreaseConnectLocked(int32_t uid);
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test2.cpp | 93 bool GetBundleNameForUid(const int uid, std::string &bundleName) override 99 int32_t GetNameForUid(const int uid, std::string &bundleName) override
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 272 cJSON_AddNumberToObject(callerInfoJson, "Uid", callerInfo_.uid); in MarshalCallerInfo() 490 &callerInfo_.uid, &callerInfo_.pid, &callerInfo_.callerType, &callerInfo_.duid in UnmarshalCallerInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 248 int32_t uid = 0; member 989 void SetUid(int32_t uid);
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 557 int32_t uid = 0; in HWTEST_F() local 558 auto res = appMgrProxy_->SignRestartAppFlag(uid); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 76 const std::string APPLICATION_UID = "uid"; 201 {APPLICATION_UID, applicationInfo.uid}, in to_json() 590 applicationInfo.uid, in from_json()
|
H A D | ability_info.cpp | 99 const std::string JOSN_KEY_UID = "uid"; 196 {JOSN_KEY_UID, abilityInfo.uid}, in to_json() 807 abilityInfo.uid, in from_json()
|