tag | line | file | source code |
bytecount | 15 | arch/i386/kernel/ldt.c | static int read_ldt(void * ptr, unsigned long bytecount) |
bytecount | 28 | arch/i386/kernel/ldt.c | if (size > bytecount) |
bytecount | 29 | arch/i386/kernel/ldt.c | size = bytecount; |
bytecount | 37 | arch/i386/kernel/ldt.c | static int write_ldt(void * ptr, unsigned long bytecount) |
bytecount | 44 | arch/i386/kernel/ldt.c | if (bytecount != sizeof(ldt_info)) |
bytecount | 97 | arch/i386/kernel/ldt.c | asmlinkage int sys_modify_ldt(int func, void *ptr, unsigned long bytecount) |
bytecount | 100 | arch/i386/kernel/ldt.c | return read_ldt(ptr, bytecount); |
bytecount | 102 | arch/i386/kernel/ldt.c | return write_ldt(ptr, bytecount); |
bytecount | 258 | drivers/block/hd.c | static void fixstring (unsigned char *s, int bytecount) |
bytecount | 260 | drivers/block/hd.c | unsigned char *p, *end = &s[bytecount &= ~1]; /* bytecount must be even */ |
bytecount | 1556 | drivers/block/ide.c | static void fixstring (byte *s, int bytecount, int byteswap) |
bytecount | 1558 | drivers/block/ide.c | byte *p, *end = &s[bytecount &= ~1]; /* bytecount must be even */ |