Home
last modified time | relevance | path

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

12

/freebsd/sys/sys/disk/
H A Dbsd.h119 struct partition { /* the partition table */ struct
120 uint32_t p_size; /* number of sectors in partition */
121 uint32_t p_offset; /* starting sector */
122 uint32_t p_fsize; /* filesystem basic fragment size */
123 uint8_t p_fstype; /* filesystem type, see below */
124 uint8_t p_frag; /* filesystem fragments per block */
125 uint16_t p_cpg; /* filesystem cylinders per group */
/freebsd/contrib/dialog/samples/install/
H A Dsetup.c75 struct partition { struct
76 enum partition_type type; argument
80 } partitions[MAX_PARTS]; argument
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_res_part.c62 adf_enable_sym_threads(struct adf_accel_dev *accel_dev, u32 ae, u32 partition) in adf_enable_sym_threads()
80 adf_enable_asym_threads(struct adf_accel_dev *accel_dev, u32 ae, u32 partition) in adf_enable_asym_threads()
100 adf_enable_dc_threads(struct adf_accel_dev *accel_dev, u32 ae, u32 partition) in adf_enable_dc_threads()
/freebsd/contrib/diff/src/
H A Danalyze.c56 struct partition struct
58 lin xmid, ymid; /* Midpoints of this partition. */ argument
80 left half of the partition is known; similarly for PART->hi_minimal. argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp47 MarkLive(unsigned partition) : partition(partition) {} in MarkLive()
64 unsigned partition; member in __anonbed3762c0111::MarkLive
H A DInputSection.h81 uint8_t partition = 1; variable
H A DSymbols.h115 uint8_t partition; variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h88 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) partition() function
/freebsd/stand/common/
H A Ddisk.c234 int rc, slice, partition; in disk_open() local
415 int unit, slice, partition; in disk_parsedev() local
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dscripted.c67 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
/freebsd/stand/uboot/
H A Dmain.c205 get_load_device(int *type, int *unit, int *slice, int *partition) in get_load_device()
345 char partition[32]; in print_disk_probe_info() local
/freebsd/sbin/fdisk/
H A Dfdisk.c265 int partition = -1; in main() local
1133 int status = 0, partition; in process_partition() local
1272 int status = 0, partition, i; in process_active() local
/freebsd/sbin/camcontrol/
H A Dattrib.c121 int partition = 0; in scsiattrib() local
/freebsd/sys/i386/include/
H A Dbootinfo.h100 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
/freebsd/contrib/lua/src/
H A Dltablib.c298 static IdxT partition (lua_State *L, IdxT lo, IdxT up) { in partition() function
/freebsd/usr.bin/mt/
H A Dmt.c654 int64_t partition = 0; in mt_locate() local
822 int64_t rep_fileno, rep_blkno, partition, resid; in nstatus_print() local
/freebsd/sys/cam/scsi/
H A Dscsi_sa.h185 uint8_t partition; member
362 uint8_t partition; member
379 uint8_t partition[4]; member
394 uint8_t partition; member
413 uint8_t partition; member
431 uint8_t partition; member
H A Dscsi_sa.c435 daddr_t partition; /* Absolute from BOT */ member
6200 int64_t partition, uint32_t block_address, in scsi_locate_10()
6232 int bam, int64_t partition, uint64_t logical_id, in scsi_locate_16()
6357 uint8_t tag_action, int allow_overwrite, int partition, in scsi_allow_overwrite()
/freebsd/sys/dev/sfxge/common/
H A Def10_nvram.c585 __in nvram_partition_t *partition) in checksum_tlv_partition()
612 nvram_partition_t partition; in tlv_update_partition_len_and_cks() local
/freebsd/sys/sys/
H A Dmtio.h207 int64_t partition; member
/freebsd/stand/i386/libi386/
H A Dbiosdisk.c1302 int i, unit, slice, partition; in bd_getdev() local
/freebsd/sys/dev/hptmv/
H A Dosbsd.h68 } partition; typedef
/freebsd/sys/dev/hpt27xx/
H A Dldm.h372 HPT_PARTITION partition; member
/freebsd/sys/dev/hptnr/
H A Dldm.h371 HPT_PARTITION partition; member
/freebsd/sys/dev/hptrr/
H A Dldm.h366 HPT_PARTITION partition; member

12