Home
last modified time | relevance | path

Searched refs:user (Results 226 - 250 of 1222) sorted by relevance

12345678910>>...49

/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace09.c21 #include <sys/user.h>
59 (void *)offsetof(struct user, u_debugreg[0]), &watchpoint); in run()
61 (void *)offsetof(struct user, u_debugreg[7]), (void *)0x30001); in run()
/third_party/cups-filters/filter/
H A Drastertopclx.c90 const char *user, const char *title, int num_options,
93 void Shutdown(ppd_file_t *ppd, int job_id, const char *user,
111 const char *user, /* I - User printing job */ in StartPage()
466 pjl_set_job(job_id, user, title); in StartPage()
469 pjl_write(attr->value, NULL, job_id, user, title, num_options, in StartPage()
489 pjl_write(attr->value, s, job_id, user, title, num_options, options); in StartPage()
495 pjl_write(attr->value, s, job_id, user, title, num_options, options); in StartPage()
499 pjl_write(attr->value, header->MediaClass, job_id, user, title, in StartPage()
503 pjl_write(attr->value, header->MediaColor, job_id, user, title, in StartPage()
507 pjl_write(attr->value, header->MediaType, job_id, user, titl in StartPage()
108 StartPage(ppd_file_t *ppd, cups_page_header2_t *header, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) StartPage() argument
904 Shutdown(ppd_file_t *ppd, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) Shutdown() argument
[all...]
/third_party/libabigail/tools/
H A Dabilint.cc143 /// Add a user artifact node for the artifact carried by this node.
146 /// artifact carried by the 'user' node being added.
148 /// @param user a tree node that carries an artifact that uses the
151 add_artifact_user(artifact_use_relation_tree *user) in add_artifact_user()
153 ABG_ASSERT(user && !artifact_in_tree(user->artifact )); in add_artifact_user()
154 artifact_users.push_back(unique_ptr<artifact_use_relation_tree>(user)); in add_artifact_user()
155 user->parent = this; in add_artifact_user()
156 record_artifact(user->artifact); in add_artifact_user()
185 /// user artifact
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_propagate_instruction_down.cpp171 opt::Instruction* user, uint32_t operand_index) { in Apply()
172 assert(ir_context->get_instr_block(user) && in Apply()
176 fuzzerutil::InOperandIndexFromOperandIndex(*user, operand_index); in Apply()
178 if (fuzzerutil::IdIsAvailableAtUse(ir_context, user, in_operand_index, in Apply()
180 user->SetInOperand(in_operand_index, {id}); in Apply()
185 // Every user of |inst_to_propagate| must be updated since we will in Apply()
187 assert(false && "Every user of |inst_to_propagate| must be updated"); in Apply()
366 &*it, [ir_context, block](opt::Instruction* user) { in GetInstructionToPropagate()
367 return ir_context->get_instr_block(user) != block; in GetInstructionToPropagate()
437 opt::Instruction* user, uint32_ in IsApplicableToBlock()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_pax.c380 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_pax_process_std_2()
381 sm->user->methods[i].method != EAP_TYPE_NONE); in eap_pax_process_std_2()
383 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && in eap_pax_process_std_2()
384 sm->user->methods[i].method == EAP_TYPE_PAX) in eap_pax_process_std_2()
389 sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_pax_process_std_2()
390 sm->user->methods[i].method != EAP_TYPE_PAX) { in eap_pax_process_std_2()
398 if (sm->user->password == NULL || in eap_pax_process_std_2()
399 sm->user->password_len != EAP_PAX_AK_LEN) { in eap_pax_process_std_2()
401 "user database for CID", in eap_pax_process_std_2()
406 os_memcpy(data->ak, sm->user in eap_pax_process_std_2()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_pax.c380 (sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_pax_process_std_2()
381 sm->user->methods[i].method != EAP_TYPE_NONE); in eap_pax_process_std_2()
383 if (sm->user->methods[i].vendor == EAP_VENDOR_IETF && in eap_pax_process_std_2()
384 sm->user->methods[i].method == EAP_TYPE_PAX) in eap_pax_process_std_2()
389 sm->user->methods[i].vendor != EAP_VENDOR_IETF || in eap_pax_process_std_2()
390 sm->user->methods[i].method != EAP_TYPE_PAX) { in eap_pax_process_std_2()
398 if (sm->user->password == NULL || in eap_pax_process_std_2()
399 sm->user->password_len != EAP_PAX_AK_LEN) { in eap_pax_process_std_2()
401 "user database for CID", in eap_pax_process_std_2()
406 os_memcpy(data->ak, sm->user in eap_pax_process_std_2()
[all...]
/third_party/libwebsockets/lib/misc/threadpool/
H A Dthreadpool.c258 task->args.cleanup(task_to_wsi(task), task->args.user); in lws_threadpool_task_cleanup_destroy()
590 n = (int)task->args.task(task->args.user, task->status); in lws_threadpool_worker()
1055 lws_threadpool_task_status(struct lws_threadpool_task *task, void **user) in lws_threadpool_task_status() argument
1063 *user = task->args.user; in lws_threadpool_task_status()
1090 struct lws_threadpool_task **_task, void **user) in lws_threadpool_task_status_wsi()
1106 return lws_threadpool_task_status(task, user); in lws_threadpool_task_status_wsi()
1125 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user, in lws_threadpool_foreach_task_wsi() argument
1127 void *user)) in lws_threadpool_foreach_task_wsi()
1144 if (cb(task, user)) { in lws_threadpool_foreach_task_wsi()
1089 lws_threadpool_task_status_wsi(struct lws *wsi, struct lws_threadpool_task **_task, void **user) lws_threadpool_task_status_wsi() argument
1158 lws_threadpool_foreach_task_ss(struct lws_ss_handle *ss, void *user, int (*cb)(struct lws_threadpool_task *task, void *user)) lws_threadpool_foreach_task_ss() argument
1170 disassociate_wsi(struct lws_threadpool_task *task, void *user) disassociate_wsi() argument
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c328 append_om_metric(lws_metric_pub_t *pub, void *user) in append_om_metric() argument
330 struct pss *pss = (struct pss *)user; in append_om_metric()
470 void *user, void *in, size_t len) in callback_lws_openmetrics_export()
475 struct pss *pss = (struct pss *)user; in callback_lws_openmetrics_export()
545 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_lws_openmetrics_export()
572 void *user, void *in, size_t len) in callback_lws_openmetrics_prox_agg()
579 struct pss *pss = (struct pss *)user, *partner_pss; in callback_lws_openmetrics_prox_agg()
738 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_lws_openmetrics_prox_agg()
747 void *user, void *in, size_t len) in callback_lws_openmetrics_prox_server()
754 struct pss *pss = (struct pss *)user, *partner_ps in callback_lws_openmetrics_prox_server()
468 callback_lws_openmetrics_export(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_export() argument
570 callback_lws_openmetrics_prox_agg(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_agg() argument
745 callback_lws_openmetrics_prox_server(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_server() argument
939 callback_lws_openmetrics_prox_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_client() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c31 * This is the user defined struct whose space is allocated along with the
76 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
79 struct myseq *s = (struct myseq *)user; in callback_http()
149 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
241 sequencer_cb(struct lws_sequencer *seq, void *user, int event, in sequencer_cb() argument
244 struct myseq *s = (struct myseq *)user; in sequencer_cb()
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c59 [SYM_USERS] = "user",
462 char *user_id, user_datum_t *user) in user_implicit_bounds()
480 yyerror2("user %s doesn't exist, is implicit bounds of %s", in user_implicit_bounds()
485 if (!user->bounds) in user_implicit_bounds()
486 user->bounds = bounds->s.value; in user_implicit_bounds()
487 else if (user->bounds != bounds->s.value) { in user_implicit_bounds()
488 yyerror2("user %s has inconsistent bounds %s/%s", in user_implicit_bounds()
490 policydbp->p_role_val_to_name[user->bounds - 1]); in user_implicit_bounds()
498 static int create_user(uint32_t scope, user_datum_t **user, char **key) in create_user() argument
505 *user in create_user()
461 user_implicit_bounds(hashtab_t users_tab, char *user_id, user_datum_t *user) user_implicit_bounds() argument
553 user_datum_t *user = NULL; declare_user() local
967 user_datum_t *user = NULL; require_user() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dinterface_var_sroa.cpp119 load, [&users, composite_construct](Instruction* user, uint32_t index) { in ReplaceLoadWithCompositeConstruct()
120 user->GetOperand(index).words[0] = composite_construct->result_id(); in ReplaceLoadWithCompositeConstruct()
121 users.push_back(user); in ReplaceLoadWithCompositeConstruct()
124 for (Instruction* user : users) in ReplaceLoadWithCompositeConstruct()
125 context->get_def_use_mgr()->AnalyzeInstUse(user); in ReplaceLoadWithCompositeConstruct()
217 inst, [&users](Instruction* user) { users.push_back(user); }); in KillInstructionAndUsers()
218 for (auto user : users) { in KillInstructionAndUsers()
219 context()->KillInst(user); in KillInstructionAndUsers()
268 interface_var, [&users](Instruction* user) { user in ReplaceInterfaceVarWith()
[all...]
H A Dir_context.cpp258 i, [&work_list, to_kill, &seen](Instruction* user) { in CollectNonSemanticTree()
259 if (user->IsNonSemanticInstruction() && seen.insert(user).second) { in CollectNonSemanticTree()
260 work_list.push_back(user); in CollectNonSemanticTree()
261 to_kill->insert(user); in CollectNonSemanticTree()
327 before, [&predicate, &uses_to_update](Instruction* user, uint32_t index) { in ReplaceAllUsesWithPredicate()
328 if (predicate(user)) { in ReplaceAllUsesWithPredicate()
329 uses_to_update.emplace_back(user, index); in ReplaceAllUsesWithPredicate()
335 Instruction* user = p.first; in ReplaceAllUsesWithPredicate() local
337 if (prev == nullptr || prev != user) { in ReplaceAllUsesWithPredicate()
[all...]
H A Ddead_variable_elimination.cpp59 get_def_use_mgr()->ForEachUser(result_id, [&count](Instruction* user) { in Process()
60 if (!IsAnnotationInst(user->opcode()) && in Process()
61 user->opcode() != spv::Op::OpName) { in Process()
/third_party/curl/lib/
H A Dhash.h83 void Curl_hash_apply(struct Curl_hash *h, void *user,
84 void (*cb)(void *user, void *ptr));
88 void Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user,
/third_party/ltp/testcases/kernel/syscalls/mlock2/
H A Dmlock202.c41 int user; member
55 if (tc->user) { in verify_mlock2()
79 if (tc->user) { in verify_mlock2()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c43 in_map = info->index.user; in util_shorten_ubyte_elts_to_userptr()
77 in_map = info->index.user; in util_rebuild_ushort_elts_to_userptr()
111 in_map = info->index.user; in util_rebuild_uint_elts_to_userptr()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_variable_elimination.cpp59 get_def_use_mgr()->ForEachUser(result_id, [&count](Instruction* user) { in Process()
60 if (!IsAnnotationInst(user->opcode()) && user->opcode() != SpvOpName) { in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_variable_elimination.cpp59 get_def_use_mgr()->ForEachUser(result_id, [&count](Instruction* user) { in Process()
60 if (!IsAnnotationInst(user->opcode()) && user->opcode() != SpvOpName) { in Process()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfold_trivial_single_use_lets.cc65 continue; // Does not have a single user. in Run()
68 auto* user = users[0]; in Run() local
69 auto* user_stmt = user->Stmt()->Declaration(); in Run()
73 auto* user_expr = user->Declaration(); in Run()
/third_party/toybox/toys/lsb/
H A Dpasswd.c1 /* passwd.c - Program to update user password.
17 Update user's authentication tokens. Defaults to current user.
43 static void weak_check(char *new, char *old, char *user) in weak_check() argument
49 if (strcasestr(new, user) || strcasestr(user, new)) msg = "user"; in weak_check()
63 // If we're root or not -lud, load specified user. Exit if not allowed. in passwd_main()
/third_party/node/lib/internal/process/
H A Dper_thread.js125 if (!previousValueIsValid(prevValue.user)) {
128 validateNumber(prevValue.user, 'prevValue.user');
129 throw new ERR_INVALID_ARG_VALUE.RangeError('prevValue.user',
130 prevValue.user);
146 user: cpuValues[0] - prevValue.user,
153 user: cpuValues[0],
194 // in the user land. Either document it, or deprecate it in favor of a
203 // Without this, user cod
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.h252 static inline void add_pseudo_user_ptr(struct pseudo_user *user, struct pseudo_user_list **list) in add_pseudo_user_ptr() argument
254 add_ptr_list(list, user); in add_pseudo_user_ptr()
294 struct pseudo_user *user = __alloc_pseudo_user(0); in alloc_pseudo_user() local
295 user->userp = pp; in alloc_pseudo_user()
296 user->insn = insn; in alloc_pseudo_user()
297 return user; in alloc_pseudo_user()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c27 * this is the user code http handler
32 void *user, void *in, size_t len) in callback_http()
101 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http()
110 void *user, void *in, size_t len) in callback_cpd_http()
154 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_cpd_http()
31 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
109 callback_cpd_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_cpd_http() argument
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h2.c28 secstream_h1(struct lws *wsi, enum lws_callback_reasons reason, void *user,
32 secstream_h2(struct lws *wsi, enum lws_callback_reasons reason, void *user, in secstream_h2() argument
59 n = secstream_h1(wsi, reason, user, in, len); in secstream_h2()
117 return secstream_h1(wsi, reason, user, in, len); in secstream_h2()
/third_party/node/deps/uvwasi/src/
H A Dclocks.c19 FILETIME user; \
20 if (0 == get_times((handle), &create, &exit, &system, &user)) { \
30 user.dwHighDateTime << 32 | user.dwLowDateTime) * 100); \

Completed in 14 milliseconds

12345678910>>...49