Home
last modified time | relevance | path

Searched refs:VD_OP_GET_CAPACITY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h107 #define VD_OP_GET_CAPACITY 0x11 /* Get disk capacity */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c3838 ASSERT(request->operation == VD_OP_GET_CAPACITY); in vd_get_capacity()
4116 {X(VD_OP_GET_CAPACITY), vd_get_capacity, NULL},
4404 vd->operations |= VD_OP_MASK_READ | (1 << VD_OP_GET_CAPACITY); in vd_set_exported_operations()
H A Dvdc.c7116 rv = vdc_do_sync_op(vdc, VD_OP_GET_CAPACITY, (caddr_t)vd_cap, alloc_len, in vdc_get_capacity()
7143 if (!VD_OP_SUPPORTED(vdc->operations, VD_OP_GET_CAPACITY)) in vdc_check_capacity()