| tag | line | file | source code |
| nbytes | 144 | drivers/scsi/scsi_debug.c | int nbytes, sgcount; |
| nbytes | 223 | drivers/scsi/scsi_debug.c | nbytes = bufflen; |
| nbytes | 278 | drivers/scsi/scsi_debug.c | nbytes -= bufflen; |
| nbytes | 284 | drivers/scsi/scsi_debug.c | if (nbytes) { |
| nbytes | 290 | drivers/scsi/scsi_debug.c | } while(nbytes); |
| nbytes | 119 | drivers/sound/os.h | #define KERNEL_MALLOC(nbytes) kmalloc(nbytes, GFP_KERNEL) |
| nbytes | 203 | fs/binfmt_coff.c | int nbytes = sections * COFF_SCNHSZ; |
| nbytes | 205 | fs/binfmt_coff.c | sect_bufr = (COFF_SCNHDR *) kmalloc (nbytes, GFP_KERNEL); |
| nbytes | 221 | fs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
| nbytes | 625 | fs/binfmt_coff.c | long nbytes; /* Count of bytes in the header area */ |
| nbytes | 630 | fs/binfmt_coff.c | nbytes = COFF_LONG (sect->s_size); |
| nbytes | 631 | fs/binfmt_coff.c | if (nbytes < COFF_SLIBSZ) { |
| nbytes | 642 | fs/binfmt_coff.c | char *buffer = (char *) kmalloc (nbytes, GFP_KERNEL); |
| nbytes | 659 | fs/binfmt_coff.c | nbytes); /* Byte count reqd. */ |
| nbytes | 664 | fs/binfmt_coff.c | if (status >= 0 && status != nbytes) { |
| nbytes | 675 | fs/binfmt_coff.c | while (status >= 0 && nbytes > COFF_SLIBSZ) { |
| nbytes | 681 | fs/binfmt_coff.c | if ((unsigned) header_size >= (unsigned) nbytes || |
| nbytes | 702 | fs/binfmt_coff.c | nbytes -= entry_size; |