/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()
|
/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 303 OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, EVENT_UID, appInfo.uid, EVENT_PID, appInfo.pid, in NotifyANR() 310 OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, EVENT_UID, appInfo.uid, EVENT_PID, appInfo.pid, in NotifyANR()
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_client.h | 1241 * @param uid 1244 ErrCode VerifyPermission(const std::string &permission, int pid, int uid); 1549 * @param uid, the uid of the frozen process. 1551 void NotifyFrozenProcessByRSS(const std::vector<int32_t> &pidList, int32_t uid);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_data_manager.cpp | 121 int32_t AppExitReasonDataManager::DeleteAppExitReason(const std::string &bundleName, int32_t uid, int32_t appIndex) in DeleteAppExitReason() argument 125 GetOsAccountLocalIdFromUid(uid, userId) != ERR_OK) { in DeleteAppExitReason()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_avrcp_ct_observer_stub.cpp | 485 uint64_t uid = data.ReadUint64(); in OnTrackChangedInner() local 488 stub->OnTrackChanged(RawAddress(addr), uid, result); in OnTrackChangedInner() local
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 66 static void ReportDataToRss(const std::string &action, int id, const std::string &address, int pid, int uid) in ReportDataToRss() argument 75 payload["UID"] = std::to_string(uid); in ReportDataToRss()
|