tag | line | file | source code |
cpnt | 912 | drivers/scsi/sr.c | Scsi_CD * cpnt; |
cpnt | 923 | drivers/scsi/sr.c | for(cpnt = scsi_CDs, i=0; i<sr_template.dev_max; i++, cpnt++) |
cpnt | 924 | drivers/scsi/sr.c | if(!cpnt->device) break; |
cpnt | 1091 | drivers/scsi/sr.c | Scsi_CD * cpnt; |
cpnt | 1096 | drivers/scsi/sr.c | for(cpnt = scsi_CDs, i=0; i<sr_template.dev_max; i++, cpnt++) |
cpnt | 1097 | drivers/scsi/sr.c | if(cpnt->device == SDp) { |
cpnt | 1109 | drivers/scsi/sr.c | cpnt->device = NULL; |
cpnt | 1110 | drivers/scsi/sr.c | cpnt->capacity = 0; |
cpnt | 426 | fs/isofs/inode.c | void *cpnt = NULL; |
cpnt | 448 | fs/isofs/inode.c | cpnt = kmalloc(*pnt,GFP_KERNEL); |
cpnt | 449 | fs/isofs/inode.c | if (cpnt == NULL) { |
cpnt | 454 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + offset, frag1); |
cpnt | 457 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 462 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 463 | fs/isofs/inode.c | pnt = ((unsigned char *) cpnt); |
cpnt | 600 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 601 | fs/isofs/inode.c | kfree (cpnt); |
cpnt | 602 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 644 | fs/isofs/inode.c | void * cpnt = NULL; |
cpnt | 727 | fs/isofs/inode.c | cpnt = kmalloc(*((unsigned char *) de),GFP_KERNEL); |
cpnt | 728 | fs/isofs/inode.c | if (!cpnt) return -1; |
cpnt | 729 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + old_offset, frag1); |
cpnt | 730 | fs/isofs/inode.c | de = (struct iso_directory_record *) ((char *)cpnt); |
cpnt | 737 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 740 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 748 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 749 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 750 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 758 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 759 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 760 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 72 | fs/isofs/namei.c | void * cpnt = NULL; |
cpnt | 120 | fs/isofs/namei.c | cpnt = kmalloc(*((unsigned char *) de),GFP_KERNEL); |
cpnt | 121 | fs/isofs/namei.c | if (!cpnt) return 0; |
cpnt | 122 | fs/isofs/namei.c | memcpy(cpnt, bh->b_data + old_offset, frag1); |
cpnt | 124 | fs/isofs/namei.c | de = (struct iso_directory_record *) cpnt; |
cpnt | 129 | fs/isofs/namei.c | kfree(cpnt); |
cpnt | 132 | fs/isofs/namei.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 191 | fs/isofs/namei.c | if (cpnt) |
cpnt | 193 | fs/isofs/namei.c | kfree(cpnt); |
cpnt | 194 | fs/isofs/namei.c | cpnt = NULL; |
cpnt | 216 | fs/isofs/namei.c | if (cpnt) |
cpnt | 217 | fs/isofs/namei.c | kfree(cpnt); |
cpnt | 411 | fs/isofs/rock.c | void * cpnt = NULL; |
cpnt | 442 | fs/isofs/rock.c | cpnt = kmalloc(*pnt,GFP_KERNEL); |
cpnt | 443 | fs/isofs/rock.c | if(!cpnt) return NULL; |
cpnt | 444 | fs/isofs/rock.c | memcpy(cpnt, bh->b_data + offset, frag1); |
cpnt | 447 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 452 | fs/isofs/rock.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 453 | fs/isofs/rock.c | pnt = ((unsigned char *) cpnt); |
cpnt | 522 | fs/isofs/rock.c | if (cpnt) { |
cpnt | 523 | fs/isofs/rock.c | kfree(cpnt); |
cpnt | 524 | fs/isofs/rock.c | cpnt = NULL; |