taglinefilesource code
pstatus346drivers/char/ftape/ftape-rw.cstatic int stop_tape(int *pstatus)
pstatus353drivers/char/ftape/ftape-rw.cresult = ftape_command_wait(QIC_STOP_TAPE, timeout.stop, pstatus);
pstatus355drivers/char/ftape/ftape-rw.cif ((*pstatus & QIC_STATUS_READY) == 0) {
pstatus637drivers/char/ftape/ftape-rw.cstatic int skip_reverse(int segment_id, int *pstatus)
pstatus726drivers/char/ftape/ftape-rw.cresult = ftape_report_drive_status(pstatus);
pstatus337drivers/net/sdla.cstruct _dlci_stat *pstatus;
pstatus366drivers/net/sdla.cfor(pstatus = data, i=0;i < len;i++,pstatus++)
pstatus368drivers/net/sdla.cif (pstatus->flags & SDLA_DLCI_NEW)
pstatus371drivers/net/sdla.cif (pstatus->flags & SDLA_DLCI_DELETED)
pstatus374drivers/net/sdla.cif (pstatus->flags & SDLA_DLCI_ACTIVE)
pstatus379drivers/net/sdla.cprintk(KERN_NOTICE "%s: DLCI %i: %s.\n", dev->name, pstatus->dlci, state);