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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
H A Dsolaris_x86.c55 #define V_NUMPAR 16 /* # of logical partitions */ macro
64 (V_NUMPAR * sizeof (struct partition)) + \
65 (V_NUMPAR * sizeof (uint32_t)) + \
86 struct partition v_part[V_NUMPAR]; /* partition headers */
87 int32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */

Completed in 21 milliseconds