Searched refs:uc (Results 251 - 275 of 333) sorted by relevance

<<11121314

/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dmips_machdep.c2180 ucontext_t * const uc = arg; local
2184 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
2187 kmem_free(uc, sizeof(ucontext_t));
2198 ucontext32_t * const uc = arg; local
2202 error = cpu_setmcontext32(l, &uc->uc_mcontext, uc->uc_flags);
2206 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dmachdep.c493 ucontext_t uc; local
524 printf("sendsig: %s[%d] sig %d newusp %p si %p uc %p\n",
531 uc.uc_flags = _UC_SIGMASK |
534 uc.uc_sigmask = *mask;
535 uc.uc_link = l->l_ctxlink;
536 memset(&uc.uc_stack, 0, sizeof(uc.uc_stack));
550 cpu_getmcontext(l, &uc.uc_mcontext, &uc.uc_flags);
551 ucsz = (int)&uc
[all...]
H A Dtrap.c1305 ucontext_t *uc = arg; local
1309 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
1312 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dmachdep.c471 ucontext_t uc; local
480 uc.uc_flags = _UC_SIGMASK |
483 uc.uc_sigmask = *mask;
484 uc.uc_link = l->l_ctxlink;
485 memset(&uc.uc_stack, 0, sizeof(uc.uc_stack));
489 cpu_getmcontext(l, &uc.uc_mcontext, &uc.uc_flags);
490 ucsz = (char *)&uc.__uc_pad - (char *)&uc;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dtrap.c1345 ucontext_t *uc = arg; local
1349 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
1352 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Ddir.c165 unsigned char uc = *name;
166 h = (h << 4) + (isupper (uc) ? tolower (uc) : uc);
164 unsigned char uc = *name; local
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_vfsops.c243 kauth_cred_t uc)
240 procfs_sync( struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dtrap.c1138 ucontext_t *uc = arg; local
1142 error = cpu_setmcontext(l, &uc->uc_mcontext, uc->uc_flags);
1145 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Ddisplay.c1847 unsigned char uc; local
1849 uc = (unsigned char)c;
1851 if (META_CHAR (uc))
1854 if (uc == '\t')
1866 return ((ISPRINT (uc)) ? 1 : 2);
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dtcx.c938 int addr, i, uc, shift; local
962 uc = c - font->firstchar;
963 cdata = (uint8_t *)font->data + uc * ri->ri_fontscale;
1020 uc = c - font->firstchar;
1021 cdata = (uint8_t *)font->data + uc * ri->ri_fontscale;
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dstic.c968 stic_putchar(void *cookie, int r, int c, u_int uc, long attr) argument
981 if (uc == 0) {
988 (u_short)((attr & 0xff) | (uc << 8));
1010 uc = (uc - font->firstchar) * font->stride * font->fontheight;
1011 fr = (u_short *)((char *)font->data + uc);
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/dev/
H A Dw100.c530 w100_putchar(void *cookie, int row, int col, u_int uc, long attr) argument
534 (*scr->rinfo.ri_ops.putchar)(&scr->rinfo, row, col, uc, attr);
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/dev/
H A Domrasops.c78 om_putchar(void *cookie, int row, int startcol, u_int uc, long attr) argument
92 (uc - ri->ri_font->firstchar) * ri->ri_fontscale;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_upgt.c713 uint32_t *uc; local
719 for (offset = 0; offset < sc->sc_fw_size; offset += sizeof(*uc)) {
720 uc = (uint32_t *)(sc->sc_fw + offset);
721 if (*uc == 0)
724 for (; offset < sc->sc_fw_size; offset += sizeof(*uc)) {
725 uc = (uint32_t *)(sc->sc_fw + offset);
726 if (*uc != 0)
744 bra_option_len = le32toh(bra_option->len) * sizeof(*uc);
H A Dudl.c941 udl_putchar(void *cookie, int row, int col, u_int uc, long attr) argument
957 if (uc == ' ') {
965 udl_draw_char(ri, rgb16, uc, x, y);
1094 udl_draw_char(struct rasops_info *ri, uint16_t *rgb16, u_int uc, int x, int y) argument
1105 fontbase = (uint8_t *)font->data + (uc - font->firstchar) *
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dunique.c873 unique_counter *uc; local
881 uc = op->o_callback->sc_private;
884 if ( dn_match( uc->ndn, &rs->sr_entry->e_nname )) return(0);
889 uc->count++;
/netbsd-6-1-5-RELEASE/sys/fs/ptyfs/
H A Dptyfs_vfsops.c334 kauth_cred_t uc)
333 ptyfs_sync(struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c354 tmpfs_sync(struct mount *mp, int waitfor, kauth_cred_t uc) argument
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c963 ucontext32_t *uc = arg; local
967 error = cpu_setmcontext32(l, &uc->uc_mcontext, uc->uc_flags);
971 kmem_free(uc, sizeof(ucontext_t));
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dct65550.c587 int fg, bg, uc; local
602 uc = c - font->firstchar;
603 data = (uint8_t *)font->data + uc *
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dvidcvideo.c193 static void vv_putchar(void *c, int row, int col, u_int uc, long attr);
853 static void vv_putchar(void *id, int row, int col, u_int uc, long attr) argument
860 dc->orig_ri_ops.putchar(id, row, col, uc, attr);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_iwn.c2361 struct iwn_ucode_info *uc = local
2366 sizeof (*uc), BUS_DMASYNC_POSTREAD);
2368 "subtype=%x alive=%x\n", uc->major, uc->minor,
2369 uc->subtype, le32toh(uc->valid)));
2371 if (le32toh(uc->valid) != 1) {
2377 if (uc->subtype == IWN_UCODE_INIT) {
2379 memcpy(&sc->ucode_info, uc, sizeof (*uc));
3428 struct iwn_ucode_info *uc = &sc->ucode_info; local
3642 struct iwn_ucode_info *uc = &sc->ucode_info; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dexcept.c3111 uchar uc;
3112 for (i = 0; VEC_iterate (uchar, crtl->eh.action_record_data, i, uc); ++i)
3113 dw2_asm_output_data (1, uc, i ? NULL : "Action record table");
3141 uchar uc;
3143 VEC_iterate (uchar, cfun->eh->ehspec_data.other, i, uc); ++i)
3144 dw2_asm_output_data (1, uc,
3093 uchar uc; local
3123 uchar uc; local
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c811 int fclr, int uclr, u_int uc, int attr)
819 hd64461video_bitblit(ctx, (uc % cw) * w,
820 sc->sc_vc->vc.vc_fbheight + (uc / cw) * h, row, col, h, w);
810 hd64461video_putchar(void *ctx, int row, int col, struct wsdisplay_font *font, int fclr, int uclr, u_int uc, int attr) argument
/netbsd-6-1-5-RELEASE/sys/dev/sun/
H A Dcgsix.c1346 int fg, bg, uc, i; local
1375 uc = c - font->firstchar;
1376 data = (uint8_t *)font->data + uc *

Completed in 252 milliseconds

<<11121314