| /third_party/openssl/crypto/x509/ |
| H A D | v3_sxnet.c | 45 ASN1_SIMPLE(SXNETID, user, ASN1_OCTET_STRING) 85 ASN1_STRING_print(out, id->user); 95 * they should really be separate values for each user. 120 int SXNET_add_id_asc(SXNET **psx, const char *zone, const char *user, int userlen) 128 return SXNET_add_id_INTEGER(psx, izone, user, userlen); 133 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, const char *user, 144 return SXNET_add_id_INTEGER(psx, izone, user, userlen); 153 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, const char *user, 159 if (psx == NULL || zone == NULL || user == NULL) { 164 userlen = strlen(user); [all...] |
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| H A D | unaligned.c | 21 * didn't intend to do this at all for user code. 25 * problems with user programs have been fixed. For programmers this is the 30 * option in your user programs - I discourage the use of the software 117 bool user = user_mode(regs); in emulate_load_store_insn() local 127 __get_inst32(&insn.word, pc, user); in emulate_load_store_insn() 170 if (user && !access_ok(addr, 4)) in emulate_load_store_insn() 179 if (user && !access_ok(addr, 2)) in emulate_load_store_insn() 188 if (user && !access_ok(addr, 2)) in emulate_load_store_insn() 208 if (user && !access_ok(addr, 4)) in emulate_load_store_insn() 217 if (user in emulate_load_store_insn() 628 bool user = user_mode(regs); emulate_load_store_microMIPS() local 1246 bool user = user_mode(regs); emulate_load_store_MIPS16e() local [all...] |
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| H A D | omap_hwmod_3xxx_data.c | 1519 .user = OCP_USER_MPU | OCP_USER_SDMA, 1526 .user = OCP_USER_MPU | OCP_USER_SDMA, 1534 .user = OCP_USER_MPU, 1542 .user = OCP_USER_MPU, 1549 .user = OCP_USER_MPU | OCP_USER_SDMA, 1561 .user = OCP_USER_MPU | OCP_USER_SDMA, 1569 .user = OCP_USER_MPU, 1577 .user = OCP_USER_MPU, 1585 .user = OCP_USER_MPU, 1592 .user [all...] |
| /base/sensors/sensor/interfaces/inner_api/ |
| H A D | sensor_agent.h | 64 * @param user Indicates the pointer to the sensor subscriber that requests sensor data. For details,
70 int32_t SubscribeSensor(int32_t sensorTypeId, const SensorUser *user);
75 * @param user Indicates the pointer to the sensor subscriber that requests sensor data.
81 int32_t UnsubscribeSensor(int32_t sensorTypeId, const SensorUser *user);
86 * @param user Indicates the pointer to the sensor subscriber that requests sensor data.
94 int32_t SetBatch(int32_t sensorTypeId, const SensorUser *user, int64_t samplingInterval, int64_t reportInterval);
100 * @param user Indicates the pointer to the sensor subscriber that requests sensor data.
106 int32_t ActivateSensor(int32_t sensorTypeId, const SensorUser *user);
111 * @param user Indicates the pointer to the sensor subscriber that requests sensor data.
117 int32_t DeactivateSensor(int32_t sensorTypeId, const SensorUser *user);
[all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | cursc37a.c | 30 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_update() local 33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update() 40 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_point() local 43 NVIF_WR32(user, NVC37A, SET_CURSOR_HOT_SPOT_POINT_OUT(0), in cursc37a_point()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | cursc37a.c | 30 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_update() local 33 NVIF_WR32(user, NVC37A, UPDATE, 0x00000001); in cursc37a_update() 40 struct nvif_object *user = &wndw->wimm.base.user; in cursc37a_point() local 43 NVIF_WR32(user, NVC37A, SET_CURSOR_HOT_SPOT_POINT_OUT(0), in cursc37a_point()
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutation_finders/ |
| H A D | replace_identifiers.cc | 36 // Go through each variable in the AST and for each user of that variable, try in FindMutations() 46 for (const auto* user : sem_variable->Users()) { in FindMutations() 47 // Get all variables that can be used to replace the `user` of in FindMutations() 50 program, user->Stmt(), [user](const sem::Variable* var) { in FindMutations() 51 return var != user->Variable() && var->Type() == user->Type(); in FindMutations() 64 node_id_map->GetId(user->Declaration()), in FindMutations()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | dmacgf119.c | 34 chan->chid.user, -9, handle, in gf119_disp_dmac_bind() 35 chan->chid.user << 27 | 0x00000001); in gf119_disp_dmac_bind() 44 int user = chan->chid.user; in gf119_disp_dmac_fini() local 53 nvkm_error(subdev, "ch %d fini: %08x\n", user, in gf119_disp_dmac_fini() 66 int user = chan->chid.user; in gf119_disp_dmac_init() local 81 nvkm_error(subdev, "ch %d init: %08x\n", user, in gf119_disp_dmac_init() 94 .user = nv50_disp_chan_user,
|
| H A D | dmacnv50.c | 74 chan->chid.user, -10, handle, in nv50_disp_dmac_bind() 75 chan->chid.user << 28 | in nv50_disp_dmac_bind() 76 chan->chid.user); in nv50_disp_dmac_bind() 85 int user = chan->chid.user; in nv50_disp_dmac_fini() local 94 nvkm_error(subdev, "ch %d fini timeout, %08x\n", user, in nv50_disp_dmac_fini() 107 int user = chan->chid.user; in nv50_disp_dmac_init() local 122 nvkm_error(subdev, "ch %d init timeout, %08x\n", user, in nv50_disp_dmac_init() 135 .user [all...] |
| /third_party/curl/lib/ |
| H A D | curl_sspi.c | 137 * userp [in] - The user name in the format User or Domain\User. 138 * passwdp [in] - The user's password. 147 xcharp_u user, dup_user; in Curl_create_sspi_identity() local 161 user.const_tchar_ptr = _tcschr(useranddomain.const_tchar_ptr, TEXT('\\')); in Curl_create_sspi_identity() 162 if(!user.const_tchar_ptr) in Curl_create_sspi_identity() 163 user.const_tchar_ptr = _tcschr(useranddomain.const_tchar_ptr, TEXT('/')); in Curl_create_sspi_identity() 165 if(user.tchar_ptr) { in Curl_create_sspi_identity() 167 domlen = user.tchar_ptr - useranddomain.tchar_ptr; in Curl_create_sspi_identity() 168 user.tchar_ptr++; in Curl_create_sspi_identity() 171 user in Curl_create_sspi_identity() [all...] |
| /base/sensors/sensor/frameworks/native/src/ |
| H A D | native_sensor.cpp | 180 const Sensor_SubscriptionAttribute *attribute, const Sensor_Subscriber *user) in OH_Sensor_Subscribe() 182 if (id == nullptr || attribute == nullptr || user == nullptr) { in OH_Sensor_Subscribe() 186 const SensorUser *sensorUser = reinterpret_cast<const SensorUser *>(user); in OH_Sensor_Subscribe() 203 const Sensor_Subscriber *user) in OH_Sensor_Unsubscribe() 205 if (id == nullptr || user == nullptr) { in OH_Sensor_Unsubscribe() 209 const SensorUser *sensorUser = reinterpret_cast<const SensorUser *>(user); in OH_Sensor_Unsubscribe() 302 int32_t OH_SensorSubscriber_SetCallback(Sensor_Subscriber* user, const Sensor_EventCallback callback) in OH_SensorSubscriber_SetCallback() argument 304 if (user == nullptr || callback == nullptr) { in OH_SensorSubscriber_SetCallback() 308 user->callback = callback; in OH_SensorSubscriber_SetCallback() 312 int32_t OH_SensorSubscriber_GetCallback(Sensor_Subscriber* user, Sensor_EventCallbac argument 179 OH_Sensor_Subscribe(const Sensor_SubscriptionId *id, const Sensor_SubscriptionAttribute *attribute, const Sensor_Subscriber *user) OH_Sensor_Subscribe() argument 202 OH_Sensor_Unsubscribe(const Sensor_SubscriptionId *id, const Sensor_Subscriber *user) OH_Sensor_Unsubscribe() argument 359 OH_Sensor_DestroySubscriber(Sensor_Subscriber *user) OH_Sensor_DestroySubscriber() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| H A D | base.c | 73 if (img && nvkm_printk_ok(falcon->owner, falcon->user, NV_DBG_TRACE)) { in nvkm_falcon_dma_wr() 143 if (nvkm_printk_ok(falcon->owner, falcon->user, NV_DBG_TRACE)) { in nvkm_falcon_pio_rd() 178 if (nvkm_printk_ok(falcon->owner, falcon->user, NV_DBG_TRACE)) { in nvkm_falcon_pio_wr() 200 nvkm_warn(falcon->user, in nvkm_falcon_load_imem() 270 nvkm_falcon_put(struct nvkm_falcon *falcon, struct nvkm_subdev *user) in nvkm_falcon_put() argument 276 if (falcon->user == user) { in nvkm_falcon_put() 277 nvkm_debug(falcon->user, "released %s falcon\n", falcon->name); in nvkm_falcon_put() 278 falcon->user = NULL; in nvkm_falcon_put() 284 nvkm_falcon_get(struct nvkm_falcon *falcon, struct nvkm_subdev *user) in nvkm_falcon_get() argument [all...] |
| /third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/ |
| H A D | with-default-options.js | 2 //// [/user/username/projects/myproject/a.ts]
28 /a/lib/tsc.js -w /user/username/projects/myproject/a.ts
47 Program root files: ["/user/username/projects/myproject/a.ts"]
52 /user/username/projects/myproject/a.ts
56 /user/username/projects/myproject/a.ts
60 /user/username/projects/myproject/a.ts (used version)
63 /user/username/projects/myproject/node_modules/@types:
67 /user/username/projects/myproject/a.ts:
76 //// [/user/username/projects/myproject/a.js]
85 //// [/user/usernam [all...] |
| /third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/ |
| H A D | with-default-options.js | 2 //// [/user/username/projects/myproject/a.ts]
25 /a/lib/tsc.js -w /user/username/projects/myproject/a.ts
44 Program root files: ["/user/username/projects/myproject/a.ts"]
49 /user/username/projects/myproject/a.ts
53 /user/username/projects/myproject/a.ts
57 /user/username/projects/myproject/a.ts (used version)
60 /user/username/projects/myproject/node_modules/@types:
64 /user/username/projects/myproject/a.ts:
73 //// [/user/username/projects/myproject/a.js]
81 //// [/user/usernam [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | context.c | 47 if (!c->user || c->user > p->p_users.nprim) in context_is_valid() 65 usrdatum = p->user_val_to_struct[c->user - 1]; in context_is_valid() 70 /* user may not be associated with role */ in context_is_valid() 99 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1; in context_to_string() 115 * Copy the user name, role name and type name into the context. in context_to_string() 119 policydb->p_user_val_to_name[context->user - 1], in context_to_string() 124 strlen(policydb->p_user_val_to_name[context->user - 1]) + 1 + in context_to_string() 155 char *user = strdup(sepol_context_get_user(record)); in context_from_record() local 161 if (!user || !rol in context_from_record() [all...] |
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 178 * The main "user" data structure. 184 * Set to NULL when the user is destroyed, a pointer to myself 196 /* The interface this user is bound to. */ 208 static struct ipmi_user *acquire_ipmi_user(struct ipmi_user *user, int *index) 209 __acquires(user->release_barrier) 213 *index = srcu_read_lock(&user->release_barrier); 214 ruser = srcu_dereference(user->self, &user->release_barrier); 216 srcu_read_unlock(&user->release_barrier, *index); 220 static void release_ipmi_user(struct ipmi_user *user, in argument 228 struct ipmi_user *user; global() member 908 struct ipmi_user *user = acquire_ipmi_user(msg->user, &index); deliver_response() local 1159 struct ipmi_user *user = container_of(work, struct ipmi_user, free_user_work() local 1166 ipmi_create_user(unsigned int if_num, const struct ipmi_user_hndl *handler, void *handler_data, struct ipmi_user **user) ipmi_create_user() argument 1275 struct ipmi_user *user = container_of(ref, struct ipmi_user, refcount); free_user() local 1281 _ipmi_destroy_user(struct ipmi_user *user) _ipmi_destroy_user() argument 1355 ipmi_destroy_user(struct ipmi_user *user) ipmi_destroy_user() argument 1365 ipmi_get_version(struct ipmi_user *user, unsigned char *major, unsigned char *minor) ipmi_get_version() argument 1387 ipmi_set_my_address(struct ipmi_user *user, unsigned int channel, unsigned char address) ipmi_set_my_address() argument 1409 ipmi_get_my_address(struct ipmi_user *user, unsigned int channel, unsigned char *address) ipmi_get_my_address() argument 1431 ipmi_set_my_LUN(struct ipmi_user *user, unsigned int channel, unsigned char LUN) ipmi_set_my_LUN() argument 1453 ipmi_get_my_LUN(struct ipmi_user *user, unsigned int channel, unsigned char *address) ipmi_get_my_LUN() argument 1475 ipmi_get_maintenance_mode(struct ipmi_user *user) ipmi_get_maintenance_mode() argument 1500 ipmi_set_maintenance_mode(struct ipmi_user *user, int mode) ipmi_set_maintenance_mode() argument 1542 ipmi_set_gets_events(struct ipmi_user *user, bool val) ipmi_set_gets_events() argument 1639 ipmi_register_for_cmd(struct ipmi_user *user, unsigned char netfn, unsigned char cmd, unsigned int chans) ipmi_register_for_cmd() argument 1684 ipmi_unregister_for_cmd(struct ipmi_user *user, unsigned char netfn, unsigned char cmd, unsigned int chans) ipmi_unregister_for_cmd() argument 2194 i_ipmi_request(struct ipmi_user *user, struct ipmi_smi *intf, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, void *user_msg_data, void *supplied_smi, struct ipmi_recv_msg *supplied_recv, int priority, unsigned char source_address, unsigned char source_lun, int retries, unsigned int retry_time_ms) i_ipmi_request() argument 2296 ipmi_request_settime(struct ipmi_user *user, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, void *user_msg_data, int priority, int retries, unsigned int retry_time_ms) ipmi_request_settime() argument 2335 ipmi_request_supply_msgs(struct ipmi_user *user, struct ipmi_addr *addr, long msgid, struct kernel_ipmi_msg *msg, void *user_msg_data, void *supplied_smi, struct ipmi_recv_msg *supplied_recv, int priority) ipmi_request_supply_msgs() argument 3385 ipmi_poll_interface(struct ipmi_user *user) ipmi_poll_interface() argument 3623 struct ipmi_user *user = ipmi_unregister_smi() local 3714 struct ipmi_user *user = NULL; handle_ipmb_get_msg_cmd() local 3894 struct ipmi_user *user = NULL; handle_lan_get_msg_cmd() local 3993 struct ipmi_user *user = NULL; handle_oem_get_msg_cmd() local 4109 struct ipmi_user *user; handle_read_event_rsp() local 4486 struct ipmi_user *user; handle_new_recv_msgs() local 5089 struct ipmi_user *user; panic_event() local [all...] |
| /base/hiviewdfx/hiview/plugins/performance/timer/ |
| H A D | SceneTimerOhImpl.cpp | 46 void SceneTimerOhImpl::Start(int user, int id, long interval) in Start() argument 48 int key = BuildRecordKey(user, id); in Start() 54 void SceneTimerOhImpl::Stop(int user, int id) in Stop() argument 56 int key = BuildRecordKey(user, id); in Stop() 126 int SceneTimerOhImpl::BuildRecordKey(int user, int id) in BuildRecordKey() argument 128 if (user >= maxUserId) { in BuildRecordKey() 129 throw std::invalid_argument("exceeds max user id"); in BuildRecordKey() 132 throw std::invalid_argument("exceeds max id per user"); in BuildRecordKey() 134 int ret = user * maxRecordPerUser + id; in BuildRecordKey() 147 int user in TriggerCallbak() local [all...] |
| /kernel/linux/linux-5.10/net/unix/ |
| H A D | scm.c | 48 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() argument 66 WRITE_ONCE(user->unix_inflight, user->unix_inflight + 1); in unix_inflight() 70 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight() argument 87 WRITE_ONCE(user->unix_inflight, user->unix_inflight - 1); in unix_notinflight() 92 * The "user->unix_inflight" variable is protected by the garbage 99 struct user_struct *user = current_user(); in too_many_unix_fds() local 101 if (unlikely(READ_ONCE(user->unix_inflight) > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds() 123 unix_inflight(scm->fp->user, sc in unix_attach_fds() [all...] |
| /kernel/linux/linux-6.6/net/unix/ |
| H A D | scm.c | 47 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight() argument 65 WRITE_ONCE(user->unix_inflight, user->unix_inflight + 1); in unix_inflight() 69 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight() argument 86 WRITE_ONCE(user->unix_inflight, user->unix_inflight - 1); in unix_notinflight() 91 * The "user->unix_inflight" variable is protected by the garbage 98 struct user_struct *user = current_user(); in too_many_unix_fds() local 100 if (unlikely(READ_ONCE(user->unix_inflight) > task_rlimit(p, RLIMIT_NOFILE))) in too_many_unix_fds() 122 unix_inflight(scm->fp->user, sc in unix_attach_fds() [all...] |
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| H A D | omap_hwmod_3xxx_data.c | 1459 .user = OCP_USER_MPU | OCP_USER_SDMA, 1466 .user = OCP_USER_MPU | OCP_USER_SDMA, 1474 .user = OCP_USER_MPU, 1482 .user = OCP_USER_MPU, 1489 .user = OCP_USER_MPU | OCP_USER_SDMA, 1501 .user = OCP_USER_MPU | OCP_USER_SDMA, 1509 .user = OCP_USER_MPU, 1516 .user = OCP_USER_MPU | OCP_USER_SDMA, 1524 .user = OCP_USER_MPU | OCP_USER_SDMA, 1532 .user [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
| H A D | cloud_info.cpp | 23 SetValue(node[GET_NAME(user)], user); in Marshal() 36 GetValue(node, GET_NAME(user), user); in Unmarshal() 73 return GetKey(INFO_PREFIX, { std::to_string(user) }); in GetKey() 80 const auto key = GetKey(SCHEMA_PREFIX, { std::to_string(user), bundle, std::to_string(app.instanceId) }); in GetSchemaKey() 88 return GetKey(SCHEMA_PREFIX, { std::to_string(user), bundleName, std::to_string(instanceId) }); in GetSchemaKey() 91 std::string CloudInfo::GetSchemaKey(int32_t user, const std::string &bundleName, int32_t instanceId) in GetSchemaKey() argument 93 return GetKey(SCHEMA_PREFIX, { std::to_string(user), bundleName, std::to_string(instanceId) }); in GetSchemaKey() 99 return GetKey(SCHEMA_PREFIX, { std::to_string(user) }); in GetSchemaPrefix() [all...] |
| /kernel/linux/linux-5.10/block/ |
| H A D | ioprio.c | 30 #include <linux/sched/user.h> 104 struct user_struct *user; in SYSCALL_DEFINE3() local 140 user = current_user(); in SYSCALL_DEFINE3() 142 user = find_user(uid); in SYSCALL_DEFINE3() 144 if (!user) in SYSCALL_DEFINE3() 157 free_uid(user); in SYSCALL_DEFINE3() 196 struct user_struct *user; in SYSCALL_DEFINE2() local 233 user = current_user(); in SYSCALL_DEFINE2() 235 user = find_user(uid); in SYSCALL_DEFINE2() 237 if (!user) in SYSCALL_DEFINE2() [all...] |
| /base/sensors/sensor/test/fuzztest/interfaces/sensoragent_fuzzer/ |
| H A D | sensoragent_fuzzer.cpp | 109 SensorUser user; in SensorAgentFuzzTest() local 110 user.callback = SensorDataCallbackImpl; in SensorAgentFuzzTest() 111 SubscribeSensor(sensorTypeId, &user); in SensorAgentFuzzTest() 112 SetBatch(sensorTypeId, &user, g_samplingInterval, g_reportInterval); in SensorAgentFuzzTest() 113 ActivateSensor(sensorTypeId, &user); in SensorAgentFuzzTest() 115 DeactivateSensor(sensorTypeId, &user); in SensorAgentFuzzTest() 116 UnsubscribeSensor(sensorTypeId, &user); in SensorAgentFuzzTest()
|
| /base/sensors/sensor_lite/services/include/ |
| H A D | sensor_service_impl.h | 38 int32_t ActivateSensorImpl(int32_t sensorId, const SensorUser *user);
39 int32_t DeactivateSensorImpl(int32_t sensorId, const SensorUser *user);
40 int32_t SetBatchImpl(int32_t sensorId, const SensorUser *user, int64_t samplingInterval, int64_t reportInterval);
41 int32_t SubscribeSensorImpl(int32_t sensorId, const SensorUser *user);
42 int32_t UnsubscribeSensorImpl(int32_t sensorId, const SensorUser *user);
43 int32_t SetModeImpl(int32_t sensorId, const SensorUser *user, int32_t mode);
44 int32_t SetOptionImpl(int32_t sensorId, const SensorUser *user, int32_t option);
|
| /third_party/curl/lib/vauth/ |
| H A D | vauth.c | 111 * This is used to test if the specified user contains a Windows domain name as 118 * Note: The user name may be empty when using a GSS-API library or Windows 119 * SSPI as the user and domain are either obtained from the credentials cache 120 * when using GSS-API or via the currently logged in user's credentials when 125 * user [in] - The user name. 129 bool Curl_auth_user_contains_domain(const char *user) in Curl_auth_user_contains_domain() argument 133 if(user && *user) { in Curl_auth_user_contains_domain() 135 char *p = strpbrk(user, "\\/ in Curl_auth_user_contains_domain() [all...] |