Searched refs:GUID (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c3562 < sizeof(GUID))) {
H A Dwin32_io.c49 DWORD data1; /* The first eight hexadecimal digits of the GUID. */
55 } GUID; typedef in typeref:struct:__anon141
H A Dsecurity.c152 * The zero GUID.
155 static const GUID __zero_guid = { const_cpu_to_le32(0), const_cpu_to_le16(0),
157 static const GUID *const zero_guid = &__zero_guid;
160 * ntfs_guid_is_zero - check if a GUID is zero
163 * Return TRUE if @guid is a valid pointer to a GUID and it is the zero GUID
166 BOOL ntfs_guid_is_zero(const GUID *guid)
172 * ntfs_guid_to_mbs - convert a GUID to a multi byte string
174 * @guid_str: [OUT] string in which to return the GUID (optional)
176 * Convert the GUID pointe
[all...]
H A Dreparse.c484 IO_REPARSE_TAG_IS_MICROSOFT) ? 0 : sizeof(GUID))) == size);
H A Dobject_id.c114 GUID guid;
120 GUID birth_volume_id;
121 GUID birth_object_id;
122 GUID domain_id;
165 memcpy(&indx.key.object_id,object_id,sizeof(GUID));
169 &object_id->birth_volume_id,sizeof(GUID));
171 &object_id->birth_object_id,sizeof(GUID));
173 &object_id->domain_id,sizeof(GUID));
235 memcpy(&key.object_id,objectid_attr,sizeof(GUID));
245 sizeof(GUID));
[all...]
H A Dlayout.h1145 * struct GUID - GUID structures store globally unique identifiers (GUID).
1147 * A GUID is a 128-bit value consisting of one group of eight hexadecimal
1153 * Example of a GUID:
1157 le32 data1; /* The first eight hexadecimal digits of the GUID. */
1163 } __attribute__((__packed__)) GUID; typedef in typeref:struct:__anon43
1183 GUID birth_volume_id;
1184 GUID birth_object_id;
1185 GUID domain_i
[all...]
H A Dsecurity.h211 extern BOOL ntfs_guid_is_zero(const GUID *guid);
212 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
217 extern void ntfs_generate_guid(GUID *guid);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1788 * Note we insert only a basic object id which only has the GUID and none of
1794 static int add_attr_object_id(MFT_RECORD *m, const GUID *object_id)
3071 static int index_obj_id_insert(MFT_RECORD *m, const GUID *guid,
3083 * the GUID, followed by the index data, i.e. OBJ_ID_INDEX_DATA.
3085 data_ofs = (sizeof(INDEX_ENTRY_HEADER) + sizeof(GUID) + 7) & ~7;
3093 idx_entry_new->key_length = cpu_to_le16(sizeof(GUID));
3971 VOLUME_FLAGS fl, const GUID *volume_guid)
4077 GUID vol_guid;
4429 * set to zero then we set the GUID to zero as well. This options is
4433 /* Generate a GUID fo
[all...]
/haiku/src/kits/media/
H A DMediaFormats.cpp269 operator==(const GUID& a, const GUID& b)
276 operator<(const GUID& a, const GUID& b)
/haiku/headers/os/media/
H A DMediaFormats.h106 } GUID; typedef in typeref:struct:__anon470
137 GUID guid;
277 bool operator==(const GUID& a, const GUID& b);
279 bool operator<(const GUID& a, const GUID& b);

Completed in 114 milliseconds