Lines Matching defs:guid

451  * sort on guid
461 if (g1->guid[i] > g2->guid[i])
463 if (g1->guid[i] < g2->guid[i])
740 * lu - guid of the logical unit to which the view entry is added
1053 * luGuid - If non-NULL, on success, contains the guid of the created logical
1129 stmfGuid guid;
1307 * on success, copy the resulting guid into the caller's guid if not
1311 bcopy(sbdLu->slu_guid, createdGuid->guid,
1315 bcopy(sbdLu->slu_guid, guid.guid, sizeof (sbdLu->slu_guid));
1317 ret = addGuidToDiskStore(&guid, disk->luMetaFileName);
1319 ret = addGuidToDiskStore(&guid, disk->luDataFileName);
1336 * luGuid - If non-NULL, on success, contains the guid of the imported logical
1360 * createdGuid - if not NULL, on success contains the imported guid
1421 bcopy(sbdLu->ilu_ret_guid, createdGuid->guid,
1452 * on success, copy the resulting guid into the caller's guid if not
1456 bcopy(sbdLu->ilu_ret_guid, createdGuid->guid,
1460 bcopy(sbdLu->ilu_ret_guid, iGuid.guid,
1552 * luGuid - If non-NULL, on success, contains the guid of the created logical
1643 * luGuid - guid of registered logical unit
1726 * luGuid - guid of registered logical unit
1974 removeGuidFromDiskStore(stmfGuid *guid)
1976 return (persistDiskGuid(guid, NULL, B_FALSE));
1986 addGuidToDiskStore(stmfGuid *guid, char *filename)
1988 return (persistDiskGuid(guid, filename, B_TRUE));
1995 * Purpose: Persist or unpersist a guid for the sbd provider data
1999 persistDiskGuid(stmfGuid *guid, char *filename, boolean_t persist)
2011 /* if we're persisting a guid, there must be a filename */
2016 /* guid is stored in lowercase ascii hex */
2020 guid->guid[0], guid->guid[1], guid->guid[2], guid->guid[3],
2021 guid->guid[4], guid->guid[5], guid->guid[6], guid->guid[7],
2022 guid->guid[8], guid->guid[9], guid->guid[10], guid->guid[11],
2023 guid->guid[12], guid->guid[13], guid->guid[14], guid->guid[15]);
2178 * luGuid - guid of disk device for which properties are to be retrieved
2275 /* copy guid */
2865 unsigned int guid[LU_GUID_SIZE];
2954 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4],
2955 &guid[5], &guid[6], &guid[7], &guid[8], &guid[9],
2956 &guid[10], &guid[11], &guid[12], &guid[13],
2957 &guid[14], &guid[15]);
2959 diskLu->luGuid[i] = guid[i];
4546 bcopy(&fLuList[i].lu_guid, (*luList)->guid[i].guid,
4553 qsort((void *)&((*luList)->guid[0]), (*luList)->cnt,
4570 * lu - guid of the logical unit for which to retrieve properties
4572 * it contains the logical unit properties for the specified guid.
4735 * lu - the guid of the logical unit for which to retrieve the view entry list
5024 /* Get the guid list */
5052 * We have the guid list, now get the corresponding
5053 * view entries for each guid
5056 ret = psGetViewEntryList(&guidList->guid[i], &viewEntryList);
5081 ret = addViewEntryIoctl(fd, &guidList->guid[i],
5331 stmfRet = stmfGetLuResource(&luList->guid[i], &hdl);
5345 (void) stmfDeleteLu(&luList->guid[i]);
5860 * lu - guid of the logical unit to offline
5927 * lu - guid of the logical unit to online
6110 * lu - guid of lu for which view entry is being removed