Lines Matching defs:end
10 * - gather code that is not used by PCMCIA at the end
617 void (*end)(struct Scsi_Host *);
655 struct scsi_cmnd *end;
661 for (end = *SC; SCNEXT(end); end = SCNEXT(end))
663 SCNEXT(end) = new_SC;
2357 * end previous state
2360 if(PREVSTATE!=STATE && states[PREVSTATE].end)
2361 states[PREVSTATE].end(shpnt);