/kernel/linux/linux-6.6/security/keys/ |
H A D | gc.c | 158 /* deal with the user's key tracking and quota */ in key_gc_unused_keys() 160 spin_lock(&key->user->lock); in key_gc_unused_keys() 161 key->user->qnkeys--; in key_gc_unused_keys() 162 key->user->qnbytes -= key->quotalen; in key_gc_unused_keys() 163 spin_unlock(&key->user->lock); in key_gc_unused_keys() 166 atomic_dec(&key->user->nkeys); in key_gc_unused_keys() 168 atomic_dec(&key->user->nikeys); in key_gc_unused_keys() 170 key_user_put(key->user); in key_gc_unused_keys()
|
/third_party/curl/lib/ |
H A D | hash.c | 37 hash_element_dtor(void *user, void *element) in hash_element_dtor() argument 39 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor() 197 Curl_hash_apply(Curl_hash *h, void *user, in Curl_hash_apply() argument 198 void (*cb)(void *user, void *ptr)) in Curl_hash_apply() 208 cb(user, el->ptr); in Curl_hash_apply() 247 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium() argument 265 if(!comp || comp(user, he->ptr)) { in Curl_hash_clean_with_criterium()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | random_gen.py | 30 """ Create a user in available groups to do the tests """ 36 print("create user " + username + "failed" + u) 56 """ Random creation of n user """ 59 userName= "user" + str(i) 74 """ Retrieve the list of user from /etc/passwd file """ 83 NameOK = re.match("user",userName) 84 # We keep only usernames starting with "user" 106 NameOK = re.match("user",userName) 107 # We keep only usernames starting with "user" 168 """ Create Random User List with fixed length user name [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_vsplit_tmp.h | 40 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT() 41 const unsigned min_index = draw->pt.user.min_index; in CONCAT() 42 const unsigned max_index = draw->pt.user.max_index; in CONCAT() 43 const int elt_bias = draw->pt.user.eltBias; in CONCAT() 52 if (end >= draw->pt.user.eltMax || in CONCAT() 139 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT() 140 const int ibias = draw->pt.user.eltBias; in CONCAT()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | pvtime.c | 82 u64 __user *user = (u64 __user *)attr->addr; in kvm_arm_pvtime_set_attr() local 92 if (get_user(ipa, user)) in kvm_arm_pvtime_set_attr() 114 u64 __user *user = (u64 __user *)attr->addr; in kvm_arm_pvtime_get_attr() local 123 if (put_user(ipa, user)) in kvm_arm_pvtime_get_attr()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 7 | Invoked when the user program encounters a floating-point 61 fmovel #0,%FPSR |clear all user bits 62 fmovel #0,%FPCR |clear all user exceptions for FPSP 72 bsrl sto_res |store the result in user space
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | tls.h | 14 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register 16 mcr p15, 0, \tpuser, c13, c0, 2 @ and the user r/w register 26 mrcne p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register 28 mcrne p15, 0, \tpuser, c13, c0, 2 @ set user r/w register 89 * eventually if you do so. The user helper in set_tls()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vde_kern.c | 23 vpri = (struct vde_data *) pri->user; in vde_init() 41 struct vde_data *pri = (struct vde_data *) &lp->user; in vde_read() 53 struct vde_data *pri = (struct vde_data *) &lp->user; in vde_write() 117 .user = &vde_user_info,
|
H A D | slirp_kern.c | 26 spri = (struct slirp_data *) private->user; in slirp_init() 55 (struct slirp_data *) &lp->user); in slirp_read() 61 (struct slirp_data *) &lp->user); in slirp_write() 108 .user = &slirp_user_info,
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | pvtime.c | 78 u64 __user *user = (u64 __user *)attr->addr; in kvm_arm_pvtime_set_attr() local 88 if (get_user(ipa, user)) in kvm_arm_pvtime_set_attr() 110 u64 __user *user = (u64 __user *)attr->addr; in kvm_arm_pvtime_get_attr() local 119 if (put_user(ipa, user)) in kvm_arm_pvtime_get_attr()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 7 | Invoked when the user program encounters a floating-point 61 fmovel #0,%FPSR |clear all user bits 62 fmovel #0,%FPCR |clear all user exceptions for FPSP 72 bsrl sto_res |store the result in user space
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | slirp_kern.c | 26 spri = (struct slirp_data *) private->user; in slirp_init() 55 (struct slirp_data *) &lp->user); in slirp_read() 61 (struct slirp_data *) &lp->user); in slirp_write() 108 .user = &slirp_user_info,
|
H A D | vde_kern.c | 23 vpri = (struct vde_data *) pri->user; in vde_init() 41 struct vde_data *pri = (struct vde_data *) &lp->user; in vde_read() 53 struct vde_data *pri = (struct vde_data *) &lp->user; in vde_write() 117 .user = &vde_user_info,
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer_compat.c | 35 struct snd_timer_gparams32 __user *user) in snd_timer_user_gparams_compat() 39 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) || in snd_timer_user_gparams_compat() 40 get_user(gparams.period_num, &user->period_num) || in snd_timer_user_gparams_compat() 41 get_user(gparams.period_den, &user->period_den)) in snd_timer_user_gparams_compat() 34 snd_timer_user_gparams_compat(struct file *file, struct snd_timer_gparams32 __user *user) snd_timer_user_gparams_compat() argument
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | ebt_limit.c | 59 user2credits(u_int32_t user) in user2credits() argument 62 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY)) in user2credits() 64 return (user / EBT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY; in user2credits() 66 return (user * HZ * CREDITS_PER_JIFFY) / EBT_LIMIT_SCALE; in user2credits()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_defrag_ipv4.c | 26 u_int32_t user) in nf_ct_ipv4_gather_frags() 31 err = ip_defrag(net, skb, user); in nf_ct_ipv4_gather_frags() 83 enum ip_defrag_users user = in ipv4_conntrack_defrag() local 86 if (nf_ct_ipv4_gather_frags(state->net, skb, user)) in ipv4_conntrack_defrag() 25 nf_ct_ipv4_gather_frags(struct net *net, struct sk_buff *skb, u_int32_t user) nf_ct_ipv4_gather_frags() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.h | 44 } user; member 77 struct nvkm_sclass user; member 80 } user; member 83 struct nvkm_sclass user; member
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer_compat.c | 35 struct snd_timer_gparams32 __user *user) in snd_timer_user_gparams_compat() 39 if (copy_from_user(&gparams.tid, &user->tid, sizeof(gparams.tid)) || in snd_timer_user_gparams_compat() 40 get_user(gparams.period_num, &user->period_num) || in snd_timer_user_gparams_compat() 41 get_user(gparams.period_den, &user->period_den)) in snd_timer_user_gparams_compat() 34 snd_timer_user_gparams_compat(struct file *file, struct snd_timer_gparams32 __user *user) snd_timer_user_gparams_compat() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 27 static uid_t user = 60000; variable 63 warnx("(pid=%d): Changing to uid=%d, gid=%d", pid, user, group); in fork_child() 67 if (setuid(user) < 0) in fork_child() 68 err(EXIT_FAILURE, "(pid=%d): setuid(%d)", pid, user); in fork_child() 72 warnx("(pid=%d): Unshare user namespace", pid); in fork_child()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | ebt_limit.c | 59 user2credits(u_int32_t user) in user2credits() argument 62 if (user > 0xFFFFFFFF / (HZ*CREDITS_PER_JIFFY)) in user2credits() 64 return (user / EBT_LIMIT_SCALE) * HZ * CREDITS_PER_JIFFY; in user2credits() 66 return (user * HZ * CREDITS_PER_JIFFY) / EBT_LIMIT_SCALE; in user2credits()
|
/third_party/cups-filters/backend/ |
H A D | cups-brf.c | 37 char *user; in main() local 49 /* We need to be root to be able to turn into another user. */ in main() 62 fprintf(stderr, "ERROR: cups-brf jobid user name nb options [filename]\n"); in main() 76 /* Now we have everything, turn into the user */ in main() 77 user = argv[2]; in main() 78 pw = getpwnam(user); in main() 80 fprintf(stderr, "ERROR: getting user \"%s\" information\n", user); in main() 92 /* Now we act as user */ in main()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lejp.h | 118 * Your user callback is associated with the context at construction time, 158 * intermediate buffer to the user code, so we can handle 206 char b; /* user bitfield */ 210 void *user; /* private to the stack level */ member 224 void *user; member 265 void *user, const char * const *paths, unsigned char paths_count); 282 lejp_parser_push(struct lejp_ctx *ctx, void *user, const char * const *paths,
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | reflect-own-keys.js | 136 var user = { 142 assert (Reflect.ownKeys (user)[0] === "name"); 143 assert (Reflect.ownKeys (user)[1] === "age"); 144 assert (Reflect.ownKeys (user)[2] === id);
|
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | does_own_process_state.js | 51 function initgroups(user, extraGroup) { 52 validateId(user, 'user'); 54 // Result is 0 on success, 1 if user is unknown, 2 if group is unknown. 55 const result = _initgroups(user, extraGroup); 57 throw new ERR_UNKNOWN_CREDENTIAL('User', user);
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
H A D | chdir01.c | 94 static void check_result(const char *user, const char *name, int retval, in check_result() argument 100 user, name, TST_RET); in check_result() 106 "%s: chdir(\"%s\") returned unexpected error", user, in check_result() 112 user, name); in check_result()
|