taglinefilesource code
stage935drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage);
stage936drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer);
stage937drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer);
stage939drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage);
stage4282drivers/block/ide-tape.cvoid idetape_kfree_stage (idetape_pipeline_stage_t *stage)
stage4287drivers/block/ide-tape.cif (stage == NULL)
stage4294drivers/block/ide-tape.cbh=stage->bh;
stage4304drivers/block/ide-tape.ckfree (stage);
stage4313drivers/block/ide-tape.cvoid idetape_copy_buffer_from_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4330drivers/block/ide-tape.cbh=stage->bh;
stage4351drivers/block/ide-tape.cvoid idetape_copy_buffer_to_stage (idetape_pipeline_stage_t *stage,char *buffer)
stage4368drivers/block/ide-tape.cbh=stage->bh;
stage4420drivers/block/ide-tape.cvoid idetape_add_stage_tail (ide_drive_t *drive,idetape_pipeline_stage_t *stage)
stage4429drivers/block/ide-tape.cstage->next=NULL;
stage4430drivers/block/ide-tape.cstage->prev=tape->last_stage;
stage4432drivers/block/ide-tape.ctape->last_stage->next=stage;
stage4434drivers/block/ide-tape.ctape->first_stage=tape->next_stage=stage;
stage4435drivers/block/ide-tape.ctape->last_stage=stage;
stage4451drivers/block/ide-tape.cidetape_pipeline_stage_t *stage;
stage4466drivers/block/ide-tape.cstage=tape->first_stage;
stage4467drivers/block/ide-tape.ctape->first_stage=stage->next;
stage4468drivers/block/ide-tape.cidetape_kfree_stage (stage);
stage4509drivers/block/ide-tape.cidetape_pipeline_stage_t *stage=tape->next_stage;
stage4510drivers/block/ide-tape.cstruct request *rq=&(stage->rq);
stage4516drivers/block/ide-tape.cif (stage == NULL) {
stage4522drivers/block/ide-tape.cidetape_copy_buffer_from_stage (stage,tape->data_buffer);
stage4526drivers/block/ide-tape.ctape->active_stage=stage;
stage4527drivers/block/ide-tape.ctape->next_stage=stage->next;
stage6195drivers/scsi/53c7,8xx.cint stage;
stage6205drivers/scsi/53c7,8xx.cfor (stage = 0;;) {
stage6206drivers/scsi/53c7,8xx.cif (stage == 1) {
stage6208drivers/scsi/53c7,8xx.c++stage;
stage6221drivers/scsi/53c7,8xx.cif (stage == 2) {
stage6224drivers/scsi/53c7,8xx.c++stage;
stage6233drivers/scsi/53c7,8xx.cif (stage == 0)
stage6234drivers/scsi/53c7,8xx.c++stage;
stage6235drivers/scsi/53c7,8xx.celse if (stage == 3)
stage1373net/ipv4/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
stage1375net/ipv4/ip_fw.cif ( stage == IP_ACCT_FLUSH )
stage1380net/ipv4/ip_fw.cif ( stage == IP_ACCT_ZERO )
stage1385net/ipv4/ip_fw.cif ( stage == IP_ACCT_ADD
stage1386net/ipv4/ip_fw.c|| stage == IP_ACCT_DEL
stage1394net/ipv4/ip_fw.cswitch (stage) 
stage1405net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1411net/ipv4/ip_fw.cprintk("ip_acct_ctl:  unknown request %d\n",stage);
stage1418net/ipv4/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
stage1422net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_BLK )
stage1428net/ipv4/ip_fw.cif ( stage == IP_FW_FLUSH_FWD )
stage1434net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_BLK )
stage1440net/ipv4/ip_fw.cif ( stage == IP_FW_ZERO_FWD )
stage1446net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK || stage == IP_FW_POLICY_FWD )
stage1450net/ipv4/ip_fw.cif ( stage == IP_FW_POLICY_BLK )
stage1457net/ipv4/ip_fw.cif ( stage == IP_FW_CHK_BLK || stage == IP_FW_CHK_FWD )
stage1487net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1489net/ipv4/ip_fw.cstage == IP_FW_CHK_BLK ?
stage1504net/ipv4/ip_fw.cif ( stage == IP_FW_ADD_BLK || stage == IP_FW_ADD_FWD
stage1505net/ipv4/ip_fw.c|| stage == IP_FW_DEL_BLK || stage == IP_FW_DEL_FWD
stage1513net/ipv4/ip_fw.cswitch (stage) 
stage1528net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1535net/ipv4/ip_fw.cprintk("ip_fw_ctl:  unknown request %d\n",stage);
stage1543net/ipv4/ip_fw.cstatic int ip_chain_procinfo(int stage, char *buffer, char **start,
stage1552net/ipv4/ip_fw.cswitch(stage)