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 | 1663 | drivers/block/ide.c | static void fixstring (byte *s, int bytecount, int byteswap) |
bytecount | 1665 | drivers/block/ide.c | byte *p, *end = &s[bytecount &= ~1]; /* bytecount must be even */ |
bytecount | 509 | drivers/net/pi2.c | int bytecount; |
bytecount | 528 | drivers/net/pi2.c | bytecount = lp->bufsiz - get_dma_residue(lp->dmachan); |
bytecount | 530 | drivers/net/pi2.c | if ((rse & CRC_ERR) || (lp->rstate > ACTIVE) || (bytecount < 10)) { |
bytecount | 531 | drivers/net/pi2.c | if ((bytecount >= 10) && (rse & CRC_ERR)) { |
bytecount | 544 | drivers/net/pi2.c | pkt_len = lp->rcvbuf->cnt = bytecount - 2 + 1; |