Home
last modified time | relevance | path

Searched refs:user (Results 1201 - 1225 of 2833) sorted by relevance

1...<<41424344454647484950>>...114

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.h62 * get_eap_user - Callback for fetching EAP user information
67 * @user: Data structure for filling in the user information
70 * This is used to fetch information from user database. The callback
71 * will fill in information about allowed EAP methods and the user
76 int phase2, struct eap_user *user);
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c53 CM_FREE_PTR(uri->user); in CertManagerFreeUri()
113 len += GetComponentEncodedLen(P_USER, uri->user, P_RES_AVAIL, &sep); in GetEncodedLen()
218 ret = EncodeComp(encoded, &off, &avail, P_USER, uri->user, P_RES_AVAIL, &sep, ';'); in EncodePathComp()
425 field = &uri->user; in DecodePath()
627 uriObj.user = userIdStr; in CmConstructCommonUri()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp574 LOGE("[SyncAbleKvDB][Sync] no user in sync option"); in CheckSyncOption()
587 for (const auto &user : option.users) { in CheckSyncOption()
588 if (cloudDBs.find(user) == cloudDBs.end()) { in CheckSyncOption()
589 LOGE("[SyncAbleKvDB][Sync] cloud db with invalid user: %s", user.c_str()); in CheckSyncOption()
592 if (schemas.find(user) == schemas.end()) { in CheckSyncOption()
593 LOGE("[SyncAbleKvDB][Sync] cloud schema with invalid user: %s", user.c_str()); in CheckSyncOption()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp61 uint32_t user = 0; member
209 FbeOpts ops{.user = userId, .type = type, .len = size, .flag = flag}; in InstallKeyToKernel()
253 FbeOpts ops{.user = userId, .type = type, .len = size}; in UninstallOrLockUserKeyToKernel()
355 ops.user = userId; in LockScreenToKernel()
463 FbeOpts ops{.user = userId, .type = type, .len = size}; in UnlockScreenToKernel()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dtraps.c121 int i, user; in show_regs() local
125 user = user_mode(regs); in show_regs()
126 level = user ? KERN_DEBUG : KERN_CRIT; in show_regs()
135 if (user) in show_regs()
149 if (user) { in show_regs()
228 /* Amuse the user in a SPARC fashion */ in die_if_kernel()
243 * re-enable the pdc console, so that the user will be able to in die_if_kernel()
459 * if the user had pressed it once at any time, the in parisc_terminate()
487 * If the priority level is still user, and the in handle_interruption()
489 * then the user i in handle_interruption()
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dtraps.c126 int i, user; in show_regs() local
130 user = user_mode(regs); in show_regs()
131 level = user ? KERN_DEBUG : KERN_CRIT; in show_regs()
140 if (user) in show_regs()
154 if (user) { in show_regs()
233 /* Amuse the user in a SPARC fashion */ in die_if_kernel()
459 * if the user had pressed it once at any time, the in parisc_terminate()
485 * If the priority level is still user, and the in handle_interruption()
487 * then the user is attempting something in a space in handle_interruption()
490 * This is normally the situation when the user in handle_interruption()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c262 user_bufs = account_pipe_buffers(pipe->user, pipe->nr_accounted, nr_pages); in watch_queue_set_size()
307 (void) account_pipe_buffers(pipe->user, nr_pages, pipe->nr_accounted); in watch_queue_set_size()
333 /* Grab the user's filter specification */ in watch_queue_set_filter()
357 * user-specified filters. in watch_queue_set_filter()
426 atomic_dec(&watch->cred->user->nr_watches); in free_watch()
473 if (atomic_inc_return(&cred->user->nr_watches) > task_rlimit(current, RLIMIT_NOFILE)) { in add_one_watch()
474 atomic_dec(&cred->user->nr_watches); in add_one_watch()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c38 * @prime: The prime object providing user visibility.
430 * @user: Whether this is an ordinary dma buffer or a user dma buffer.
433 bool user) in vmw_bo_acc_size()
453 return ((user) ? user_struct_size : struct_size) + in vmw_bo_acc_size()
513 bool user = (bo_free == &vmw_user_bo_destroy); in vmw_bo_init() local
515 WARN_ON_ONCE(!bo_free && (!user && (bo_free != vmw_bo_bo_free))); in vmw_bo_init()
517 acc_size = vmw_bo_acc_size(dev_priv, size, user); in vmw_bo_init()
533 * vmw user buffer objects
558 * for vmw user buffe
432 vmw_bo_acc_size(struct vmw_private *dev_priv, size_t size, bool user) vmw_bo_acc_size() argument
[all...]
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_hw_exc.S179 STMFD SP, {R13, R14}^ @ push user sp and lr
195 SUB SP, SP, #(4 * 4) @ push user sp and lr and jump reserved field
202 BNE _osKernelSVCHandler @ Branch if not user mode
234 LDMFD SP, {R13, R14}^ @ Restore user mode R13/R14
237 RFEIA SP! @ Return to user
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c257 user_bufs = account_pipe_buffers(pipe->user, pipe->nr_accounted, nr_pages); in watch_queue_set_size()
300 (void) account_pipe_buffers(pipe->user, nr_pages, pipe->nr_accounted); in watch_queue_set_size()
326 /* Grab the user's filter specification */ in watch_queue_set_filter()
350 * user-specified filters. in watch_queue_set_filter()
419 atomic_dec(&watch->cred->user->nr_watches); in free_watch()
466 if (atomic_inc_return(&cred->user->nr_watches) > task_rlimit(current, RLIMIT_NOFILE)) { in add_one_watch()
467 atomic_dec(&cred->user->nr_watches); in add_one_watch()
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h471 void *user; member
490 struct cil_user *user; member
497 struct cil_user *user; member
723 struct cil_user *user; member
1066 void cil_user_init(struct cil_user **user);
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_deny_test.cpp109 UserState user = {.userId = 100, .isActive = true}; // 100 is userId in HWTEST_F() local
110 const std::vector<UserState> userList = { user }; in HWTEST_F()
125 UserState user = {.userId = 100, .isActive = true}; // 100 is userId in HWTEST_F() local
126 const std::vector<UserState> userList = { user }; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp426 int32_t user = USER_TEST; in HWTEST_F() local
430 auto result = dataShareServiceImpl.OnAppUpdate(BUNDLE_NAME, user, index); in HWTEST_F()
436 result = dataShareServiceImpl.OnAppUninstall(BUNDLE_NAME, user, index); in HWTEST_F()
440 result = dataShareStatic.OnAppUninstall(BUNDLE_NAME, user, index); in HWTEST_F()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Dtraps.c254 bool user = user_mode(regs); in probe_single_step_handler() local
256 return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); in probe_single_step_handler()
261 bool user = user_mode(regs); in probe_breakpoint_handler() local
263 return user ? uprobe_breakpoint_handler(regs) : kprobe_breakpoint_handler(regs); in probe_breakpoint_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dfw.c52 if (nvkm_printk_ok(falcon->owner, falcon->user, NV_DBG_TRACE)) { in nvkm_falcon_fw_patch()
74 nvkm_falcon_fw_boot(struct nvkm_falcon_fw *fw, struct nvkm_subdev *user, in nvkm_falcon_fw_boot() argument
80 ret = nvkm_falcon_get(falcon, user); in nvkm_falcon_fw_boot()
115 nvkm_falcon_put(falcon, user); in nvkm_falcon_fw_boot()
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c137 elops_listen_init_ev(struct lws_dll2 *d, void *user) in elops_listen_init_ev() argument
140 struct lws_context *context = (struct lws_context *)user; in elops_listen_init_ev()
241 elops_listen_destroy_ev(struct lws_dll2 *d, void *user) in elops_listen_destroy_ev() argument
244 struct lws_context *context = (struct lws_context *)user; in elops_listen_destroy_ev()
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c113 perror("dropping user privilege failed"); in drop_privs()
300 const char *user = get_user_name(); in get_mnt_opts() local
301 if (user == NULL) in get_mnt_opts()
304 if (add_option(mnt_optsp, "user=", strlen(user)) == -1) in get_mnt_opts()
306 strcat(*mnt_optsp, user); in get_mnt_opts()
508 fprintf(stderr, "%s: mountpoint %s not owned by user\n", in check_perm()
515 fprintf(stderr, "%s: user has no write access to mountpoint %s\n", in check_perm()
/third_party/ninja/src/
H A Dbuild_log.cc131 bool BuildLog::OpenForWrite(const string& path, const BuildLogUser& user, in OpenForWrite() argument
134 if (!Recompact(path, user, err)) in OpenForWrite()
392 bool BuildLog::Recompact(const string& path, const BuildLogUser& user, in Recompact() argument
412 if (user.IsPathDead(i->first)) { in Recompact()
/third_party/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h191 uint8_t txn_resp_set:1; /**< user code set one */
228 /* the user object allocation is immediately after the ss object allocation */
447 lws_ss_destroy_dll(struct lws_dll2 *d, void *user);
450 lws_sspc_destroy_dll(struct lws_dll2 *d, void *user);
544 lws_ss_cancel_notify_dll(struct lws_dll2 *d, void *user);
547 lws_sspc_cancel_notify_dll(struct lws_dll2 *d, void *user);
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c273 draw->pt.user.vs_constants, in fetch_pipeline_generic()
274 draw->pt.user.vs_constants_size, in fetch_pipeline_generic()
289 draw->pt.user.gs_constants, in fetch_pipeline_generic()
290 draw->pt.user.gs_constants_size, in fetch_pipeline_generic()
/third_party/python/Tools/msi/
H A Duploadrelease.bat21 if "%1" EQU "--user" (set USER=%~2) && shift && shift && goto CheckOpts
99 echo uploadrelease.bat --host HOST --user USERNAME [--target TARGET] [--dry-run] [-h]
102 echo --user (-u) Specify the user on the host (required)
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c364 char user[MAX_USERNAME_LENGTH]; in MHD_digest_auth_get_username() local
374 if (0 == (len = lookup_sub_value (user, in MHD_digest_auth_get_username()
375 sizeof (user), in MHD_digest_auth_get_username()
379 return strdup (user); in MHD_digest_auth_get_username()
790 * @param opaque string to user for opaque value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTimer.cpp124 std::chrono::nanoseconds user, sys; in getCurrentTime() local
128 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
130 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
135 Result.UserTime = Seconds(user).count(); in getCurrentTime()
387 printJSONValue(OS, R, ".user", T.getUserTime()); in printJSONValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimer.cpp122 std::chrono::nanoseconds user, sys; in getCurrentTime() local
126 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
128 sys::Process::GetTimeUsage(now, user, sys); in getCurrentTime()
133 Result.UserTime = Seconds(user).count(); in getCurrentTime()
422 printJSONValue(OS, R, ".user", T.getUserTime()); in printJSONValues()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc270 for (auto* user : var->Users()) { in Process()
271 if (user->Stmt()->Function()->Declaration() == func_ast) { in Process()
278 user->Declaration()->As<ast::IdentifierExpression>(); in Process()
286 ctx.Replace(user->Declaration(), expr); in Process()

Completed in 23 milliseconds

1...<<41424344454647484950>>...114