tag | line | file | source code |
nbytes | 203 | arch/i386/ibcs/binfmt_coff.c | int nbytes = sections * COFF_SCNHSZ; |
nbytes | 205 | arch/i386/ibcs/binfmt_coff.c | sect_bufr = (COFF_SCNHDR *) kmalloc (nbytes, GFP_KERNEL); |
nbytes | 221 | arch/i386/ibcs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
nbytes | 625 | arch/i386/ibcs/binfmt_coff.c | long nbytes; /* Count of bytes in the header area */ |
nbytes | 630 | arch/i386/ibcs/binfmt_coff.c | nbytes = COFF_LONG (sect->s_size); |
nbytes | 631 | arch/i386/ibcs/binfmt_coff.c | if (nbytes < COFF_SLIBSZ) { |
nbytes | 642 | arch/i386/ibcs/binfmt_coff.c | char *buffer = (char *) kmalloc (nbytes, GFP_KERNEL); |
nbytes | 659 | arch/i386/ibcs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
nbytes | 664 | arch/i386/ibcs/binfmt_coff.c | if (status >= 0 && status != nbytes) { |
nbytes | 675 | arch/i386/ibcs/binfmt_coff.c | while (status >= 0 && nbytes > COFF_SLIBSZ) { |
nbytes | 681 | arch/i386/ibcs/binfmt_coff.c | if ((unsigned) header_size >= (unsigned) nbytes || |
nbytes | 702 | arch/i386/ibcs/binfmt_coff.c | nbytes -= entry_size; |
nbytes | 162 | drivers/scsi/scsi_debug.c | int nbytes, sgcount; |
nbytes | 257 | drivers/scsi/scsi_debug.c | nbytes = bufflen; |
nbytes | 320 | drivers/scsi/scsi_debug.c | nbytes -= bufflen; |
nbytes | 328 | drivers/scsi/scsi_debug.c | if (nbytes) { |
nbytes | 334 | drivers/scsi/scsi_debug.c | } while(nbytes); |
nbytes | 120 | drivers/sound/os.h | #define KERNEL_MALLOC(nbytes) kmalloc(nbytes, GFP_KERNEL) |
nbytes | 28 | include/asm-mips/cachectl.h | extern int sys_cacheflush(void *addr, int nbytes, int cache); |
nbytes | 77 | include/asm-sparc/openprom.h | int (*v2_dev_read)(int d, char* buf, int nbytes); |
nbytes | 78 | include/asm-sparc/openprom.h | int (*v2_dev_write)(int d, char* buf, int nbytes); |