Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/disk/
H A Dbsd.h120 struct partition { /* the partition table */ struct
121 uint32_t p_size; /* number of sectors in partition */
122 uint32_t p_offset; /* starting sector */
123 uint32_t p_fsize; /* filesystem basic fragment size */
124 uint8_t p_fstype; /* filesystem type, see below */
125 uint8_t p_frag; /* filesystem fragments per block */
126 uint16_t p_cpg; /* filesystem cylinders per group */
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dvtoc.h99 struct partition { struct
100 ushort_t p_tag; /* ID tag of partition */ argument
102 uint64_t p_start; /* start sector no of partition */ argument
103 long p_size; /* # of blocks in partition */ argument
/f-stack/freebsd/i386/include/
H A Dbootinfo.h111 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nvram.c564 __in nvram_partition_t *partition) in checksum_tlv_partition()
591 nvram_partition_t partition; in tlv_update_partition_len_and_cks() local
/f-stack/freebsd/sys/
H A Dmtio.h210 int64_t partition; member