Home
last modified time | relevance | path

Searched refs:user (Results 376 - 400 of 2576) sorted by relevance

1...<<11121314151617181920>>...104

/third_party/node/lib/internal/bootstrap/switches/
H A Ddoes_own_process_state.js51 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 Dchdir01.c94 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()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h131 void rc_dataflow_deadcode(struct radeon_compiler * c, void *user);
132 void rc_dataflow_swizzles(struct radeon_compiler * c, void *user);
135 void rc_optimize(struct radeon_compiler * c, void *user);
136 void rc_inline_literals(struct radeon_compiler *c, void *user);
H A Dr300_fragprog.h40 extern void r300BuildFragmentProgramHwCode(struct radeon_compiler *c, void *user);
42 extern void r300FragmentProgramDump(struct radeon_compiler *c, void *user);
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == SpvOpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == SpvOpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()
/third_party/toybox/toys/lsb/
H A Dumount.c24 -l Lazy unmount (detach from filesystem now, close when last user does)
46 // fstab -o user
53 // is it ok for this user to umount this mount? in do_umount()
56 int len, user = 0; in do_umount() local
63 if (len == 4 && strncmp(s, "user", 4)) user = 1; in do_umount()
64 else if (len == 6 && strncmp(s, "nouser", 6)) user = 0; in do_umount()
71 if (!user) { in do_umount()
/third_party/selinux/libselinux/utils/
H A Dgetdefaultcon.c14 fprintf(stderr, "usage: %s [-l level] [-s service] user [fromcon]\n", name); in usage()
23 char *user = NULL, *level = NULL, *role=NULL, *seuser=NULL, *dlevel=NULL; in main() local
60 user = argv[optind]; in main()
76 if ((ret = getseuser(user, service, &seuser, &dlevel)) == 0) { in main()
87 printf("%s: %s from %s %s %s %s -> %s\n", argv[0], user, cur_context, seuser, role, level, usercon); in main()
/third_party/selinux/libselinux/src/
H A Dcompute_user.c14 const char *user, char *** con) in security_compute_user_raw()
30 snprintf(path, sizeof path, "%s/user", selinux_mnt); in security_compute_user_raw()
42 ret = snprintf(buf, size, "%s %s", scon, user); in security_compute_user_raw()
91 const char *user, char *** con) in security_compute_user()
99 ret = security_compute_user_raw(rscon, user, con); in security_compute_user()
13 security_compute_user_raw(const char * scon, const char *user, char *** con) security_compute_user_raw() argument
90 security_compute_user(const char * scon, const char *user, char *** con) security_compute_user() argument
/third_party/spirv-tools/source/reduce/
H A Dremove_unused_instruction_reduction_opportunity_finder.cpp133 &inst, [this](opt::Instruction* user, uint32_t use_index) -> bool { in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
134 return (user->IsDecoration() && in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
135 !IsIndependentlyRemovableDecoration(*user)) || in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
136 (user->opcode() == spv::Op::OpEntryPoint && use_index > 2); in OnlyReferencedByIntimateDecorationOrEntryPointInterface()
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp138 [context, &header, &region](opt::Instruction* user, in DefinitionsRestrictedToRegion()
140 auto user_block = context->get_instr_block(user); in DefinitionsRestrictedToRegion()
141 if (user == header.GetMergeInst() || in DefinitionsRestrictedToRegion()
142 user == header.terminator()) { in DefinitionsRestrictedToRegion()
145 // not matter if the user is one of these in DefinitionsRestrictedToRegion()
151 // The user is either a global instruction, or an in DefinitionsRestrictedToRegion()
153 // the region would invalidate this user. in DefinitionsRestrictedToRegion()
/third_party/lwip/src/netif/ppp/
H A Dauth.c170 /* Hook for a plugin to check the PAP user and password */
171 int (*pap_auth_hook) (char *user, char *passwd, char **msgp,
175 /* Hook for a plugin to know about the PAP user logout */
179 int (*pap_passwd_hook) (char *user, char *passwd) = NULL;
185 int (*chap_passwd_hook) (char *user, char *passwd) = NULL;
230 bool explicit_user = 0; /* Set if "user" option supplied */
362 "Get PAP user and password from file",
366 { "user", o_string, user,
427 /* open user inf
[all...]
/third_party/curl/lib/
H A Dldap.c221 static int ldap_win_bind_auth(LDAP *server, const char *user, in ldap_win_bind_auth() argument
252 if(method && user && passwd) { in ldap_win_bind_auth()
253 rc = Curl_create_sspi_identity(user, passwd, &cred); in ldap_win_bind_auth()
260 /* proceed with current user credentials */ in ldap_win_bind_auth()
269 const char *user, const char *passwd) in ldap_win_bind()
276 if(user && passwd && (data->set.httpauth & CURLAUTH_BASIC)) { in ldap_win_bind()
277 inuser = curlx_convert_UTF8_to_tchar((char *) user); in ldap_win_bind()
287 rc = ldap_win_bind_auth(server, user, passwd, data->set.httpauth); in ldap_win_bind()
324 char *user = NULL; in ldap_do() local
360 if(data->state.aptr.user) { in ldap_do()
268 ldap_win_bind(struct Curl_easy *data, LDAP *server, const char *user, const char *passwd) ldap_win_bind() argument
[all...]
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_clientmgr.c46 /* dynamically allocated client numbers (both kernel drivers and user space) */
317 /* create a user client */
322 struct snd_seq_user_client *user; in snd_seq_open() local
342 user = &client->data.user; in snd_seq_open()
343 user->fifo = NULL; in snd_seq_open()
344 user->fifo_pool_size = 0; in snd_seq_open()
347 user->fifo_pool_size = SNDRV_SEQ_DEFAULT_CLIENT_EVENTS; in snd_seq_open()
348 user->fifo = snd_seq_fifo_new(user in snd_seq_open()
[all...]
/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...]
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Dftrace_test.c202 FIXTURE(user) { in FIXTURE()
210 FIXTURE_SETUP(user) { in FIXTURE_SETUP()
222 FIXTURE_TEARDOWN(user) { in FIXTURE_TEARDOWN()
237 TEST_F(user, register_events) { in TEST_F()
298 TEST_F(user, write_events) { in TEST_F()
356 TEST_F(user, write_empty_events) { in TEST_F()
389 TEST_F(user, write_fault) { in TEST_F()
426 TEST_F(user, write_validator) { in TEST_F()
497 TEST_F(user, print_fmt) { in TEST_F()
/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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c76 static ssize_t kfd_smi_ev_read(struct file *filep, char __user *user, in kfd_smi_ev_read() argument
89 * it. Instead, we kfifo out as spinlocked then copy them to the user. in kfd_smi_ev_read()
106 ret = copy_to_user(user, buf, to_copy); in kfd_smi_ev_read()
120 static ssize_t kfd_smi_ev_write(struct file *filep, const char __user *user, in kfd_smi_ev_write() argument
126 if (!access_ok(user, size) || size < sizeof(events)) in kfd_smi_ev_write()
128 if (copy_from_user(&events, user, sizeof(events))) in kfd_smi_ev_write()
247 /* Report VM faults from user applications, not retry from kernel */ in kfd_smi_event_update_vmfault()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dchannv50.h16 int user; member
32 u64 (*user)(struct nv50_disp_chan *, u64 *size); member
38 struct nv50_disp *, int ctrl, int user, int head,
68 struct nv50_disp *, int ctrl, int user,
72 struct nv50_disp *, int ctrl, int user,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgv100.c25 #include "user.h"
35 struct nvkm_memory *usermem = chan->fifo->user.mem; in gv100_fifo_runlist_chan()
36 const u64 user = nvkm_memory_addr(usermem) + (chan->base.chid * 0x200); in gv100_fifo_runlist_chan() local
39 nvkm_wo32(memory, offset + 0x0, lower_32_bits(user)); in gv100_fifo_runlist_chan()
40 nvkm_wo32(memory, offset + 0x4, upper_32_bits(user)); in gv100_fifo_runlist_chan()
298 .user = {{-1,-1,VOLTA_USERMODE_A }, gv100_fifo_user_new },

Completed in 13 milliseconds

1...<<11121314151617181920>>...104