Searched refs:partition (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dpartition.h1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, in
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Ddisktab.h54 struct partition { struct in struct:disktab
55 int p_size; /* #sectors in partition */
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOApplePartitionScheme.cpp42 // and a valid partition entry exists at a 512 byte offset into the disk,
43 // in which case, assume a 512 byte block size, except for the partition
47 // byte block size (for the one partition)
88 // Determine whether the provider media contains an Apple partition map.
99 // Scan the provider media for an Apple partition map.
112 IOMedia * partition; local
128 while ( (partition = (IOMedia *) partitionIterator->getNextObject()) )
130 if ( partition->attach(this) )
132 attachMediaObjectToDeviceTree(partition);
134 partition
149 IOMedia * partition; local
429 isPartitionCorrupt( dpme * partition, UInt32 partitionID, UInt32 partitionBlockSize ) argument
444 isPartitionInvalid( dpme * partition, UInt32 partitionID, UInt32 partitionBlockSize ) argument
476 instantiateMediaObject( dpme * partition, UInt32 partitionID, UInt32 partitionBlockSize ) argument
580 instantiateDesiredMediaObject( dpme * partition, UInt32 partitionID, UInt32 partitionBlockSize ) argument
[all...]
H A DIOFDiskPartitionScheme.cpp40 // o relative to the FDisk map that defines the partition
42 // o relative to the FDisk map that defines the partition (start of disk)
45 // o the valid extended partition types are: 0x05, 0x0F, 0x85
46 // o there should be no more than one extended partition defined per FDisk map
87 // Determine whether the provider media contains an FDisk partition map.
98 // Scan the provider media for an FDisk partition map.
102 // There might be an FDisk partition scheme on disk with boot code, but with
121 IOMedia * partition; local
137 while ( (partition = (IOMedia *) partitionIterator->getNextObject()) )
139 if ( partition
158 IOMedia * partition; local
378 isPartitionExtended(fdisk_part * partition) argument
389 isPartitionUsed(fdisk_part * partition) argument
398 isPartitionCorrupt( fdisk_part * partition, UInt32 partitionID, UInt32 fdiskBlock ) argument
415 isPartitionInvalid( fdisk_part * partition, UInt32 partitionID, UInt32 fdiskBlock ) argument
448 instantiateMediaObject( fdisk_part * partition, UInt32 partitionID, UInt32 fdiskBlock ) argument
546 instantiateDesiredMediaObject( fdisk_part * partition, UInt32 partitionID, UInt32 fdiskBlock ) argument
[all...]
H A DIOFDiskPartitionScheme.h47 #define DISK_BLK0SZ sizeof(struct disk_blk0) /* (size of partition map) */
55 UInt8 bootid; /* (is active boot partition?) */
67 /* Partition map, as found in block zero of the disk (or extended partition). */
72 struct fdisk_part parts[DISK_NPART]; /* (partition entries) */
136 * Scan the provider media for an FDisk partition map. Returns the set
138 * the set is passed to the caller), or null should no partition map be
146 * Ask whether the given partition is extended.
149 virtual bool isPartitionExtended(fdisk_part * partition);
152 * Ask whether the given partition is used.
155 virtual bool isPartitionUsed(fdisk_part * partition);
[all...]
H A DIOGUIDPartitionScheme.cpp107 // Determine whether the provider media contains a GUID partition map.
118 // Scan the provider media for a GUID partition map.
131 IOMedia * partition; local
147 while ( (partition = (IOMedia *) partitionIterator->getNextObject()) )
149 if ( partition->attach(this) )
151 attachMediaObjectToDeviceTree(partition);
153 partition->registerService();
168 IOMedia * partition; local
181 while ( (partition = (IOMedia *) partitionIterator->getNextObject()) )
183 detachMediaObjectFromDeviceTree(partition);
457 isPartitionUsed(gpt_ent * partition) argument
478 isPartitionInvalid( gpt_ent * partition, UInt32 partitionID ) argument
514 instantiateMediaObject( gpt_ent * partition, UInt32 partitionID ) argument
598 instantiateDesiredMediaObject( gpt_ent * partition, UInt32 partitionID ) argument
[all...]
H A DIOGUIDPartitionScheme.h125 * Scan the provider media for a GUID partition map. Returns the set
127 * the set is passed to the caller), or null should no partition map be
135 * Ask whether the given partition is used.
138 virtual bool isPartitionUsed(gpt_ent * partition);
141 * Ask whether the given partition appears to be corrupt. A partition that
142 * is corrupt will cause the failure of the GUID partition map recognition
146 virtual bool isPartitionCorrupt( gpt_ent * partition,
150 * Ask whether the given partition appears to be invalid. A partition tha
[all...]
H A DIOApplePartitionScheme.h53 UInt16 dpme_signature; /* (unique value for partition entry, 'PM') */
55 UInt32 dpme_map_entries; /* (number of partition entries) */
56 UInt32 dpme_pblock_start; /* (physical block start of partition) */
57 UInt32 dpme_pblocks; /* (physical block count of partition) */
58 char dpme_name[DPISTRLEN]; /* (name of partition) */
59 char dpme_type[DPISTRLEN]; /* (type of partition, eg. Apple_HFS) */
60 UInt32 dpme_lblock_start; /* (logical block start of partition) */
61 UInt32 dpme_lblocks; /* (logical block count of partition) */
62 UInt32 dpme_flags; /* (partition flags, see defines below) */
153 * Scan the provider media for an Apple partition ma
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpartition.c1 /* List implementation of a partition of consecutive integers.
35 #include "partition.h"
39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
42 partition
47 partition part = (partition)
61 /* Freeds a partition. */
64 partition_delete (partition part)
70 of partition PART. If ELEM1 and ELEM2 are already in the same
75 partition_union (partition par
[all...]
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h52 * created by the CD partition scheme. It identifies the session number
100 * Ask whether the given partition appears to be corrupt. A partition that
101 * is corrupt will cause the failure of the CD partition scheme altogether.
104 virtual bool isPartitionCorrupt( CDTOCDescriptor * partition,
111 * Ask whether the given partition appears to be invalid. A partition that
113 * failure of the CD partition scheme.
116 virtual bool isPartitionInvalid( CDTOCDescriptor * partition,
123 * Instantiate a new media object to represent the given partition
[all...]
H A DIOCDPartitionScheme.cpp105 IOMedia * partition; local
121 while ( (partition = (IOMedia *) partitionIterator->getNextObject()) )
123 if ( partition->attach(this) )
125 partition->registerService();
524 // Create a media object to represent this partition.
527 /* partition */ &descriptor,
576 // Determine whether the partition is corrupt (fatal).
578 if ( isPartitionCorrupt( /* partition */ track->descriptor,
587 // Determine whether the partition is invalid (skipped).
589 if ( isPartitionInvalid( /* partition */ trac
651 isPartitionInvalid( CDTOCDescriptor * partition, UInt64 partitionSize, UInt32 partitionBlockSize, CDSectorType partitionBlockType, CDTOC * toc ) argument
681 instantiateMediaObject( CDTOCDescriptor * partition, UInt64 partitionSize, UInt32 partitionBlockSize, CDSectorType partitionBlockType, CDTOC * toc ) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/ResourceCache/cf/
H A DWebResourceCacheManagerCFNet.cpp85 RetainPtr<CFStringRef> partition = partitionName(static_cast<CFStringRef>(CFArrayGetValueAtIndex(hostNames, i))); local
86 RetainPtr<CFArrayRef> partitionHostNames = adoptCF(WKCFURLCacheCopyAllHostNamesInPersistentStoreForPartition(partition.get()));
87 WKCFURLCacheDeleteHostNamesInPersistentStoreForPartition(partitionHostNames.get(), partition.get());
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dppcboot.c48 /* PPCbug partition table layout */
50 ppcboot_location_t partition_begin; /* partition begin */
51 ppcboot_location_t partition_end; /* partition end */
59 ppcboot_partition_t partition[4]; /* partition information */ member in struct:ppcboot_hdr
65 char partition_name[32]; /* partition name */
202 if (hdr.partition[0].partition_end.ind != PPC_IND)
443 long sector_begin = bfd_getl_signed_32 ((PTR) tdata->header.partition[i].sector_begin);
444 long sector_length = bfd_getl_signed_32 ((PTR) tdata->header.partition[i].sector_length);
447 if (!tdata->header.partition[
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/rep/
H A DMakefile6 newsite.html partition.html pri.html trans.html
/macosx-10.10.1/bless-103/libbless/BootRoot/
H A DBLBootRootIdentifyDevice.c45 // classify the role of a partition
48 io_service_t partition,
88 // do a topology check to make sure this partition is a leaf, its
89 // grandparent is a whole partition, the GP doesn't have an IOMedia
92 io_service_t partition,
101 isLeaf = IORegistryEntryCreateCFProperty(partition, CFSTR(kIOMediaLeafKey), kCFAllocatorDefault, 0);
109 return 0; // not failure, just not a physical partition
114 kret = IORegistryEntryGetParentEntry(partition, kIOServicePlane, &parent);
129 return 0; // not a failure, just not a physical partition
142 return 0; // not failure, just not a physical partition
91 _verifyIsPhysicalPartition(BLContextPtr context, io_service_t partition, io_service_t *parentWholeMedia, BLPartitionType *partitionType) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dreboot.h95 * adaptor (uba, mba, etc), unit number and partition number.
123 #define MAKEBOOTDEV(type, adaptor, controller, unit, partition) \
126 ((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
H A Ddisktab.h66 typedef struct partition { struct
67 int p_base; /* base sector# of partition */
68 int p_size; /* #sectors in partition */
98 char d_rootpartition; /* root partition e.g. 'a' */
99 char d_rwpartition; /* r/w partition e.g. 'b' */
H A Ddisklabel.h97 * Translate between device numbers and major/disk unit/disk partition.
185 /* filesystem and partition information: */
189 struct partition { /* the partition table */ struct in struct:disklabel
190 u_int32_t p_size; /* number of sectors in partition */
248 * per-partition information.
263 #define FS_BOOT 13 /* partition contains bootstrap */
333 * Structure used internally to retrieve information about a partition
338 struct partition *part;
348 #define DIOCGPART _IOW('d', 104, struct partinfo) /* get partition */
[all...]
/macosx-10.10.1/ruby-106/ruby/test/json/
H A Dtest_json_fixtures.rb10 passed, failed = Dir[fixtures].partition { |f| f['pass'] }
/macosx-10.10.1/libauto-186/
H A DSubzonePartition.h113 Lock(SubzonePartition &partition) : _partition(partition) { _partition.lock(); } argument
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp129 const size_type left = partition(pred_t(pred));
226 partition(Pred pred) function in class:PB_DS_CLASS_C_DEC
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dvalidator.rb110 good, gone = package.contents.partition { |file_name|
118 good, unreadable = good.partition { |file_name|
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dbuild-symbol-table-index.py61 symbol, _, location = line[:-1].partition(" ")
/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Ddkdisklabel.c175 /* filesystem and partition information: */
180 struct partition * pp = &(lp->d_partitions[index]);
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dfile_list.rb51 MUST_NOT_DEFINE = %w[to_a to_ary partition *]
324 # FileList version of partition. Needed because the nested arrays should
326 def partition(&block) # :nodoc: method
328 result = @items.partition(&block)

Completed in 330 milliseconds

123