Searched defs:luGuid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf_impl.h51 uint8_t luGuid[16]; member in struct:_diskResource
H A Dstmf.c120 static int deleteDiskLu(stmfGuid *luGuid);
122 static int getDiskAllProps(stmfGuid *luGuid, luResource *hdl);
142 static int setDiskStandby(stmfGuid *luGuid);
1053 * luGuid - If non-NULL, on success, contains the guid of the created logical
1057 stmfCreateLu(luResource hdl, stmfGuid *luGuid) argument
1068 luGuid);
1227 bcopy(disk->luGuid, sbdLu->slu_guid, sizeof (disk->luGuid));
1336 * luGuid - If non-NULL, on success, contains the guid of the imported logical
1343 stmfImportLu(uint16_t dType, char *fname, stmfGuid *luGuid) argument
1556 stmfDeleteLu(stmfGuid *luGuid) argument
1583 deleteDiskLu(stmfGuid *luGuid) argument
1647 stmfLuStandby(stmfGuid *luGuid) argument
1674 setDiskStandby(stmfGuid *luGuid) argument
1732 stmfModifyLu(stmfGuid *luGuid, uint32_t prop, const char *propVal) argument
1790 modifyDiskLuProp(stmfGuid *luGuid, const char *fname, uint32_t prop, const char *propVal) argument
1833 modifyDiskLu(diskResource *disk, stmfGuid *luGuid, const char *fname) argument
2147 stmfGetLuResource(stmfGuid *luGuid, luResource *hdl) argument
2183 getDiskAllProps(stmfGuid *luGuid, luResource *hdl) argument
[all...]
/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c470 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal, argument
477 stmfRet = stmfModifyLu(luGuid, prop, propVal);
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c1061 callModify(char *fname, stmfGuid *luGuid, uint32_t prop, const char *propVal, argument
1068 stmfRet = stmfModifyLu(luGuid, prop, propVal);

Completed in 132 milliseconds