Home
last modified time | relevance | path

Searched refs:GUID (Results 1 – 22 of 22) sorted by relevance

/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dsecurity.h29 extern const GUID *const zero_guid;
31 extern BOOL ntfs_guid_is_zero(const GUID *guid);
32 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
53 extern void ntfs_generate_guid(GUID *guid);
H A Dlayout.h1271 } __attribute__((__packed__)) GUID; typedef
1297 GUID birth_volume_id;
1298 GUID birth_object_id;
1299 GUID domain_id;
1317 GUID object_id; /* Unique id assigned to the
1328 GUID birth_volume_id; /* Unique id of volume on which
1330 GUID birth_object_id; /* Unique id of file when it was
1332 GUID domain_id; /* Reserved, zero. */
1842 /* 12*/ GUID object_type;
1843 /* 28*/ GUID inherited_object_type;
[all …]
H A Dvolume.h162 GUID guid; /* The volume guid if present (otherwise it is
/onnv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dsecurity.c47 static const GUID __zero_guid = { { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0 } } };
48 const GUID *const zero_guid = &__zero_guid;
57 BOOL ntfs_guid_is_zero(const GUID *guid) in ntfs_guid_is_zero()
78 char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str) in ntfs_guid_to_mbs()
259 void ntfs_generate_guid(GUID *guid) in ntfs_generate_guid()
264 for (i = 0; i < sizeof(GUID); i++) { in ntfs_generate_guid()
/onnv-gate/usr/src/cmd/lms/heci/
H A Dheci.h48 } GUID; typedef
57 HECI(const GUID guid, bool verbose = true) :
77 GUID _guid;
H A DHECI_if.h70 const GUID HECI_PTHI = {0x12f80028, 0xb4b7, 0x4b2d, {0xac, 0xa8, 0x46, 0xe0, 0xff, 0x65, 0x81, 0x4…
74 const GUID FW_UPDATE_GUID = {0x309dcde8, 0xccb1, 0x4062, {0x8f, 0x78, 0x60, 0x1, 0x15, 0xa3, 0x43, …
76 const GUID WD_GUID = {0x05B79A6F, 0x4628, 0x4D7F, {0x89, 0x9D, 0xA9, 0x15, 0x14, 0xCB, 0x32, 0xA…
H A DHECIUnix.h39 HECILinux(const GUID guid, bool verbose = false);
H A DHECIUnix.cpp85 HECILinux::HECILinux(const GUID guid, bool verbose) : in HECILinux()
/onnv-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh35 GUID=
485 g) GUID="-g";;
664 $STMSBOOTUTIL $GUID -l $controller
666 $STMSBOOTUTIL $GUID -L
/onnv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl30 struct GUID {
249 CASE(0) struct GUID type;
253 CASE(0) struct GUID inherited_type;
/onnv-gate/usr/src/cmd/lms/
H A DLMEConnection.h360 static const GUID _guid;
390 static const GUID _guidCompat;
H A DLMEConnectionCompat.cpp47 const GUID LMEConnection::_guidCompat = {0x3d98d9b7, 0x1ce8, 0x4252, {0xb3, 0x37, 0x2e, 0xff, 0x10,…
H A DLMEConnection.cpp50 const GUID LMEConnection::_guid = {0x6733a4db, 0x0476, 0x4e7b, {0xb3, 0xaf, 0xbc, 0xfc, 0x29, 0xbe,…
/onnv-gate/usr/src/lib/libparted/
H A DAUTHORS.txt53 * major surgery on GUID Partition Table (GPT) support (disk_gpt.[ch])
127 * GUID Partition Table (GPT) support (disk_gpt.[ch],
/onnv-gate/usr/src/cmd/parted/
H A DAUTHORS.txt53 * major surgery on GUID Partition Table (GPT) support (disk_gpt.[ch])
127 * GUID Partition Table (GPT) support (disk_gpt.[ch],
/onnv-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsm_attr.h771 ib_guid_t GUID; /* Port GUID hosting the SM */ member
781 ib_guid_t GUID; /* Port GUID hosting the SM */ member
/onnv-gate/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c823 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero( in ntfs_dump_attr_object_id()
832 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero( in ntfs_dump_attr_object_id()
841 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero( in ntfs_dump_attr_object_id()
H A Dmkntfs.c1719 static int add_attr_object_id(MFT_RECORD *m, const GUID *object_id) in add_attr_object_id()
2963 static int index_obj_id_insert(MFT_RECORD *m, const GUID *guid, in index_obj_id_insert()
2977 data_ofs = (sizeof(INDEX_ENTRY_HEADER) + sizeof(GUID) + 7) & ~7; in index_obj_id_insert()
2985 idx_entry_new->key_length = cpu_to_le16(sizeof(GUID)); in index_obj_id_insert()
3873 VOLUME_FLAGS fl, const GUID *volume_guid in create_file_volume()
/onnv-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h1107 uint8_t GUID[24]; /* 08h */ member
/onnv-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c121 #define GUID "GUID" macro
1283 if (strcasecmp(prop, GUID) == 0) { in convertCharToPropId()
/onnv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_cnfg.h1405 U8 GUID[24]; /* 0x08 */ member
/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v61075 GUID:IAID binding, which doesn't exist outside an IA. We must