Searched defs:diskhd (Results 1 – 1 of 1) sorted by relevance
137 struct diskhd { struct138 int b_flags; /* not used, needed for consistency */139 struct buf *b_forw, *b_back; /* queue of unit queues */140 struct buf *av_forw, *av_back; /* queue of bufs for this unit */141 o_dev_t b_dev; /* OLD major+minor device name */142 size_t b_bcount; /* transfer count */