tag | line | file | source code |
cpnt | 936 | drivers/scsi/sr.c | Scsi_CD * cpnt; |
cpnt | 947 | drivers/scsi/sr.c | for(cpnt = scsi_CDs, i=0; i<sr_template.dev_max; i++, cpnt++) |
cpnt | 948 | drivers/scsi/sr.c | if(!cpnt->device) break; |
cpnt | 1116 | drivers/scsi/sr.c | Scsi_CD * cpnt; |
cpnt | 1121 | drivers/scsi/sr.c | for(cpnt = scsi_CDs, i=0; i<sr_template.dev_max; i++, cpnt++) |
cpnt | 1122 | drivers/scsi/sr.c | if(cpnt->device == SDp) { |
cpnt | 1134 | drivers/scsi/sr.c | cpnt->device = NULL; |
cpnt | 1135 | drivers/scsi/sr.c | cpnt->capacity = 0; |
cpnt | 425 | fs/isofs/inode.c | void *cpnt = NULL; |
cpnt | 447 | fs/isofs/inode.c | cpnt = kmalloc(*pnt,GFP_KERNEL); |
cpnt | 448 | fs/isofs/inode.c | if (cpnt == NULL) { |
cpnt | 453 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + offset, frag1); |
cpnt | 456 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 461 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 462 | fs/isofs/inode.c | pnt = ((unsigned char *) cpnt); |
cpnt | 599 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 600 | fs/isofs/inode.c | kfree (cpnt); |
cpnt | 601 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 643 | fs/isofs/inode.c | void * cpnt = NULL; |
cpnt | 726 | fs/isofs/inode.c | cpnt = kmalloc(*((unsigned char *) de),GFP_KERNEL); |
cpnt | 727 | fs/isofs/inode.c | if (!cpnt) return -1; |
cpnt | 728 | fs/isofs/inode.c | memcpy(cpnt, bh->b_data + old_offset, frag1); |
cpnt | 729 | fs/isofs/inode.c | de = (struct iso_directory_record *) ((char *)cpnt); |
cpnt | 736 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 739 | fs/isofs/inode.c | memcpy((char *)cpnt+frag1, bh->b_data, offset); |
cpnt | 747 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 748 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 749 | fs/isofs/inode.c | cpnt = NULL; |
cpnt | 757 | fs/isofs/inode.c | if (cpnt) { |
cpnt | 758 | fs/isofs/inode.c | kfree(cpnt); |
cpnt | 759 | 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; |