Home
last modified time | relevance | path

Searched refs:user (Results 501 - 525 of 2623) sorted by relevance

1...<<21222324252627282930>>...105

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h32 } user; member
47 } user; member
57 {.target.u.user = {.target_size = XT_ALIGN(__size),.name = __name, }, \
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h20 } user; member
38 } user; member
51 .target.u.user = { \
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dgrp1ndk.cpp60 const char *user = "root"; in GetGroupList() local
61 pwd = getpwnam(user); in GetGroupList()
62 int ret = getgrouplist(user, pwd->pw_gid, nullptr, &ngroups); in GetGroupList()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/
H A Dminimal-raw-vhost.c48 void *user, void *in, size_t len) in callback_raw_test()
50 struct raw_pss *pss = (struct raw_pss *)user; in callback_raw_test()
99 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_raw_test()
47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/ltp/libs/libltpipc/
H A Dlibipc.c137 * getuserid() - return the integer value for the "user" id
139 int getuserid(char *user) in getuserid() argument
143 /* get the uid value for the user */ in getuserid()
144 if ((ent = getpwnam(user)) == NULL) { in getuserid()
146 user); in getuserid()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-fallback-http-server/
H A Dminimal-raw-fallback-http-server.c51 callback_raw_echo(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_raw_echo() argument
54 struct pss__raw_echo *pss = (struct pss__raw_echo *)user; in callback_raw_echo()
82 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_raw_echo()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c90 void *user, void *in, size_t len) in callback_minimal()
92 struct my_conn *mco = (struct my_conn *)user; in callback_minimal()
117 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_minimal()
89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
/third_party/musl/src/passwd/
H A Dgetgrouplist.c12 int getgrouplist(const char *user, gid_t gid, gid_t *groups, int *ngroups) in getgrouplist() argument
29 f = __nscd_query(GETINITGR, user, resp, sizeof resp, &swap); in getgrouplist()
56 for (i=0; gr.gr_mem[i] && strcmp(user, gr.gr_mem[i]); i++); in getgrouplist()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
H A Dminimal-http-server-custom-headers.c37 void *user, void *in, size_t len) in callback_http()
41 struct pss *pss = (struct pss *)user; in callback_http()
104 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
36 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
H A Dminimal-http-server.c54 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
57 struct pss * pss = (struct pss *)user; in callback_http()
100 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
H A Dminimal-http-server-form-post.c40 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
43 struct pss *pss = (struct pss *)user; in callback_http()
133 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
H A Dminimal-http-server-form-post.c41 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
44 struct pss *pss = (struct pss *)user; in callback_http()
136 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
H A Dminimal-http-server-sse.c44 callback_sse(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_sse() argument
47 struct pss *pss = (struct pss *)user; in callback_sse()
125 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_sse()
/third_party/python/Lib/
H A Dgetpass.py1 """Utilities to get a password and/or the current user name.
4 getuser() - Get the user name from the environment or password database.
163 user = os.environ.get(name)
164 if user:
165 return user
/third_party/openssl/ohos_lite/include/openssl/
H A Dsrp.h57 /* to simulate a user */
78 /* This method ignores the configured seed and fails for an unknown user. */
83 char *SRP_create_verifier(const char *user, const char *pass, char **salt,
85 int SRP_create_verifier_BN(const char *user, const char *pass, BIGNUM **salt,
122 BIGNUM *SRP_Calc_x(const BIGNUM *s, const char *user, const char *pass);
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp61 [&unused_members](opt::Instruction* user, uint32_t /*operand_index*/) { in GetAvailableOpportunities()
62 switch (user->opcode()) { in GetAvailableOpportunities()
64 unused_members.erase(user->GetSingleWordInOperand(1)); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp61 [&unused_members](opt::Instruction* user, uint32_t /*operand_index*/) { in GetAvailableOpportunities()
62 switch (user->opcode()) { in GetAvailableOpportunities()
64 unused_members.erase(user->GetSingleWordInOperand(1)); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/
H A Dmain.go33 gerritUser = flag.String("gerrit-user", "", "gerrit authentication username")
35 userFlag = flag.String("user", "", "user name / email")
52 user := *userFlag
53 if user == "" {
54 return fmt.Errorf("Missing required 'user' flag")
80 "owner:"+user,
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c48 /* dynamically allocated client numbers (both kernel drivers and user space) */
323 /* create a user client */
328 struct snd_seq_user_client *user; in snd_seq_open() local
348 user = &client->data.user; in snd_seq_open()
349 user->fifo = NULL; in snd_seq_open()
350 user->fifo_pool_size = 0; in snd_seq_open()
353 user->fifo_pool_size = SNDRV_SEQ_DEFAULT_CLIENT_EVENTS; in snd_seq_open()
354 user->fifo = snd_seq_fifo_new(user in snd_seq_open()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_post.c122 if (a->user != b->user) { in context_compare()
123 rc = strcmp(DATUM(a->user)->fqn, DATUM(b->user)->fqn); in context_compare()
617 struct cil_user *user = node->data; in __cil_post_db_count_helper() local
618 if (user->datum.nodes->head->data == node) { in __cil_post_db_count_helper()
622 user->value = db->num_users; in __cil_post_db_count_helper()
705 struct cil_user *user= node->data; in __cil_post_db_array_helper() local
709 db->val_to_user[user->value] = user; in __cil_post_db_array_helper()
946 struct cil_user *user = NULL; __cil_user_to_bitmap() local
1693 __cil_user_assign_roles(struct cil_user *user, struct cil_symtab_datum *datum) __cil_user_assign_roles() argument
1732 struct cil_user *user = NULL; __cil_post_db_userrole_helper() local
1863 struct cil_user *user = node->data; __cil_post_db_cat_helper() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgf119.c506 const u32 mask = 0x00000001 << chan->chid.user; in gf119_disp_chan_intr()
522 int user = chan->chid.user; in gf119_disp_pioc_fini() local
529 nvkm_error(subdev, "ch %d fini: %08x\n", user, in gf119_disp_pioc_fini()
541 int user = chan->chid.user; in gf119_disp_pioc_init() local
550 nvkm_error(subdev, "ch %d init: %08x\n", user, in gf119_disp_pioc_init()
563 .user = nv50_disp_chan_user,
569 return nvkm_ramht_insert(chan->disp->ramht, object, chan->chid.user, -9, handle, in gf119_disp_dmac_bind()
570 chan->chid.user << 2 in gf119_disp_dmac_bind()
579 int user = chan->chid.user; gf119_disp_dmac_fini() local
601 int user = chan->chid.user; gf119_disp_dmac_init() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpowerdomain.h209 int pwrdm_for_each(int (*fn)(struct powerdomain *pwrdm, void *user),
210 void *user);
211 int pwrdm_for_each_nolock(int (*fn)(struct powerdomain *pwrdm, void *user),
212 void *user);
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dunaligned.c253 bool user = user_mode(regs); in emulate_load_store_insn() local
260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()
421 if (user && !access_ok(addr, size)) in emulate_load_store_insn()
455 if (user) in emulate_load_store_insn()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dunaligned.c253 bool user = user_mode(regs); in emulate_load_store_insn() local
260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn()
421 if (user && !access_ok(addr, size)) in emulate_load_store_insn()
455 if (user) in emulate_load_store_insn()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dmov_ss_trap.c28 #include <sys/user.h>
80 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[0]), dr0) != 0) in enable_watchpoint()
83 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[1]), dr1) != 0) in enable_watchpoint()
86 if (ptrace(PTRACE_POKEUSER, parent, (void *)offsetof(struct user, u_debugreg[7]), dr7) != 0) in enable_watchpoint()

Completed in 13 milliseconds

1...<<21222324252627282930>>...105