tag | line | file | source code |
cursor | 1171 | arch/m68k/amiga/amifb.c | ushort *cursor, *dummy; |
cursor | 1832 | arch/m68k/amiga/amifb.c | *cop++ = (ushort)((long)mono_current_par.cursor >> 16); |
cursor | 1834 | arch/m68k/amiga/amifb.c | *cop++ = (ushort)((long)mono_current_par.cursor & 0x0000ffff); |
cursor | 1966 | arch/m68k/amiga/amifb.c | *((ulong *) mono_current_par.cursor) = |
cursor | 1974 | arch/m68k/amiga/amifb.c | *((ulong *) mono_current_par.cursor) = |
cursor | 2200 | arch/m68k/amiga/amifb.c | mono_current_par.cursor = (ushort *) chipptr; chipptr += 8+4*cursorheight; |
cursor | 2204 | arch/m68k/amiga/amifb.c | memset((void *)mono_current_par.cursor, 0, 8+4*cursorheight); |
cursor | 2217 | arch/m68k/amiga/amifb.c | mono_current_par.cursor[0] = mono_cursor_data[0]; |
cursor | 2218 | arch/m68k/amiga/amifb.c | mono_current_par.cursor[1] = mono_cursor_data[1]; |
cursor | 2225 | arch/m68k/amiga/amifb.c | mono_current_par.cursor[2+2*i] = cursormask; |
cursor | 22 | arch/ppc/kernel/raw_printf.c | static void cursor(void); |
cursor | 498 | arch/ppc/kernel/raw_printf.c | static void cursor(void) |
cursor | 790 | arch/ppc/kernel/raw_printf.c | cursor(); |
cursor | 490 | drivers/sbus/char/suncons.c | struct cg6_cursor cursor; /* cursor control */ |
cursor | 649 | drivers/sbus/char/suncons.c | struct fbcursor cursor; |
cursor | 661 | drivers/sbus/char/suncons.c | cursor.set = FB_CUR_SETCUR; |
cursor | 662 | drivers/sbus/char/suncons.c | cursor.enable = 0; |
cursor | 663 | drivers/sbus/char/suncons.c | fb_ioctl (inode, filp, FBIOSCURPOS, (unsigned long) &cursor); |
cursor | 789 | drivers/sbus/char/suncons.c | unsigned int cursor; /* cursor map register */ |
cursor | 924 | drivers/sbus/char/suncons.c | struct cg6_cursor *c = &info->cursor; |
cursor | 938 | drivers/sbus/char/suncons.c | cg6_scursor (struct fbcursor *cursor, fbinfo_t *fb) |
cursor | 940 | drivers/sbus/char/suncons.c | int op = cursor->set; |
cursor | 942 | drivers/sbus/char/suncons.c | struct cg6_cursor *cursor_info = &fb->info.cg6.cursor; |
cursor | 946 | drivers/sbus/char/suncons.c | if ((unsigned int) cursor->size.fbx > 32) |
cursor | 948 | drivers/sbus/char/suncons.c | if ((unsigned int) cursor->size.fby > 32) |
cursor | 950 | drivers/sbus/char/suncons.c | bytes = (cursor->size.fby * 32)/8; |
cursor | 951 | drivers/sbus/char/suncons.c | i = verify_area (VERIFY_READ, cursor->image, bytes); |
cursor | 953 | drivers/sbus/char/suncons.c | i = verify_area (VERIFY_READ, cursor->mask, bytes); |
cursor | 958 | drivers/sbus/char/suncons.c | cursor_info->enable = cursor->enable; |
cursor | 960 | drivers/sbus/char/suncons.c | cursor_info->cpos = cursor->pos; |
cursor | 962 | drivers/sbus/char/suncons.c | cursor_info->chot = cursor->hot; |
cursor | 968 | drivers/sbus/char/suncons.c | cursor_info->size = cursor->size; |
cursor | 970 | drivers/sbus/char/suncons.c | memcpy (cursor_info->bits [0], cursor->mask, bytes); |
cursor | 971 | drivers/sbus/char/suncons.c | memcpy (cursor_info->bits [1], cursor->image, bytes); |
cursor | 1010 | drivers/sbus/char/suncons.c | fb->info.cg6.cursor.cpos = *(struct fbcurpos *)arg; |