Home
last modified time | relevance | path

Searched refs:NDKMAP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Ddklabel.h47 #define NDKMAP 16 /* # of logical partitions */ macro
50 #define NDKMAP 8 /* # of logical partitions */
130 struct dkl_partition v_part[NDKMAP]; /* partition headers */
131 time32_t timestamp[NDKMAP]; /* partition timestamp (unsupported) */
137 struct dk_map2 v_part[NDKMAP]; /* partition hdrs, sec 2 */
141 time32_t v_timestamp[NDKMAP]; /* partition timestamp */
161 (sizeof (struct dk_map32) * NDKMAP) + \
204 struct dk_map32 dkl_map[NDKMAP]; /* logical partition headers */
H A Ddkio.h110 struct dk_map dka_map[NDKMAP];
115 struct dk_map32 dka_map[NDKMAP];
H A Dvtoc.h60 #define V_NUMPAR NDKMAP /* The number of partitions */
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddkio.h38 #define NDKMAP 16 /* # of logical partitions */ macro
41 #define NDKMAP 8 /* # of logical partitions */
130 struct dk_map dka_map[NDKMAP];
135 struct dk_map32 dka_map[NDKMAP];
/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c146 struct dk_map2 default_vtoc_map[NDKMAP] = {