Searched defs:bioc_vol (Results 1 – 1 of 1) sorted by relevance
135 struct bioc_vol { struct136 void *bv_cookie;137 int bv_volid; /* volume id */139 int16_t bv_percent; /* percent done operation */140 uint16_t bv_seconds; /* seconds of progress so far */142 int bv_status; /* current status */179 #define OBIOCVOL _IOWR('B', 34, struct obioc_vol) argument