Lines Matching defs:guid

623  * sort on guid
633 if (g1->guid[i] > g2->guid[i])
635 if (g1->guid[i] < g2->guid[i])
960 bcopy(&lu->guid, &ioctlViewEntry->ve_guid,
1149 * lu - guid of the logical unit to which the view entry is added
1275 * lu - guid of the logical unit to which the view entry is added
1588 * luGuid - If non-NULL, on success, contains the guid of the created logical
1664 stmfGuid guid;
1851 * on success, copy the resulting guid into the caller's guid if not
1855 bcopy(sbdLu->slu_guid, createdGuid->guid,
1859 bcopy(sbdLu->slu_guid, guid.guid, sizeof (sbdLu->slu_guid));
1861 ret = addGuidToDiskStore(&guid, disk->luMetaFileName);
1863 ret = addGuidToDiskStore(&guid, disk->luDataFileName);
1880 * luGuid - If non-NULL, on success, contains the guid of the imported logical
1904 * createdGuid - if not NULL, on success contains the imported guid
1965 bcopy(sbdLu->ilu_ret_guid, createdGuid->guid,
1996 * on success, copy the resulting guid into the caller's guid if not
2000 bcopy(sbdLu->ilu_ret_guid, createdGuid->guid,
2004 bcopy(sbdLu->ilu_ret_guid, iGuid.guid,
2099 * luGuid - If non-NULL, on success, contains the guid of the created logical
2190 * luGuid - guid of registered logical unit
2273 * luGuid - guid of registered logical unit
2533 removeGuidFromDiskStore(stmfGuid *guid)
2535 return (persistDiskGuid(guid, NULL, B_FALSE));
2545 addGuidToDiskStore(stmfGuid *guid, char *filename)
2547 return (persistDiskGuid(guid, filename, B_TRUE));
2554 * Purpose: Persist or unpersist a guid for the sbd provider data
2558 persistDiskGuid(stmfGuid *guid, char *filename, boolean_t persist)
2570 /* if we're persisting a guid, there must be a filename */
2575 /* guid is stored in lowercase ascii hex */
2579 guid->guid[0], guid->guid[1], guid->guid[2], guid->guid[3],
2580 guid->guid[4], guid->guid[5], guid->guid[6], guid->guid[7],
2581 guid->guid[8], guid->guid[9], guid->guid[10], guid->guid[11],
2582 guid->guid[12], guid->guid[13], guid->guid[14], guid->guid[15]);
2737 * luGuid - guid of disk device for which properties are to be retrieved
2865 /* copy guid */
3479 unsigned int guid[LU_GUID_SIZE];
3567 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4],
3568 &guid[5], &guid[6], &guid[7], &guid[8], &guid[9],
3569 &guid[10], &guid[11], &guid[12], &guid[13],
3570 &guid[14], &guid[15]);
3572 diskLu->luGuid[i] = guid[i];
5325 bcopy(&fLuList[i].lu_guid, (*luList)->guid[i].guid,
5332 qsort((void *)&((*luList)->guid[0]), (*luList)->cnt,
5349 * lu - guid of the logical unit for which to retrieve properties
5351 * it contains the logical unit properties for the specified guid.
5533 bcopy(fVeList->ve_guid, view->veGuid.guid,
5576 * lu - the guid of the logical unit for which to retrieve the view entry list
5759 bcopy((*lunList)->luGuid.guid, viewEntry->ve_guid, sizeof (stmfGuid));
5886 stmfGuidToAscii(stmfGuid *guid, char *str, size_t len)
5889 /* guid is stored as uppercase ascii hex */
5892 guid->guid[0], guid->guid[1], guid->guid[2], guid->guid[3],
5893 guid->guid[4], guid->guid[5], guid->guid[6], guid->guid[7],
5894 guid->guid[8], guid->guid[9], guid->guid[10], guid->guid[11],
5895 guid->guid[12], guid->guid[13], guid->guid[14], guid->guid[15]));
5986 * luGuid - the guid of the logical unit for which the view resorces need to be
6314 /* Get the guid list */
6344 * We have the guid list, now get the corresponding
6345 * view entries for each guid
6348 ret = psGetViewEntryList(&guidList->guid[i], &viewEntryList);
6374 ret = addViewEntryListIoctl(fd, &guidList->guid[i],
6634 stmfRet = stmfGetLuResource(&luList->guid[i], &hdl);
6648 (void) stmfDeleteLu(&luList->guid[i]);
7163 * lu - guid of the logical unit to offline
7230 * lu - guid of the logical unit to online
7465 * lu - guid of lu for which view entry is being removed