Lines Matching refs:end
10 * - gather code that is not used by PCMCIA at the end
599 void (*end)(struct Scsi_Host *);
636 struct scsi_cmnd *end;
642 for (end = *SC; SCNEXT(end); end = SCNEXT(end))
644 SCNEXT(end) = new_SC;
2309 * end previous state
2312 if(PREVSTATE!=STATE && states[PREVSTATE].end)
2313 states[PREVSTATE].end(shpnt);