Searched defs:V_NUMPAR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h64 #define V_NUMPAR NDKMAP /* The number of partitions */ macro
124 struct partition v_part[V_NUMPAR]; /* partition headers */
125 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */
147 struct extpartition v_part[V_NUMPAR]; /* partition headers */
148 uint64_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */
166 for (i = 0; i < V_NUMPAR; i++) { \
189 for (i = 0; i < V_NUMPAR; i++) { \
218 struct partition32 v_part[V_NUMPAR]; /* partition headers */
219 time32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */
237 for (i = 0; i < V_NUMPAR;
[all...]

Completed in 58 milliseconds