Home
last modified time | relevance | path

Searched refs:user (Results 576 - 600 of 2689) sorted by relevance

1...<<21222324252627282930>>...108

/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()
/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()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dmls.c208 if (!c->user || c->user > p->p_users.nprim) in mls_context_isvalid()
210 usrdatum = p->user_val_to_struct[c->user - 1]; in mls_context_isvalid()
212 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/liteos_a/kernel/base/include/
H A Dlos_process_pri.h122 User *user; member
299 * The highest priority of a user mode process.
305 * The lowest priority of a user mode process
323 * ID of the user root process
403 User *user = NULL; in OsCurrUserGet() local
407 user = OsCurrProcessGet()->user; in OsCurrUserGet()
409 return user; in OsCurrUserGet()
418 if (process->user != NULL) { in OsProcessUserIDGet()
419 uid = process->user in OsProcessUserIDGet()
[all...]
/kernel/linux/linux-6.6/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()
375 new_fpl->user = get_uid(fpl->user); in scm_fp_dup()
/third_party/node/src/
H A Dnode_credentials.cc401 char* user; in InitGroups() local
404 user = name_by_uid(args[0].As<Uint32>()->Value()); in InitGroups()
407 user = *arg0; in InitGroups()
411 if (user == nullptr) { in InitGroups()
419 if (must_free) free(user); in InitGroups()
424 int rc = initgroups(user, extra_group); in InitGroups()
426 if (must_free) free(user); in InitGroups()
/third_party/lwip/src/netif/ppp/
H A Dupap.c155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) { in upap_authwithpeer() argument
157 if(!user || !password) in upap_authwithpeer()
161 pcb->upap.us_user = user; in upap_authwithpeer()
162 pcb->upap.us_userlen = (u8_t)LWIP_MIN(strlen(user), 0xff); in upap_authwithpeer()
385 * Parse user/passwd. in upap_rauthreq()
605 const u_char *user, *pwd, *msg; in upap_printpkt() local
633 user = (const u_char *) (p + 1); in upap_printpkt()
637 printer(arg, " user="); in upap_printpkt()
638 ppp_print_string(user, ulen, printer, arg); in upap_printpkt()
/third_party/toybox/toys/pending/
H A Dtcpsvd.c27 -u USER[:GRP] Change to user/group after bind
43 char *user;
194 char *user = NULL, *group = NULL; in get_uidgid() local
197 user = ug; in get_uidgid()
203 if (!(pass = getpwnam(user))) { in get_uidgid()
204 n = atolx_range(user, 0, INT_MAX); in get_uidgid()
205 if (!(pass = getpwuid(n))) perror_exit("Invalid user '%s'", user); in get_uidgid()
288 get_uidgid(&uid, &gid, TT.user); in tcpsvd_main()
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp56 id, [&opcodes](Instruction* user, uint32_t) { in GetUseOpcodes()
57 opcodes.push_back(user->opcode()); in GetUseOpcodes()
117 mgr->ForEachUser(id, [id, &userMap](Instruction* user) { in BuildAllUsers()
118 if (user->opcode() != spv::Op::OpConstant) { in BuildAllUsers()
119 userMap[id].push_back(user); in BuildAllUsers()
1307 // OpSwitch is now a user of %7. in TEST()
1712 auto scanUser = [&](Instruction* user) { return user != use; }; in TEST_F()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.h204 * omap_hwmod_ocp_if.user bits: these indicate the initiators that use this
230 * @user: initiators using this interface (see OCP_USER_* macros above)
250 u8 user; member
644 void *user),
645 void *user);
655 int (*fn)(struct omap_hwmod *oh, void *user), in omap_hwmod_for_each_by_class()
656 void *user) in omap_hwmod_for_each_by_class()
654 omap_hwmod_for_each_by_class(const char *classname, int (*fn)(struct omap_hwmod *oh, void *user), void *user) omap_hwmod_for_each_by_class() argument
/kernel/linux/linux-5.10/kernel/cgroup/
H A Drstat.c407 u64 user = 0; in root_cgroup_cputime() local
412 user += cpustat[CPUTIME_USER]; in root_cgroup_cputime()
413 user += cpustat[CPUTIME_NICE]; in root_cgroup_cputime()
414 cputime->utime += user; in root_cgroup_cputime()
421 cputime->sum_exec_runtime += user; in root_cgroup_cputime()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgpfifogv100.c156 0, subdevs, 1, fifo->user.bar->addr, 0x200, in gv100_fifo_gpfifo_new_()
181 nvkm_kmap(fifo->user.mem); in gv100_fifo_gpfifo_new_()
183 nvkm_wo32(fifo->user.mem, usermem + i, 0x00000000); in gv100_fifo_gpfifo_new_()
184 nvkm_done(fifo->user.mem); in gv100_fifo_gpfifo_new_()
185 usermem = nvkm_memory_addr(fifo->user.mem) + usermem; in gv100_fifo_gpfifo_new_()

Completed in 18 milliseconds

1...<<21222324252627282930>>...108