taglinefilesource code
stage954drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage);
stage955drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer);
stage956drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer);
stage958drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage);
stage4338drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage)
stage4343drivers/block/ide-tape.cif (stage == NULL)
stage4350drivers/block/ide-tape.cbh=stage->bh;
stage4360drivers/block/ide-tape.ckfree (stage);
stage4369drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4386drivers/block/ide-tape.cbh=stage->bh;
stage4407drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4424drivers/block/ide-tape.cbh=stage->bh;
stage4476drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage)
stage4485drivers/block/ide-tape.cstage->next=NULL;
stage4486drivers/block/ide-tape.cstage->prev=tape->last_stage;
stage4488drivers/block/ide-tape.ctape->last_stage->next=stage;
stage4490drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
stage4491drivers/block/ide-tape.ctape->last_stage=stage;
stage4507drivers/block/ide-tape.cidetape_pipeline_stage_t *stage;
stage4522drivers/block/ide-tape.cstage=tape->first_stage;
stage4523drivers/block/ide-tape.ctape->first_stage=stage->next;
stage4524drivers/block/ide-tape.cidetape_kfree_stage (stage);
stage4565drivers/block/ide-tape.cidetape_pipeline_stage_t *stage=tape->next_stage;
stage4566drivers/block/ide-tape.cstruct request *rq=&(stage->rq);
stage4572drivers/block/ide-tape.cif (stage == NULL) {
stage4578drivers/block/ide-tape.cidetape_copy_buffer_from_stage (stage,tape->data_buffer);
stage4582drivers/block/ide-tape.ctape->active_stage=stage;
stage4583drivers/block/ide-tape.ctape->next_stage=stage->next;
stage6207drivers/scsi/53c7,8xx.cint stage;
stage6217drivers/scsi/53c7,8xx.cfor (stage = 0;;) {
stage6218drivers/scsi/53c7,8xx.cif (stage == 1) {
stage6220drivers/scsi/53c7,8xx.c++stage;
stage6233drivers/scsi/53c7,8xx.cif (stage == 2) {
stage6236drivers/scsi/53c7,8xx.c++stage;
stage6245drivers/scsi/53c7,8xx.cif (stage == 0)
stage6246drivers/scsi/53c7,8xx.c++stage;
stage6247drivers/scsi/53c7,8xx.celse if (stage == 3)
stage781net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage783net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage788net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage793net/ipv4/ip_fw.cif ( stage == IP_ACCT_INSERT || stage == IP_ACCT_APPEND ||
stage794net/ipv4/ip_fw.cstage == IP_ACCT_DELETE )
stage801net/ipv4/ip_fw.cswitch (stage) 
stage814net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage820net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage827net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage831net/ipv4/ip_fw.ccmd = stage & IP_FW_COMMAND;
stage832net/ipv4/ip_fw.cfwtype = (stage & IP_FW_TYPE) >> IP_FW_SHIFT;
stage915net/ipv4/ip_fw.cfwtype = (stage & IP_FW_TYPE) >> IP_FW_SHIFT;
stage930net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage937net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage945net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage954net/ipv4/ip_fw.cswitch(stage)