Searched refs:storage (Results 101 - 125 of 406) sorted by relevance

1234567891011>>

/macosx-10.9.5/IOKitUser-907.100.13/pwr_mgt.subproj/
H A DIOPMLib.c431 SCDynamicStoreRef storage = NULL; local
438 storage = SCDynamicStoreCreate(
444 if (!storage || !gtDetailedKey) {
447 gtDetailed = isA_CFDictionary(SCDynamicStoreCopyValue(storage, gtDetailedKey));
450 if (storage) CFRelease(storage);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Storage/
H A DStorageAreaMap.cpp228 // We have not yet loaded anything from this storage map.
232 // Check if this storage area is currently waiting for the storage manager to update the given key.
233 // If that is the case, we don't want to apply any changes made by other storage areas, since
287 // This storage event originates from another process so we need to apply the change to our storage area map.
306 // Namespace IDs for session storage namespaces are equivalent to web page IDs
320 Storage* storage = document->domWindow()->optionalSessionStorage(); local
321 if (!storage)
324 StorageAreaImpl& storageArea = static_cast<StorageAreaImpl&>(storage
350 Storage* storage = document->domWindow()->optionalLocalStorage(); local
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DAutoCast.pm17 $schema->storage->auto_cast(1);
71 $schema->storage->auto_cast(1);
H A DInformix.pm47 This class implements storage-specific support for Informix
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DODBC.pm18 Code stolen from the L<DBIx::Class> ODBC storage.
29 # stolen from DBIC ODBC storage
30 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDMedia.cpp24 #include <IOKit/storage/IOBDBlockStorageDriver.h>
25 #include <IOKit/storage/IOBDMedia.h>
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMedia.h133 #include <IOKit/storage/IODVDBlockStorageDriver.h>
134 #include <IOKit/storage/IOMedia.h>
H A DIODVDBlockStorageDevice.cpp23 #include <IOKit/storage/IODVDBlockStorageDevice.h>
/macosx-10.9.5/IOStorageFamily-172/
H A DIOFilterScheme.h50 #include <IOKit/storage/IOMedia.h>
51 #include <IOKit/storage/IOStorage.h>
147 * Read data from the storage object at the specified byte offset into the
182 * Write data into the storage object at the specified byte offset from the
217 * Flush the cached data in the storage object, if any, synchronously.
229 * Delete unused data from the storage object at the specified byte offsets,
250 * Lock the contents of the storage object against relocation temporarily,
264 * to a physical storage object. This call should only be made within the
270 * relative to the physical storage object, on success.
273 * transferred, relative to the physical storage objec
[all...]
H A DIOPartitionScheme.h78 #include <IOKit/storage/IOMedia.h>
79 #include <IOKit/storage/IOStorage.h>
225 * Read data from the storage object at the specified byte offset into the
260 * Write data into the storage object at the specified byte offset from the
295 * Flush the cached data in the storage object, if any, synchronously.
307 * Delete unused data from the storage object at the specified byte offsets,
328 * Lock the contents of the storage object against relocation temporarily,
342 * to a physical storage object. This call should only be made within the
348 * relative to the physical storage object, on success.
351 * transferred, relative to the physical storage objec
[all...]
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Dnb_name.c91 void convertToNetBIOSaddr(struct sockaddr_storage *storage, const char *name) argument
93 struct sockaddr *peer = (struct sockaddr *)storage;
/macosx-10.9.5/swig-10/Source/Modules/
H A Dclisp.cxx148 String *storage = Getattr(n, "storage"); local
149 if (!extern_all_flag && (!storage || (Strcmp(storage, "extern") && Strcmp(storage, "externc"))))
219 String *storage = Getattr(n, "storage"); local
221 if (!extern_all_flag && (!storage || (Strcmp(storage, "extern") && Strcmp(storage, "extern
[all...]
/macosx-10.9.5/system_cmds-597.90.1/sar.tproj/
H A Dsar.h23 #include <IOKit/storage/IOBlockStorageDriver.h>
24 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sar.tproj/
H A Dsar.h23 #include <IOKit/storage/IOBlockStorageDriver.h>
24 #include <IOKit/storage/IOMedia.h>
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DDB.pm25 sub storage { shift->schema_instance(@_)->storage; } subroutine
43 =head2 storage
45 Sets or gets the storage backend. Defaults to L<DBIx::Class::Storage::DBI>.
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DMSSQL.pm13 .', as this storage class has been deprecated in favor of the autodetected'
24 DBIx::Class::Storage::DBI::Sybase::MSSQL - (DEPRECATED) Legacy storage class for MSSQL via DBD::Sybase
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DMSSQL.pm40 my $dbh = $self->schema->storage->dbh;
57 my $dbh = $self->schema->storage->dbh;
82 my $dbh = $self->schema->storage->dbh;
105 my $dbh = $self->schema->storage->dbh;
H A DOracle.pm41 my $dbh = $self->schema->storage->dbh;
61 my $dbh = $self->schema->storage->dbh;
82 my $dbh = $self->schema->storage->dbh;
135 my $dbh = $self->schema->storage->dbh;
H A DSQLite.pm48 $schema->storage->disconnect if $schema->storage;
60 my $dbh = $self->schema->storage->dbh;
188 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DMSSQL.pm40 my $dbh = $self->schema->storage->dbh;
57 my $dbh = $self->schema->storage->dbh;
82 my $dbh = $self->schema->storage->dbh;
105 my $dbh = $self->schema->storage->dbh;
H A DOracle.pm41 my $dbh = $self->schema->storage->dbh;
61 my $dbh = $self->schema->storage->dbh;
82 my $dbh = $self->schema->storage->dbh;
135 my $dbh = $self->schema->storage->dbh;
H A DSQLite.pm48 $schema->storage->disconnect if $schema->storage;
60 my $dbh = $self->schema->storage->dbh;
188 my $dbh = $self->schema->storage->dbh;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLBodyElement.h63 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(storage);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMStorageAgent.cpp155 String InspectorDOMStorageAgent::storageId(Storage* storage) argument
157 ASSERT(storage);
158 Document* document = storage->frame()->document();
163 bool isLocalStorage = window->optionalLocalStorage() == storage;
/macosx-10.9.5/bless-98/libbless/RAID/
H A DBLGetRAIDBootDataForDevice.c50 #include <IOKit/storage/RAID/AppleRAIDUserLib.h>

Completed in 571 milliseconds

1234567891011>>