Home
last modified time | relevance | path

Searched refs:user (Results 1301 - 1325 of 2610) sorted by relevance

1...<<51525354555657585960>>...105

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp57 const auto user = uses[i]; in check_interface_variable() local
58 if (const Function* func = user->function()) { in check_interface_variable()
64 for (auto use : user->uses()) { in check_interface_variable()
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go97 if user, pass := gerrit.LoadCredentials(); user != "" {
98 auth = &git_http.BasicAuth{Username: user, Password: pass}
/third_party/spirv-tools/source/opt/
H A Dreplace_desc_array_access_using_var_index.cpp124 Instruction* user) const { in CollectRequiredImageAndAccessInsts()
141 required_insts.push_front(user); in CollectRequiredImageAndAccessInsts()
142 user->ForEachInId(decision_to_include_operand); in CollectRequiredImageAndAccessInsts()
/kernel/linux/linux-5.10/net/rose/
H A Daf_rose.c353 * This is called from user mode and the timers. Thus it protects itself
702 ax25_uid_assoc *user; in rose_bind() local
725 user = ax25_findbyuid(current_euid()); in rose_bind()
726 if (user) { in rose_bind()
727 rose->source_call = user->call; in rose_bind()
728 ax25_uid_put(user); in rose_bind()
764 ax25_uid_assoc *user; in rose_connect() local
830 user = ax25_findbyuid(current_euid()); in rose_connect()
831 if (!user) { in rose_connect()
838 rose->source_call = user in rose_connect()
[all...]
/kernel/linux/linux-5.10/fs/
H A Deventpoll.c56 * user space) we could end up sleeping due a copy_to_user(), so
215 /* The user that created the eventpoll descriptor */
216 struct user_struct *user; member
268 /* Maximum number of epoll watched descriptors, per user */
808 atomic_long_dec(&ep->user->epoll_watches); in ep_remove()
860 free_uid(ep->user); in ep_free()
1017 struct user_struct *user; in ep_alloc() local
1020 user = get_current_user(); in ep_alloc()
1033 ep->user = user; in ep_alloc()
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c41 #include <linux/sched/user.h>
97 * sysret to user space
148 struct user_struct *user; /* user who created, for accounting */ member
325 info->user = NULL; /* set when all is ok */ in mqueue_get_inode()
387 info->user = get_uid(u); in mqueue_get_inode()
514 struct user_struct *user; in mqueue_evict_inode() local
537 user = info->user; in mqueue_evict_inode()
538 if (user) { in mqueue_evict_inode()
[all...]
/kernel/linux/linux-6.6/net/rose/
H A Daf_rose.c354 * This is called from user mode and the timers. Thus it protects itself
703 ax25_uid_assoc *user; in rose_bind() local
726 user = ax25_findbyuid(current_euid()); in rose_bind()
727 if (user) { in rose_bind()
728 rose->source_call = user->call; in rose_bind()
729 ax25_uid_put(user); in rose_bind()
766 ax25_uid_assoc *user; in rose_connect() local
832 user = ax25_findbyuid(current_euid()); in rose_connect()
833 if (!user) { in rose_connect()
840 rose->source_call = user in rose_connect()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1638 * user ::
1650 void* user ) in FT_Outline_Decompose()
1739 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
1791 error = func_interface->conic_to( &v_control, &vec, user ); in FT_Outline_Decompose()
1807 error = func_interface->conic_to( &v_control, &v_middle, user ); in FT_Outline_Decompose()
1819 error = func_interface->conic_to( &v_control, &v_start, user ); in FT_Outline_Decompose()
1853 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); in FT_Outline_Decompose()
1864 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user ); in FT_Outline_Decompose()
1873 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_teap.c991 if (sm->user && sm->user_eap_method_index < EAP_MAX_METHODS && in eap_teap_process_phase2_response()
992 sm->user->methods[sm->user_eap_method_index].method != in eap_teap_process_phase2_response()
994 next_type = sm->user->methods[ in eap_teap_process_phase2_response()
1030 "EAP-TEAP: Phase 2 Identity not found in the user database", in eap_teap_process_phase2_response()
1045 next_type = sm->user->methods[0].method; in eap_teap_process_phase2_response()
1174 "EAP-TEAP: Username not found in the user database"); in eap_teap_process_basic_auth_resp()
1179 if (!sm->user || !sm->user->password || sm->user->password_hash) { in eap_teap_process_basic_auth_resp()
1181 "EAP-TEAP: No plaintext user passwor in eap_teap_process_basic_auth_resp()
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c14 #include <keys/user-type.h>
67 * user defined keys take an arbitrary string as the description and an
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-v7m.S53 @ Check for any pending work if returning to user
/kernel/linux/common_modules/tzdriver/core/
H A DMakefile3 ifneq ($(TARGET_BUILD_VARIANT), user)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpage.h30 * page-based copying and clearing for user space for the particular
104 #error Unknown user operations model
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Delf.h10 #include <asm/user.h>
106 /* This yields a mask that user programs can use to figure out what
/kernel/linux/linux-5.10/arch/mips/lib/
H A Dstrncpy_user.S27 * Ugly special case have to check: we might get passed a user space
82 __BUILD_STRNCPY_ASM user
H A Dstrnlen_user.S24 * Note: for performance reasons we deliberately accept that a user may
81 __BUILD_STRNLEN_ASM user
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
H A Dxstate.h9 #include <asm/user.h>
26 /* All currently supported user features */
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.h132 char user[]; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Delf.h10 #include <asm/user.h>
113 /* This yields a mask that user programs can use to figure out what
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.h133 char user[]; member
/kernel/linux/linux-5.10/include/net/
H A Dxdp_sock.h27 struct user_struct *user; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h80 nvif_wr32(&chan->user, chan->user_put, ((val) << 2) + chan->push.addr);\
H A Dnv10_fence.c55 return NVIF_RD32(&chan->user, NV06E, REFERENCE); in nv10_fence_read()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dwimmgv100.c43 .user = gv100_disp_chan_user,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgp100.c81 .user = { { 0, 0, MAXWELL_FAULT_BUFFER_A }, 0 },

Completed in 26 milliseconds

1...<<51525354555657585960>>...105