Searched defs:partition (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h80 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { function
H A Dranges_partition.h78 inline constexpr auto partition = __partition::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/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) argument
80 adf_enable_asym_threads(struct adf_accel_dev *accel_dev, u32 ae, u32 partition) argument
100 adf_enable_dc_threads(struct adf_accel_dev *accel_dev, u32 ae, u32 partition) argument
[all...]
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dscripted.c67 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; local
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp47 MarkLive(unsigned partition) : partition(partition) {} argument
64 unsigned partition; member in class:__anon1189::MarkLive
[all...]
H A DInputSection.h65 uint8_t partition = 1; member in class:lld::elf::SectionBase
H A DSymbols.h115 uint8_t partition; member in class:lld::elf::Symbol
/freebsd-current/contrib/dialog/samples/install/
H A Dsetup.c75 struct partition { struct
/freebsd-current/contrib/lua/src/
H A Dltablib.c298 static IdxT partition (lua_State *L, IdxT lo, IdxT up) { function
/freebsd-current/stand/uboot/
H A Dmain.c205 get_load_device(int *type, int *unit, int *slice, int *partition) argument
345 char partition[32]; local
[all...]
/freebsd-current/stand/common/
H A Ddisk.c234 int rc, slice, partition; local
415 int unit, slice, partition; local
[all...]
/freebsd-current/sbin/camcontrol/
H A Dattrib.c121 int partition = 0; local
/freebsd-current/contrib/diff/src/
H A Danalyze.c56 struct partition struct
/freebsd-current/sys/sys/disk/
H A Dbsd.h119 struct partition { /* the partition table */ struct in struct:disklabel
/freebsd-current/sbin/fdisk/
H A Dfdisk.c265 int partition = -1; local
1126 int status = 0, partition; local
1265 int status = 0, partition, i; local
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nvram.c612 nvram_partition_t partition; local
584 checksum_tlv_partition( __in nvram_partition_t *partition) argument
[all...]
/freebsd-current/sys/dev/hptmv/
H A Dosbsd.h68 } partition; typedef in typeref:struct:__anon4
/freebsd-current/stand/i386/libi386/
H A Dbiosdisk.c1302 int i, unit, slice, partition; local
/freebsd-current/sys/dev/hpt27xx/
H A Dldm.h372 HPT_PARTITION partition; member in union:_VDEV::__anon2402
/freebsd-current/sys/dev/hptnr/
H A Dldm.h371 HPT_PARTITION partition; member in union:_VDEV::__anon2433
/freebsd-current/sys/dev/hptrr/
H A Dldm.h366 HPT_PARTITION partition; member in union:_VDEV::__anon2443
/freebsd-current/usr.bin/mt/
H A Dmt.c654 int64_t partition = 0; local
822 int64_t rep_fileno, rep_blkno, partition, resid; local
[all...]
/freebsd-current/sys/sys/
H A Dmtio.h207 int64_t partition; member in struct:mtlocate
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.h185 uint8_t partition; member in struct:scsi_allow_overwrite
362 uint8_t partition; member in struct:scsi_tape_position_data
379 uint8_t partition[4]; member in struct:scsi_tape_position_long_data
394 uint8_t partition; member in struct:scsi_tape_position_ext_data
413 uint8_t partition; member in struct:scsi_tape_locate
431 uint8_t partition; member in struct:scsi_locate_16
H A Dscsi_all.c9018 scsi_read_attribute(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, uint8_t service_action, uint32_t element, uint8_t elem_type, int logical_volume, int partition, uint32_t first_attribute, int cache, uint8_t *data_ptr, uint32_t length, int sense_len, uint32_t timeout) argument
9055 scsi_write_attribute(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, uint32_t element, int logical_volume, int partition, int wtc, uint8_t *data_ptr, uint32_t length, int sense_len, uint32_t timeout) argument

Completed in 342 milliseconds

12