HomeSort by relevance Sort by last modified time
    Searched refs:GUID (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
security.h 29 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);
layout.h     [all...]
volume.h 162 GUID guid; /* The volume guid if present (otherwise it is member in struct:_ntfs_volume
163 a NULL guid). */
  /onnv/onnv-gate/usr/src/cmd/lms/heci/
heci.h 43 typedef struct guid { struct
48 } GUID;
57 HECI(const GUID guid, bool verbose = true) :
63 memcpy(&_guid, &guid, sizeof(_guid));
77 GUID _guid;
HECI_if.h 70 const GUID HECI_PTHI = {0x12f80028, 0xb4b7, 0x4b2d, {0xac, 0xa8, 0x46, 0xe0, 0xff, 0x65, 0x81, 0x4c}};
72 // Define GUID used to connect to the FWUpdate client (via the HECI device)
74 const GUID FW_UPDATE_GUID = {0x309dcde8, 0xccb1, 0x4062, {0x8f, 0x78, 0x60, 0x1, 0x15, 0xa3, 0x43, 0x27}};
76 const GUID WD_GUID = {0x05B79A6F, 0x4628, 0x4D7F, {0x89, 0x9D, 0xA9, 0x15, 0x14, 0xCB, 0x32, 0xAB}};
HECIUnix.h 39 HECILinux(const GUID guid, bool verbose = false);
HECIUnix.cpp 85 HECILinux::HECILinux(const GUID guid, bool verbose) :
86 HECI(guid, verbose),
155 fprintf(stdout, "Size of guid = %lu\n", (unsigned long)sizeof(_guid));
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
security.c 45 * The zero GUID.
47 static const GUID __zero_guid = { { 0, 0, 0, { 0, 0, 0, 0, 0, 0, 0, 0 } } };
48 const GUID *const zero_guid = &__zero_guid;
51 * ntfs_guid_is_zero - check if a GUID is zero
52 * @guid: [IN] guid to check
54 * Return TRUE if @guid is a valid pointer to a GUID and it is the zero GUID
57 BOOL ntfs_guid_is_zero(const GUID *guid
    [all...]
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
target.h 194 #define SUN_INQUIRY_ID_TYPE(GUID) \
195 (((naa_16_t *)(GUID))->n_naa == SUN_NAA_16_TYPE ? \
  /onnv/onnv-gate/usr/src/cmd/stmsboot/
stmsboot.sh 36 GUID=
476 g) GUID="-g";;
657 $STMSBOOTUTIL $GUID -l $controller
659 $STMSBOOTUTIL $GUID -L
  /onnv/onnv-gate/usr/src/cmd/lms/
LMEConnection.h 360 static const GUID _guid;
390 static const GUID _guidCompat;
LMEConnectionCompat.cpp 47 const GUID LMEConnection::_guidCompat = {0x3d98d9b7, 0x1ce8, 0x4252, {0xb3, 0x37, 0x2e, 0xff, 0x10, 0x6e, 0xf2, 0x9f}};
LMEConnection.cpp 50 const GUID LMEConnection::_guid = {0x6733a4db, 0x0476, 0x4e7b, {0xb3, 0xaf, 0xbc, 0xfc, 0x29, 0xbe, 0xe7, 0xa7}};
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/mgt/
sm_attr.h 158 ib_guid_t SYSTEMIMAGEGUID; /* generator's SysImage GUID */
299 ib_guid_t SystemImageGUID; /* GUID associating this node */
302 ib_guid_t NodeGUID; /* GUID of the node itself */
303 ib_guid_t PortGUID; /* GUID of this port */
318 ib_guid_t SystemImageGUID; /* GUID associating this node */
321 ib_guid_t NodeGUID; /* GUID of the node itself */
322 ib_guid_t PortGUID; /* GUID of this port */
403 /* defines that go with guid info */
771 ib_guid_t GUID; /* Port GUID hosting the SM *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfsinfo.c 823 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero(
832 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero(
841 if ((value_length > sizeof(GUID)) && !ntfs_guid_is_zero(
    [all...]
mkntfs.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/stmfadm/
stmfadm.c 79 static int printExtLuProps(stmfGuid *guid);
80 static void printGuid(stmfGuid *guid, FILE *printWhere);
119 #define GUID "GUID"
148 " guid - 32 ascii hex characters in NAA format \n" \
149 " host-id - host identifier to be used for GUID generation \n" \
599 unsigned int guid[sizeof (stmfGuid)]; local
662 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4], &guid[5]
954 unsigned int guid[sizeof (stmfGuid)]; local
2663 unsigned int guid[sizeof (stmfGuid)]; local
2817 unsigned int guid[sizeof (stmfGuid)]; local
3197 unsigned int guid[sizeof (stmfGuid)]; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/mpt/
mpi_cnfg.h     [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
mpi2_cnfg.h     [all...]

Completed in 840 milliseconds