Searched refs:uc (Results 226 - 250 of 333) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwscons_rops.c110 rcons_putchar(void *id, int row, int col, u_int uc, long attr) argument
122 help = uc & 0xff;
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_proc.c296 struct ki_ucred *uc = &eproc->e_ucred; local
310 uc->cr_ref = kauthcred.cr_refcnt;
311 uc->cr_uid = kauthcred.cr_euid;
312 uc->cr_gid = kauthcred.cr_egid;
313 uc->cr_ngroups = (uint32_t)MIN(kauthcred.cr_ngroups,
314 sizeof(uc->cr_groups) / sizeof(uc->cr_groups[0]));
315 memcpy(uc->cr_groups, kauthcred.cr_groups,
316 uc->cr_ngroups * sizeof(uc
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82557.c2365 const struct ucode *uc; local
2383 for (uc = ucode_table; uc->ucode != NULL; uc++) {
2384 if (sc->sc_rev == uc->revision)
2387 if (uc->ucode == NULL)
2394 for (i = 0; i < uc->length; i++)
2395 cbp->ucode[i] = htole32(uc->ucode[i]);
2397 if (uc->int_delay_offset)
2398 *(volatile uint16_t *) &cbp->ucode[uc
[all...]
H A Dsti.c747 int uc; local
832 for (uc = fp->first; uc <= fp->last; uc++) {
833 a.in.x = ((uc - fp->first) / scr->scr_fontmaxcol) *
835 a.in.y = ((uc - fp->first) % scr->scr_fontmaxcol) *
837 a.in.index = uc;
842 "returned %d\n", uc, a.out.errno);
1208 sti_putchar(void *v, int row, int col, u_int uc, long attr) argument
1233 a.in.index = uc;
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dscm.c682 char uc[sizeof(int)]; member in union:intchar
697 y.uc[iy] = x.uc[ix];
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_lwp.c87 SCARG(&lc, ucp) = (ucontext_t *)SCARG(uap, uc);
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_lwp.c90 SCARG(&lc, ucp) = (ucontext_t *)SCARG(uap, uc);
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dtrap.c825 ucontext_t *uc = arg; local
829 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
832 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-tcl.c685 unsigned int uc; local
690 uc = do_getc_escaped ();
691 assert (uc < 0x10000);
692 count = u8_uctomb (utf8buf, uc, 6);
H A Dx-java.c440 uc must be < 0x110000. */
442 string_buffer_append_unicode (struct string_buffer *bp, unsigned int uc) argument
445 int count = u8_uctomb (utf8buf, uc, 6);
448 /* The caller should have ensured that uc is not out-of-range. */
512 unsigned int uc; local
516 if (u16_mbtouc_aux (&uc, utf16buf, 2) != 2)
519 string_buffer_append_unicode (bp, uc);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/man/
H A Dhelp2man114 $key = uc $1;
240 my $PROGRAM = uc $program;
301 $sect = uc $1;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/man/
H A Dhelp2man114 $key = uc $1;
240 my $PROGRAM = uc $program;
301 $sect = uc $1;
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dmain.c76 , siginfo_t *si, void *uc
/netbsd-6-1-5-RELEASE/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c159 kauth_cred_t uc)
158 fdesc_sync(struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c201 kauth_cred_t uc)
200 kernfs_sync(struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dtrap.c720 ucontext_t *uc = arg; local
724 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
727 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dlinux-unwind.h55 struct ucontext uc; member in struct:rt_sigframe
61 sc = (struct sigcontext *)(void *)&rt_->uc.uc_mcontext.gregs;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c191 linux_save_ucontext(struct lwp *l, struct trapframe *tf, const sigset_t *mask, struct sigaltstack *sas, struct linux_ucontext *uc) argument
193 uc->uc_flags = 0;
194 uc->uc_link = NULL;
195 native_to_linux_sigaltstack(&uc->uc_stack, sas);
196 linux_save_sigcontext(l, tf, mask, &uc->uc_mcontext);
197 native_to_linux_sigset(&uc->uc_sigmask, mask);
198 (void)memset(&uc->uc_fpregs_mem, 0, sizeof(uc->uc_fpregs_mem));
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dvis.c462 unsigned char uc = (unsigned char)c; local
477 dst = (*f)(dst, dlen, uc, flag, nextc, extra);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c800 Unit *uc, *msuc; /* -> result and its msu */ local
815 uc=res->lsu; /* .. */
818 msuc=uc+D2U(set->digits)-1; /* -> msu of result */
820 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
826 *uc=0; /* can now write back */
829 *uc=0; /* can now write back */
832 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */
841 if (uc
1197 Unit *uc, *msuc; /* -> result and its msu */ local
1809 Unit *uc, *msuc; /* -> result and its msu */ local
3232 Unit *uc, *msuc; /* -> result and its msu */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c800 Unit *uc, *msuc; /* -> result and its msu */ local
815 uc=res->lsu; /* .. */
818 msuc=uc+D2U(set->digits)-1; /* -> msu of result */
820 for (; uc<=msuc; ua++, ub++, uc++) { /* Unit loop */
826 *uc=0; /* can now write back */
829 *uc=0; /* can now write back */
832 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */
841 if (uc
1197 Unit *uc, *msuc; /* -> result and its msu */ local
1809 Unit *uc, *msuc; /* -> result and its msu */ local
3232 Unit *uc, *msuc; /* -> result and its msu */ local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr-impl.h1000 UTYPE uc,ua,ub; \
1002 MPFR_UADD_OVERFLOW (uc, ua, ub, ACTION_IF_POS_OVERFLOW); \
1003 if (uc > (UTYPE)(MAX)) ACTION_IF_POS_OVERFLOW; \
1004 else (c) = (STYPE) uc; \
1006 UTYPE uc,ua,ub; \
1008 MPFR_UADD_OVERFLOW (uc, ua, ub, ACTION_IF_NEG_OVERFLOW); \
1009 if (uc >= -(UTYPE)(MIN) || uc > (UTYPE)(MAX)) { \
1010 if (uc == -(UTYPE)(MIN)) (c) = (MIN); \
1012 else (c) = -(STYPE) uc; \
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_subr.c517 u_int uc; local
520 uc = rc->rc_charmap[*str++ & 255];
522 uc, rc->rc_attr);
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dccd.c1019 kauth_cred_t uc; local
1030 uc = kauth_cred_get();
1131 uc);
1151 uc);
1221 uc);
1276 flag, uc);
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c974 hpcfb_tv_putchar(struct hpcfb_devconfig *dc, int row, int col, u_int uc, argument
1000 vc->c = uc;
1009 hpcfb_putchar(void *cookie, int row, int col, u_int uc, long attr) argument
1019 hpcfb_tv_putchar(dc, row, col, uc, attr);
1044 xoff, yoff, font, fclr, uclr, uc, attr);
1046 rasops_emul.putchar(ri, row, col, uc, attr);

Completed in 272 milliseconds

1234567891011>>