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);
stage4337drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage)
stage4342drivers/block/ide-tape.cif (stage == NULL)
stage4349drivers/block/ide-tape.cbh=stage->bh;
stage4359drivers/block/ide-tape.ckfree (stage);
stage4368drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4385drivers/block/ide-tape.cbh=stage->bh;
stage4406drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4423drivers/block/ide-tape.cbh=stage->bh;
stage4475drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage)
stage4484drivers/block/ide-tape.cstage->next=NULL;
stage4485drivers/block/ide-tape.cstage->prev=tape->last_stage;
stage4487drivers/block/ide-tape.ctape->last_stage->next=stage;
stage4489drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
stage4490drivers/block/ide-tape.ctape->last_stage=stage;
stage4506drivers/block/ide-tape.cidetape_pipeline_stage_t *stage;
stage4521drivers/block/ide-tape.cstage=tape->first_stage;
stage4522drivers/block/ide-tape.ctape->first_stage=stage->next;
stage4523drivers/block/ide-tape.cidetape_kfree_stage (stage);
stage4564drivers/block/ide-tape.cidetape_pipeline_stage_t *stage=tape->next_stage;
stage4565drivers/block/ide-tape.cstruct request *rq=&(stage->rq);
stage4571drivers/block/ide-tape.cif (stage == NULL) {
stage4577drivers/block/ide-tape.cidetape_copy_buffer_from_stage (stage,tape->data_buffer);
stage4581drivers/block/ide-tape.ctape->active_stage=stage;
stage4582drivers/block/ide-tape.ctape->next_stage=stage->next;
stage6196drivers/scsi/53c7,8xx.cint stage;
stage6206drivers/scsi/53c7,8xx.cfor (stage = 0;;) {
stage6207drivers/scsi/53c7,8xx.cif (stage == 1) {
stage6209drivers/scsi/53c7,8xx.c++stage;
stage6222drivers/scsi/53c7,8xx.cif (stage == 2) {
stage6225drivers/scsi/53c7,8xx.c++stage;
stage6234drivers/scsi/53c7,8xx.cif (stage == 0)
stage6235drivers/scsi/53c7,8xx.c++stage;
stage6236drivers/scsi/53c7,8xx.celse if (stage == 3)
stage1288net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage1290net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage1295net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage1300net/ipv4/ip_fw.cif ( stage == IP_ACCT_INSERT || stage == IP_ACCT_APPEND ||
stage1301net/ipv4/ip_fw.cstage == IP_ACCT_DELETE )
stage1308net/ipv4/ip_fw.cswitch (stage) 
stage1321net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1327net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1334net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage1338net/ipv4/ip_fw.ccmd = stage & IP_FW_COMMAND;
stage1339net/ipv4/ip_fw.cfwtype = (stage & IP_FW_TYPE) >> IP_FW_SHIFT;
stage1422net/ipv4/ip_fw.cfwtype = (stage & IP_FW_TYPE) >> IP_FW_SHIFT;
stage1437net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1444net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1452net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage1461net/ipv4/ip_fw.cswitch(stage)