Lines Matching refs:device
121 fprintf(debug.fp, "device %16d\n", bit->device);
148 fprintf(debug.fp, "device %16d %16d\n", bit1->device, bit2->device);
167 "blkiomon: could not allocate device statistic");
175 static struct dstat *blkiomon_find_dstat(struct rb_search *search, __u32 device)
186 if (dstat->msg.stat.device < device)
188 else if (dstat->msg.stat.device > device)
198 static struct dstat *blkiomon_get_dstat(__u32 device)
205 dstat = blkiomon_find_dstat(&search, device);
213 dstat->msg.stat.device = device;
317 dstat = blkiomon_get_dstat(bit_d->device);
380 if (t->bit.device == bit->device &&
499 /* forward low-level device driver trace to other tool */
610 "\t-d Output file for data emitted by low level device driver.\n" \