Home
last modified time | relevance | path

Searched refs:user (Results 526 - 550 of 2589) sorted by relevance

1...<<21222324252627282930>>...104

/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_fbdev_dma.c17 static int drm_fbdev_dma_fb_open(struct fb_info *info, int user) in drm_fbdev_dma_fb_open() argument
22 if (user && !try_module_get(fb_helper->dev->driver->fops->owner)) in drm_fbdev_dma_fb_open()
28 static int drm_fbdev_dma_fb_release(struct fb_info *info, int user) in drm_fbdev_dma_fb_release() argument
32 if (user) in drm_fbdev_dma_fb_release()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c37 if (mmu->func->mem.user.oclass) { in nvkm_ummu_sclass()
39 oclass->base = mmu->func->mem.user; in nvkm_ummu_sclass()
45 if (mmu->func->vmm.user.oclass) { in nvkm_ummu_sclass()
47 oclass->base = mmu->func->vmm.user; in nvkm_ummu_sclass()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dtrace_mr.h95 __field(int, user)
112 __entry->user = ibpd_to_rvtpd(sge->mr->pd)->user;
115 "[%s] mr %p sge %p isge %p vaddr %p ivaddr %llx lkey %x sge_length %u length %u ilength %u m %u n %u user %u",
128 __entry->user
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian135 user=${KBUILD_BUILD_USER-$(id -nu)}
136 name=${DEBFULLNAME-${user}}
139 email="${user}@${buildhost}"
158 packagename=user-mode-linux
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dmov_ss_trap.c28 #include <sys/user.h>
79 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[0]), dr0) != 0) in enable_watchpoint()
82 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[1]), dr1) != 0) in enable_watchpoint()
85 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[7]), dr7) != 0) in enable_watchpoint()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_limit.c95 static u32 user2credits(u32 user) in user2credits() argument
98 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY)) in user2credits()
100 return (user / XT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY; in user2credits()
102 return (user * HZ * CREDITS_PER_JIFFY) / XT_LIMIT_SCALE; in user2credits()
/third_party/curl/lib/vauth/
H A Dspnego_sspi.c82 * user [in] - The user name in the format User or Domain\User.
83 * password [in] - The user's password.
92 const char *user, in Curl_auth_decode_spnego_message()
152 if(user && *user) { in Curl_auth_decode_spnego_message()
154 result = Curl_create_sspi_identity(user, password, &nego->identity); in Curl_auth_decode_spnego_message()
162 /* Use the current Windows user */ in Curl_auth_decode_spnego_message()
91 Curl_auth_decode_spnego_message(struct Curl_easy *data, const char *user, const char *password, const char *service, const char *host, const char *chlg64, struct negotiatedata *nego) Curl_auth_decode_spnego_message() argument
/third_party/benchmark/src/
H A Dtimers.cc78 ULARGE_INTEGER user; in MakeTime() local
81 user.HighPart = user_time.dwHighDateTime; in MakeTime()
82 user.LowPart = user_time.dwLowDateTime; in MakeTime()
84 static_cast<double>(user.QuadPart)) * in MakeTime()
/third_party/libwebsockets/lib/abstract/
H A Dabstract.c137 find_compatible(struct lws_dll2 *d, void *user) in find_compatible() argument
139 lws_abs_t *ai1 = (lws_abs_t *)user, in find_compatible()
260 __reap_children(struct lws_dll2 *d, void *user) in __reap_children() argument
292 lws_abstract_alloc(struct lws_vhost *vhost, void *user, in lws_abstract_alloc() argument
/third_party/libsnd/src/
H A Davr.c61 char user [64] ; /* User defined. Typically ASCII message */ member
158 psf_binheader_readf (psf, "bb", hdr.ext, sizeof (hdr.ext), hdr.user, sizeof (hdr.user)) ; in avr_read_header()
160 psf_log_printf (psf, " Ext : %s\n User : %s\n", hdr.ext, hdr.user) ; in avr_read_header()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-h2-rxflow/
H A Dminimal-http-client.c51 void *user, void *in, size_t len) in callback_http()
53 struct pss *pss = (struct pss *)user; in callback_http()
126 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
260 info.user = &args; in main()
50 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_id.cpp92 const Instruction* user = use.first; in CheckIdDefinitionDominateUse() local
93 if (user->function() && user->function() != func) { in CheckIdDefinitionDominateUse()
96 << _.getIdName(user->function()->id()) in CheckIdDefinitionDominateUse()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_id.cpp92 const Instruction* user = use.first; in CheckIdDefinitionDominateUse() local
93 if (user->function() && user->function() != func) { in CheckIdDefinitionDominateUse()
96 << _.getIdName(user->function()->id()) in CheckIdDefinitionDominateUse()
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dftsystem.c71 return HeapAlloc( memory->user, 0, size ); in ft_alloc()
107 return HeapReAlloc( memory->user, 0, block, new_size ); in ft_realloc()
130 HeapFree( memory->user, 0, block ); in ft_free()
411 memory->user = heap; in FT_BASE_DEF()
/third_party/spirv-tools/source/opt/
H A Dblock_merge_util.cpp37 id, [](Instruction* user, uint32_t index) { in IsMerge()
38 spv::Op op = user->opcode(); in IsMerge()
55 id, [](Instruction* user, uint32_t index) { in IsContinue()
56 spv::Op op = user->opcode(); in IsContinue()
H A Dlocal_single_block_elim_pass.cpp31 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
32 auto dbg_op = user->GetCommonDebugOpcode(); in HasOnlySupportedRefs()
37 spv::Op op = user->opcode(); in HasOnlySupportedRefs()
39 if (!HasOnlySupportedRefs(user->result_id())) { in HasOnlySupportedRefs()
H A Dprivate_to_local_pass.cpp169 inst, [this](const Instruction* user) { in IsValidUse()
170 if (!IsValidUse(user)) return false; in IsValidUse()
180 bool PrivateToLocalPass::UpdateUse(Instruction* inst, Instruction* user) { in UpdateUse() argument
186 user); in UpdateUse()
/test/testfwk/xdevice/
H A Drun.sh51 $PYTHON -m easy_install --user "$f" || echo "Error occurs to install $f!"
59 $PYTHON -m pip install --user "$f" || echo "Error occurs to install $f!"
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-ws-ext.h29 * in user code if so desired.
90 * \param user: Pointer to ptr to per-session user data allocated by library
98 * Libwebsockets takes care of allocating and freeing "user" memory for
100 * by the user parameter.
107 * in user.
117 * allocated in the user data (pointed to by user) before the
118 * user data is deleted. This same callback is used whether you
136 void *user, voi
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetpwent.c29 struct passwd *user = getpwent(); in getpwent_0100() local
30 EXPECT_PTRNE("getpwent_0100", user, NULL); in getpwent_0100()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dvtime.c127 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local
155 user = update_tsk_timer(&tsk->thread.user_timer, in do_account_vtime()
166 clock - user - guest - system - hardirq - softirq; in do_account_vtime()
169 if (user) { in do_account_vtime()
170 account_user_time(tsk, cputime_to_nsecs(user)); in do_account_vtime()
171 tsk->utimescaled += cputime_to_nsecs(scale_vtime(user)); in do_account_vtime()
186 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
205 * In s390, accounting pending user time also implies
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dvtime.c127 u64 timer, clock, user, guest, system, hardirq, softirq; in do_account_vtime() local
151 user = update_tsk_timer(&tsk->thread.user_timer, in do_account_vtime()
162 clock - user - guest - system - hardirq - softirq; in do_account_vtime()
165 if (user) { in do_account_vtime()
166 account_user_time(tsk, cputime_to_nsecs(user)); in do_account_vtime()
167 tsk->utimescaled += cputime_to_nsecs(scale_vtime(user)); in do_account_vtime()
182 return virt_timer_forward(user + guest + system + hardirq + softirq); in do_account_vtime()
201 * In s390, accounting pending user time also implies
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Duvmm.c133 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) { in nvkm_uvmm_mthd_unmap()
135 vma->user, !client->super, vma->busy); in nvkm_uvmm_mthd_unmap()
184 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) { in nvkm_uvmm_mthd_map()
186 vma->user, !client->super, vma->busy); in nvkm_uvmm_mthd_map()
255 if (ret = -ENOENT, (!vma->user && !client->super) || vma->busy) { in nvkm_uvmm_mthd_put()
257 vma->user, !client->super, vma->busy); in nvkm_uvmm_mthd_put()
300 vma->user = !client->super; in nvkm_uvmm_mthd_get()
400 NULL, "user", &uvmm->vmm); in nvkm_uvmm_new()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dmls.c209 if (!c->user || c->user > p->p_users.nprim) in mls_context_isvalid()
211 usrdatum = p->user_val_to_struct[c->user - 1]; in mls_context_isvalid()
213 return 0; /* user may not be associated with range */ in mls_context_isvalid()
403 struct context *fromcon, struct user_datum *user, in mls_setup_user_range()
409 struct mls_level *user_low = &(user->range.level[0]); in mls_setup_user_range()
410 struct mls_level *user_clr = &(user->range.level[1]); in mls_setup_user_range()
411 struct mls_level *user_def = &(user->dfltlevel); in mls_setup_user_range()
415 /* Honor the user's default level if we can */ in mls_setup_user_range()
427 that of the user' in mls_setup_user_range()
402 mls_setup_user_range(struct policydb *p, struct context *fromcon, struct user_datum *user, struct context *usercon) mls_setup_user_range() argument
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dscm.c13 #include <linux/sched/user.h>
42 * Only allow a user to send credentials, that they could set with
89 fpl->user = NULL; in scm_fp_copy()
116 if (!fpl->user) in scm_fp_copy()
117 fpl->user = get_uid(current_user()); in scm_fp_copy()
131 free_uid(fpl->user); in __scm_destroy()
362 new_fpl->user = get_uid(fpl->user); in scm_fp_dup()

Completed in 12 milliseconds

1...<<21222324252627282930>>...104