Searched refs:StorageType (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/lib/cmlib/ |
H A D | cmvalue.c | 210 IN HSTORAGE_TYPE StorageType, in CmpAddValueToList() argument 292 IN HSTORAGE_TYPE StorageType, in CmpSetValueDataNew() argument 304 *DataCell = HvAllocateCell(Hive, DataSize, StorageType, HCELL_NIL); in CmpSetValueDataNew() 379 IN HSTORAGE_TYPE StorageType) in CmpCopyCell() argument 395 StorageType, in CmpCopyCell() 420 IN HSTORAGE_TYPE StorageType) in CmpCopyValue() argument 439 StorageType); in CmpCopyValue() 496 StorageType); in CmpCopyValue() 525 IN HSTORAGE_TYPE StorageType) in CmpCopyKeyValueList() argument 552 StorageType); in CmpCopyKeyValueList() [all …]
|
H A D | cmlib.h | 806 IN HSTORAGE_TYPE StorageType, 817 IN HSTORAGE_TYPE StorageType, 869 IN HSTORAGE_TYPE StorageType
|
/reactos/ntoskrnl/config/ |
H A D | cmapi.c | 153 IN ULONG StorageType, in CmpSetValueKeyNew() argument 176 StorageType, in CmpSetValueKeyNew() 225 StorageType, in CmpSetValueKeyNew() 253 StorageType, in CmpSetValueKeyNew() 276 IN ULONG StorageType, in CmpSetValueKeyExisting() argument 2478 StorageType, in CmpDeepCopyKeyInternal() 2492 StorageType); in CmpDeepCopyKeyInternal() 2542 StorageType); in CmpDeepCopyKeyInternal() 2557 StorageType); in CmpDeepCopyKeyInternal() 2635 IN HSTORAGE_TYPE StorageType, in CmpDeepCopyKey() argument [all …]
|
H A D | cmparse.c | 221 ULONG StorageType; in CmpDoCreateChild() local 226 StorageType = Stable; in CmpDoCreateChild() 227 if (ParseContext->CreateOptions & REG_OPTION_VOLATILE) StorageType = Volatile; in CmpDoCreateChild() 233 StorageType, in CmpDoCreateChild() 261 StorageType, in CmpDoCreateChild()
|
/reactos/sdk/include/xdk/ |
H A D | ntifs.template.h | 1474 FILE_STORAGE_TYPE StorageType; member 1496 FILE_STORAGE_TYPE StorageType; member 1508 FILE_STORAGE_TYPE StorageType; member
|
/reactos/ntoskrnl/include/internal/ |
H A D | cm.h | 1350 IN HSTORAGE_TYPE StorageType 1359 IN HSTORAGE_TYPE StorageType,
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 3945 RX_FILE_TYPE StorageType = FileTypeNotYetKnown; local 3968 StorageType = FileTypeDirectory; 3970 StorageType = FileTypeFile; 3972 RxFinishFcbInitialization(Fcb, RDBSS_STORAGE_NTC(StorageType),
|