Searched refs:media (Results 1 - 25 of 119) sorted by relevance

12345

/macosx-10.10.1/cups-408/cups/data/
H A Dmedia.defs2 * "$Id: media.defs 343 2007-07-13 19:52:48Z mike $"
4 * Adobe standard media size definitions for the CUPS PPD file compiler.
16 #media "3x5/3 x 5" 216 360
17 #media "3.5x5/3.5 x 5" 252 360
18 #media "5x7/5 x 7" 360 504
19 #media "10x11/10 x 11" 720 792
20 #media "10x13/10 x 13" 720 936
21 #media "10x14/10 x 14" 720 1008
22 #media "12x11/12 x 11" 864 792
23 #media "1
[all...]
/macosx-10.10.1/hfs-285/mount_hfs/
H A Doptical.c36 __io_media_copy_whole_media(io_service_t media) argument
41 IOObjectRetain(media);
43 while (media) {
44 if (IOObjectConformsTo(media, kIOMediaClass)) {
45 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaWholeKey), kCFAllocatorDefault, 0);
53 IORegistryEntryGetParentEntry(media, kIOServicePlane, &parent);
54 IOObjectRelease(media);
55 media = parent;
58 return media;
71 __io_media_is_writable(io_service_t media) argument
128 io_service_t media; local
[all...]
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test26 # Regular expression for PWG media size names (eek!)
53 EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$MEDIA_REGEX"
54 EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
55 EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
67 # Optional media-col support
68 EXPECT ?media-col-default OF-TYPE collection IN-GROUP printer-attributes-tag COUNT 1
69 EXPECT ?media-col-ready OF-TYPE collection IN-GROUP printer-attributes-tag
70 EXPECT ?media-col-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
71 EXPECT media-col-supported WITH-VALUE media
[all...]
H A Dget-jobs.test34 job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets,job-media-sheets-completed,job-impressions,job-impressions-completed
46 DISPLAY job-media-sheets
47 DISPLAY job-media-sheets-completed
H A Dget-completed-jobs.test35 job-id,job-uri,job-state,job-state-reasons,job-name,job-originating-user-name,job-media-sheets-completed
45 DISPLAY job-media-sheets-completed
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Duuid.c31 io_service_t media; local
42 media = IOServiceGetMatchingService( kIOMasterPortDefault, matching );
43 if ( media ) {
44 devname_string = IORegistryEntryCreateCFProperty( media, CFSTR( kIOBSDNameKey ), kCFAllocatorDefault, 0 );
57 IOObjectRelease( media );
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp38 // o the al_offset value is relative to the media container
78 // Determine whether the provider media contains an Apple label scheme.
89 // Scan the provider media for an Apple label scheme.
99 // Publish the new media object which represents our content.
110 // Attach and register the new media object representing our content.
124 // Clean up after the media object we published before terminating.
131 // Detach the media objects we previously attached to the device tree.
141 // Scan the provider media for an Apple label scheme.
152 IOMedia * media = getProvider(); local
153 UInt64 mediaBlockSize = media
309 IOMedia * media = getProvider(); local
352 IOMedia * media = getProvider(); local
[all...]
H A DIOApplePartitionScheme.cpp38 // o for media without a driver map:
40 // o for media with a driver map:
48 // o the dpme_pblock_start block value is relative to the media container
88 // Determine whether the provider media contains an Apple partition map.
99 // Scan the provider media for an Apple partition map.
109 // Publish the new media objects which represent our partitions.
123 // Attach and register the new media objects representing our partitions.
146 // Clean up after the media objects we published before terminating.
156 // Detach the media objects we previously attached to the device tree.
176 // Request that the provider media b
229 IOMedia * media = getProvider(); local
454 IOMedia * media = getProvider(); local
485 IOMedia * media = getProvider(); local
593 attachMediaObjectToDeviceTree(IOMedia * media) argument
602 detachMediaObjectFromDeviceTree(IOMedia * media) argument
[all...]
H A DIOFDiskPartitionScheme.cpp87 // Determine whether the provider media contains an FDisk partition map.
98 // Scan the provider media for an FDisk partition map.
118 // Publish the new media objects which represent our partitions.
132 // Attach and register the new media objects representing our partitions.
155 // Clean up after the media objects we published before terminating.
165 // Detach the media objects we previously attached to the device tree.
185 // Request that the provider media be re-scanned for partitions.
192 // Scan the provider media for partitions.
221 // Scan the provider media for an FDisk partition map. Returns the set
222 // of media object
235 IOMedia * media = getProvider(); local
425 IOMedia * media = getProvider(); local
457 IOMedia * media = getProvider(); local
559 attachMediaObjectToDeviceTree(IOMedia * media) argument
568 detachMediaObjectFromDeviceTree(IOMedia * media) argument
[all...]
H A DIOMediaBSDClient.cpp64 #define kMsgNoWhole "%s: No whole media found for media \"%s\".\n", getName()
65 #define kMsgNoLocation "%s: No location is found for media \"%s\".\n", getName()
171 IOMediaBSDClient * client; // (minor's media bsd client object)
172 IOMedia * media; // (minor's media object) member in struct:MinorSlot
208 UInt32 insert( IOMedia * media,
213 UInt32 update( IOMedia * media,
218 UInt32 locate(IOMedia * media);
323 IOMedia * media local
398 getWholeMedia( IOMedia * media, UInt32 * slicePathSize, char * slicePath ) argument
490 createNodes(IOMedia * media) argument
768 _IOMediaBSDClientGetThrottleMask(IOMedia * media) argument
907 IOMedia * media; local
1056 IOMedia * media; local
2207 IOStorage * media; local
[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.
128 // Publish the new media objects which represent our partitions.
142 // Attach and register the new media objects representing our partitions.
165 // Clean up after the media objects we published before terminating.
175 // Detach the media objects we previously attached to the device tree.
195 // Request that the provider media be re-scanned for partitions.
202 // Scan the provider media for partitions.
231 // Scan the provider media for a GUID partition map. Returns the set
232 // of media object
251 IOMedia * media = getProvider(); local
487 IOMedia * media = getProvider(); local
521 IOMedia * media = getProvider(); local
610 attachMediaObjectToDeviceTree(IOMedia * media) argument
619 detachMediaObjectFromDeviceTree(IOMedia * media) argument
[all...]
H A DIOMediaBSDClient.h43 UInt64 _IOMediaBSDClientGetThrottleMask(IOMedia * media);
69 * Find the whole media that roots the given media tree.
72 virtual IOMedia * getWholeMedia( IOMedia * media,
77 * Create bdevsw and cdevsw nodes for the given media object.
80 virtual bool createNodes(IOMedia * media);
H A DIOPartitionScheme.h50 * offset of the partition relative to the provider media.
104 * all reads and writes through to the provider media unprocessed. For simple
189 * Attach the given media object to the device tree plane.
193 virtual bool attachMediaObjectToDeviceTree(IOMedia * media);
195 virtual bool attachMediaObjectToDeviceTree(IOMedia * media,
200 * Detach the given media object from the device tree plane.
204 virtual void detachMediaObjectFromDeviceTree(IOMedia * media);
206 virtual void detachMediaObjectFromDeviceTree(IOMedia * media,
244 * read through to the provider media. More complex partition schemes such
279 * write through to the provider media
[all...]
/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp59 #define kMediaMatchKey "media-match"
61 #define kBootUUIDMediaKey "boot-uuid-media"
130 AppleFileSystemDriver::readHFSUUID(IOMedia *media, void **uuidPtr) argument
148 mediaBlockSize = media->getPreferredBlockSize();
159 // Open the media with read access.
161 mediaIsOpen = media->open(media, 0, kIOStorageAccessReader);
166 status = media->read(media, bufferReadAt, buffer);
196 status = media
237 IOMedia * media; local
[all...]
H A DAppleFileSystemDriver.h60 static IOReturn readHFSUUID(IOMedia *media, void **uuidPtr);
/macosx-10.10.1/bless-103/libbless/HFS/
H A DBLSetOFLabelForDevice.c147 MKMediaRef media; local
151 media = MKMediaCreateWithPath(kCFAllocatorDefault, device, NULL, &i32);
152 if (!media) {
157 i32 = MKReadHFSMDBVHB(media, &hfsType, &vh, NULL, NULL);
159 CFRelease(media);
164 CFRelease(media);
167 CFRelease(media);
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_maker_xml-stylesheet.rb12 media = 'printer'
21 xss.media = media
34 assert_equal(media, xss.media)
H A Dtest_xml-stylesheet.rb14 {:media => "print", :title => "FOO"},
30 :title => "sample", :media => "printer",
35 :media => "printer", :charset => "UTF-8",
60 [{:media => "print", :title => "FOO"},],
69 :title => "sample", :media => "printer",
74 :media => "printer", :charset => "UTF-8",
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDADisk.c268 io_service_t media; local
270 media = IO_OBJECT_NULL;
276 media = IOServiceGetMatchingService( kIOMasterPortDefault, IOBSDNameMatching( kIOMasterPortDefault, 0, disk->_device ) );
280 return media;
287 io_service_t media; local
289 media = DADiskCopyIOMedia( disk );
291 while ( media )
295 if ( IOObjectConformsTo( media, kIOMediaClass ) )
299 whole = IORegistryEntryCreateCFProperty( media, CFSTR( kIOMediaWholeKey ), CFGetAllocator( disk ), 0 );
305 disk = DADiskCreateFromIOMedia( CFGetAllocator( disk ), disk->_session, media );
[all...]
/macosx-10.10.1/pdisk-9/
H A Dmakefile70 media.c \
71 media.h \
93 media.o \
183 deblock_media.h: media.h
186 file_media.h: media.h
187 partition_map.h: dpme.h media.h
188 pathname.h: media.h
199 media.o: media.c media
[all...]
H A Dmedia.h2 * media.h -
35 * A media object has the following visible attributes:
47 * XXX Should really split public media interface from "protected" interface.
59 /* those whose use media objects need just the pointer type */
60 typedef struct media *MEDIA;
62 /* those who define media objects need the struct and internal routine types */
68 struct media { struct
69 long kind; /* kind of media - SCSI, IDE, etc. */
76 /* specific media kinds will add extra info */
79 /* those whose use media objec
[all...]
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDBlockStorageDriver.cpp42 /* Accept a new piece of media, doing whatever's necessary to make it
112 IOMedia *media = NULL; local
118 media = IOBlockStorageDriver::instantiateMediaObject(
121 if (media) {
141 media->setProperty(kIOBDMediaTypeKey, description);
154 media->setProperty(kIOMediaIconKey, dictionary);
168 return media;
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.cpp81 // Determine whether the provider media contains CD partitions.
92 // Scan the provider media for CD partitions.
102 // Publish the new media objects which represent our partitions.
116 // Attach and register the new media objects representing our partitions.
137 // Scan the provider media for CD partitions (in TOC). Returns the set
138 // of media objects representing each of the partitions (the retain for
165 IOCDMedia * media = getProvider(); local
166 UInt64 mediaBlockSize = media->getPreferredBlockSize();
183 // Determine whether this media is formatted.
185 if ( media
664 IOMedia * media = getProvider(); local
692 IOMedia * media = getProvider(); local
[all...]
/macosx-10.10.1/bless-103/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForLegacyDevice.c188 contextprintf(context, kBLLogLevelError, "Can't determine legacy media type for %s\n", bsdName);
222 io_service_t service = IO_OBJECT_NULL, media; local
231 media = IOServiceGetMatchingService(masterPort,
234 if(media == IO_OBJECT_NULL) {
240 protocolCharacteristics = IORegistryEntrySearchCFProperty(media,
269 kret = IORegistryEntryCreateIterator (media, kIOServicePlane,
275 IOObjectRelease(media);
279 IOObjectRelease(media);
H A DBLCreateEFIXMLRepresentationForPath.c191 // first look up the media object, then create a
200 io_service_t media = IO_OBJECT_NULL, checkMedia = IO_OBJECT_NULL; local
213 media = IOServiceGetMatchingService(masterPort,
217 if(media == IO_OBJECT_NULL) {
223 uuid = IORegistryEntryCreateCFProperty(media, CFSTR(kIOMediaUUIDKey),
239 media);
276 kret = IORegistryEntryGetPath(media, kIODeviceTreePlane,path);
336 || !IOObjectIsEqualTo(media, checkMedia)) {
341 IOObjectRelease(media);
349 IOObjectRelease(media);
[all...]

Completed in 215 milliseconds

12345