| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 19 } user; member 42 } user; member 59 .target.u.user = { \
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | rsrc.h | 137 int __io_account_mem(struct user_struct *user, unsigned long nr_pages); 139 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem() argument 142 atomic_long_sub(nr_pages, &user->locked_vm); in __io_unaccount_mem()
|
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
| H A D | x_tables.h | 19 } user; member 42 } user; member 59 .target.u.user = { \
|
| /kernel/linux/linux-6.6/arch/x86/um/ |
| H A D | Makefile | 42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ 44 targets += user-offsets.s 46 include/generated/user_constants.h: $(obj)/user-offsets.s FORCE
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | udisp.c | 53 if (disp->func->user[index].ctor) { in nvkm_udisp_sclass() 54 sclass->base = disp->func->user[index].base; in nvkm_udisp_sclass() 55 sclass->ctor = disp->func->user[index].ctor; in nvkm_udisp_sclass()
|
| H A D | chan.h | 15 int user; member 36 u64 (*user)(struct nvkm_disp_chan *, u64 *size); member 66 int user; member
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | probe-event.h | 178 struct nsinfo *nsi, bool user); 182 struct strfilter *filter, bool user); 196 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user);
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 32 } user; member 47 } user; member 57 {.target.u.user = {.target_size = XT_ALIGN(__size),.name = __name, }, \
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
| H A D | x_tables.h | 32 } 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 D | x_tables.h | 20 } user; member 38 } user; member 51 .target.u.user = { \
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | grp1ndk.cpp | 60 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 D | minimal-raw-vhost.c | 48 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 D | libipc.c | 137 * 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 D | minimal-raw-fallback-http-server.c | 51 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 D | minimal-ws-client.c | 90 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 D | getgrouplist.c | 12 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 D | minimal-http-server-custom-headers.c | 37 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 D | minimal-http-server.c | 54 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 D | minimal-http-server-form-post.c | 40 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 D | minimal-http-server-form-post.c | 41 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 D | minimal-http-server-sse.c | 44 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 D | getpass.py | 1 """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 D | srp.h | 57 /* 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 D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 61 [&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 D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 61 [&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()
|