Home | History | Annotate | Download | only in blktrace

Lines Matching defs:bit2

132 	struct blk_io_trace *bit2 = &t2->bit;
138 fprintf(debug.fp, "magic %16d %16d\n", bit1->magic, bit2->magic);
140 bit1->sequence, bit2->sequence);
142 (unsigned long)bit1->time, (unsigned long)bit2->time);
144 (unsigned long)bit1->sector, (unsigned long)bit2->sector);
145 fprintf(debug.fp, "bytes %16d %16d\n", bit1->bytes, bit2->bytes);
146 fprintf(debug.fp, "action %16x %16x\n", bit1->action, bit2->action);
147 fprintf(debug.fp, "pid %16d %16d\n", bit1->pid, bit2->pid);
148 fprintf(debug.fp, "device %16d %16d\n", bit1->device, bit2->device);
149 fprintf(debug.fp, "cpu %16d %16d\n", bit1->cpu, bit2->cpu);
150 fprintf(debug.fp, "error %16d %16d\n", bit1->error, bit2->error);
151 fprintf(debug.fp, "pdu_len %16d %16d\n", bit1->pdu_len, bit2->pdu_len);