Searched refs:uc (Results 26 - 50 of 72) sorted by relevance

123

/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c530 ucontext_t uc; local
538 (void) memcpy(&uc, ucp, sizeof (uc));
543 if (uc.uc_flags & UC_SIGMASK) {
545 delete_reserved_signals(&uc.uc_sigmask);
546 self->ul_sigmask = uc.uc_sigmask;
554 uc.uc_flags &= ~UC_SIGMASK;
557 self->ul_siglink = uc.uc_link;
568 uc.uc_mcontext.gregs[REG_G7] = (greg_t)self;
570 uc
[all...]
H A Ddoor_calls.c293 door_ucred(ucred_t **uc) argument
295 ucred_t *ucp = *uc;
304 if (*uc == NULL)
309 *uc = ucp;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ssnsetup.c335 int err, uc; local
356 uc = ctx->ct_hflags2 & SMB_FLAGS2_UNICODE;
407 smbfs_mb_put_string(mbp, ctx->ct_user, uc);
408 smbfs_mb_put_string(mbp, ctx->ct_domain, uc);
410 smbfs_mb_put_string(mbp, NativeOS, uc);
411 smbfs_mb_put_string(mbp, LanMan, uc);
435 uc = rqp->rq_hflags2 & SMB_FLAGS2_UNICODE;
491 (void) smbfs_md_get_string(mbp, &ctx->ct_srv_OS, uc);
492 (void) smbfs_md_get_string(mbp, &ctx->ct_srv_LM, uc);
H A Dsmbfs_ntlmssp.c319 int err, uc; local
355 uc = hdr.h_flags & NTLMSSP_NEGOTIATE_UNICODE;
377 err = smbfs_md_get_string(&tmp_mb, &ssp_st->ss_target_name, uc);
420 int err, uc; local
436 uc = ssp_st->ss_flags & NTLMSSP_NEGOTIATE_UNICODE;
477 err = smbfs_mb_put_sb_string(&mb2, &hdr.h_domain, ctx->ct_domain, uc);
480 err = smbfs_mb_put_sb_string(&mb2, &hdr.h_user, ctx->ct_user, uc);
483 err = smbfs_mb_put_sb_string(&mb2, &hdr.h_wksta, ctx->ct_locname, uc);
H A Dsmbfs_mbuf.c375 smbfs_mb_put_string(mbchain_t *mbp, const char *s, int uc) argument
379 if (uc) {
556 smbfs_md_get_string(mdchain_t *mbp, char **str_pp, int uc) argument
560 if (uc)
/osnet-11/usr/src/lib/libproc/i386/
H A DPisadep.c206 ucontext_t uc; local
278 Pread(P, &uc, sizeof (uc), uc_addr) == sizeof (uc)) {
284 ucontext_n_to_prgregs(&uc, gregs);
/osnet-11/usr/src/lib/libproc/amd64/
H A DPisadep.c208 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst) argument
210 const greg32_t *src = &uc->uc_mcontext.gregs[0];
268 ucontext32_t uc; local
341 Pread(P, &uc, sizeof (uc), uc_addr) == sizeof (uc)) {
347 ucontext_32_to_prgregs(&uc, gregs);
392 ucontext_t uc; local
474 Pread(P, &uc, sizeof (uc), uc_add
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscluster.c283 u64 uc = 0, mc = 0, fc = 0; local
316 uc += rl[z].length;
332 fc = vol->nr_clusters-mc-uc;
335 uc <<= cb;
350 n = uc;
351 o = uc >> sb;
352 p = uc >> cb;
353 q = uc * 100 / b / e;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dunistr.h62 extern void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddo.t87 eval qq{ do uc qq(a file that does not exist); };
H A Dsubst.t455 my($ua, $ub, $uc, $ud) = ("\x{101}", "\x{102}", "\x{103}", "\x{104}");
463 ($b = $a) =~ s/--/$uc/;
464 is($b, "$ua$uc$ub", "s///: replace utf8 into utf8");
465 ($b = $a) =~ s/--/--$uc--/;
466 is($b, "$ua--$uc--$ub", "s///: replace long utf8 into utf8");
479 ($b = $a) =~ s/-($ud)?-/$uc/;
480 is($b, "$ua$uc$ub", "s///: replace utf8 into utf8 (utf8 pattern)");
481 ($b = $a) =~ s/-($ud)?-/--$uc--/;
482 is($b, "$ua--$uc--$ub", "s///: replace long utf8 into utf8 (utf8 pattern)");
H A Dchdir.t26 $d = uc($d) if $IsVMS;
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c267 ucontext_t uc; local
311 Pread(P, &uc, sizeof (uc), uc_addr) == sizeof (uc)) {
312 ucontext_n_to_prgregs(&uc, gregs);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunistr.c638 * @uc: destination buffer where to store the built table
642 * stores it in the caller supplied buffer @uc of size @uc_len.
648 void ntfs_upcase_table_build(ntfschar *uc, u32 uc_len) argument
707 memset(uc, 0, uc_len);
711 uc[i] = cpu_to_le16(i);
715 uc[i] = cpu_to_le16(le16_to_cpu(uc[i]) + add[r][2]);
720 uc[i + 1] = cpu_to_le16(le16_to_cpu(uc[i + 1]) - 1);
723 uc[se
[all...]
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c278 sunFmResource_update_ctx_t uc; local
280 uc.uc_host = NULL;
281 uc.uc_prog = FMD_ADM_PROGRAM;
282 uc.uc_version = FMD_ADM_VERSION;
284 uc.uc_all = 0;
285 uc.uc_index = 0;
286 uc.uc_type = UCT_ALL;
295 (void) rsrcinfo_update(&uc);
H A Dmodule.c283 sunFmModule_update_ctx_t uc; local
285 uc.uc_host = NULL;
286 uc.uc_prog = FMD_ADM_PROGRAM;
287 uc.uc_version = FMD_ADM_VERSION;
289 uc.uc_index = 0;
290 uc.uc_type = UCT_ALL;
299 (void) modinfo_update(&uc);
H A Dproblem.c312 sunFmProblem_update_ctx_t uc; local
314 uc.uc_host = NULL;
315 uc.uc_prog = FMD_ADM_PROGRAM;
316 uc.uc_version = FMD_ADM_VERSION;
318 uc.uc_index = NULL;
319 uc.uc_type = UCT_ALL;
328 (void) problem_update(&uc);
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c286 size_t uc = ucred_size(); local
287 if (uc < 1024/2)
290 infalloc = uc + 1024/2;
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml63 my $pfx_ADT = uc($pfx_adt);
64 my $pfx_AUE = defined ($opt_e) ? uc($opt_e) : "AUE";
405 my $shortName = uc $listName;
880 my $dataEnum = 'ADT_LIST_' . uc $type;
893 } elsif (uc $omitEntry eq 'JNI') {
914 if (uc $omitEntry ne 'ALWAYS' && ${$entryDef{$type}}[1]) {
953 my $dataEnum = 'ADT_LIST_' . uc $type;
964 } elsif (uc $omitEntry eq 'JNI') {
970 if (uc $omitEntry ne 'ALWAYS' && ${$entryDef{$dtype}}[1]) {
/osnet-11/usr/src/lib/libproc/sparcv9/
H A DPisadep.c349 ucontext_t uc; local
415 Pread(P, &uc, sizeof (uc), uc_addr) ==
416 sizeof (uc)) {
417 ucontext_n_to_prgregs(&uc, gregs);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.c131 unsigned char uc = c; local
133 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
134 int shift = uc % INT_BITS;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dhelp2man112 $key = uc $1;
227 my $PROGRAM = uc $program;
288 $sect = uc $1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/
H A DAliases.t96 $a2c{uc($k)} = $a2c{$k};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DINST_PREFIX.t126 like( $mm->{uc "install$var"}, qr/^\Q$prefix\E/, "$prefix + $var" );
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c977 const unsigned char *uc; local
980 uc = (const unsigned char *) &sinp->sin_addr;
982 uc[0], uc[1], uc[2], uc[3]);

Completed in 1727 milliseconds

123