Searched refs:pws (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/lib/
H A Dmemcpy.c282 register unsigned int *pws, *pwd; local
324 pws = (unsigned int *)pds;
330 /* prefetch_src((char *)pws + L1_CACHE_BYTES); */
331 ldwma(s_space, pws, r1, pmc_load_exc);
332 ldwma(s_space, pws, r2, pmc_load_exc);
333 ldwma(s_space, pws, r3, pmc_load_exc);
334 ldwma(s_space, pws, r4, pmc_load_exc);
340 ldwma(s_space, pws, r5, pmc_load_exc);
341 ldwma(s_space, pws, r6, pmc_load_exc);
342 ldwma(s_space, pws, r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/lib/
H A Dmemcpy.c282 register unsigned int *pws, *pwd; local
324 pws = (unsigned int *)pds;
330 /* prefetch_src((char *)pws + L1_CACHE_BYTES); */
331 ldwma(s_space, pws, r1, pmc_load_exc);
332 ldwma(s_space, pws, r2, pmc_load_exc);
333 ldwma(s_space, pws, r3, pmc_load_exc);
334 ldwma(s_space, pws, r4, pmc_load_exc);
340 ldwma(s_space, pws, r5, pmc_load_exc);
341 ldwma(s_space, pws, r6, pmc_load_exc);
342 ldwma(s_space, pws, r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c101 static NTSTATUS talloc_getpwnam(TALLOC_CTX *ctx, const char *username, struct passwd **pws) argument
106 *pws = NULL;
133 *pws = ret;
433 const struct auth_usersupplied_info *user_info, struct passwd **pws)
489 nt_status = talloc_getpwnam(ctx, user_info->mapped.account_name, pws);
604 struct passwd *pws; local
613 nt_status = talloc_getpwnam(ctx, username, &pws);
618 crypted = pws->pw_passwd;
619 salt = pws->pw_passwd;
630 spass = getspnam(pws
432 check_unix_password(TALLOC_CTX *ctx, struct loadparm_context *lp_ctx, const struct auth_usersupplied_info *user_info, struct passwd **pws) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c101 static NTSTATUS talloc_getpwnam(TALLOC_CTX *ctx, const char *username, struct passwd **pws) argument
106 *pws = NULL;
133 *pws = ret;
433 const struct auth_usersupplied_info *user_info, struct passwd **pws)
489 nt_status = talloc_getpwnam(ctx, user_info->mapped.account_name, pws);
604 struct passwd *pws; local
613 nt_status = talloc_getpwnam(ctx, username, &pws);
618 crypted = pws->pw_passwd;
619 salt = pws->pw_passwd;
630 spass = getspnam(pws
432 check_unix_password(TALLOC_CTX *ctx, struct loadparm_context *lp_ctx, const struct auth_usersupplied_info *user_info, struct passwd **pws) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/ntlm/
H A Dauth_unix.c101 static NTSTATUS talloc_getpwnam(TALLOC_CTX *ctx, const char *username, struct passwd **pws) argument
106 *pws = NULL;
133 *pws = ret;
433 const struct auth_usersupplied_info *user_info, struct passwd **pws)
489 nt_status = talloc_getpwnam(ctx, user_info->mapped.account_name, pws);
604 struct passwd *pws; local
613 nt_status = talloc_getpwnam(ctx, username, &pws);
618 crypted = pws->pw_passwd;
619 salt = pws->pw_passwd;
630 spass = getspnam(pws
432 check_unix_password(TALLOC_CTX *ctx, struct loadparm_context *lp_ctx, const struct auth_usersupplied_info *user_info, struct passwd **pws) argument
[all...]

Completed in 193 milliseconds