Searched refs:tmpList (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/assoc/
H A DSolaris_IDEInterface.c301 CCIMInstanceList *tmpList = NULL; local
373 tmpList = drive_descriptors_toCCIMObjPathInstList(
392 if (tmpList == NULL) {
396 dObjList = cim_createObjectPathList(tmpList);
397 cim_freeInstanceList(tmpList);
742 dm_descriptor_t *tmpList = NULL; local
812 tmpList = dm_get_associated_descriptors(obj_desc, DM_DRIVE,
814 if (tmpList == NULL) {
818 if (tmpList[0] == NULL) {
819 dm_free_descriptors(tmpList);
1097 CCIMObjectPathList *tmpList; local
[all...]
H A DSolaris_MPXIOInterface.c270 CCIMInstanceList *tmpList; local
329 tmpList = drive_descriptors_toCCIMObjPathInstList(
341 if (tmpList == NULL) {
345 dObjList = cim_createObjectPathList(tmpList);
346 cim_freeInstanceList(tmpList);
1005 CCIMObjectPathList *tmpList; local
1029 tmpList = objList;
1030 while (tmpList != NULL) {
1031 obj1 = tmpList->mDataObject;
1058 tmpList
[all...]
H A DSolaris_SCSIInterface.c288 CCIMInstanceList *tmpList; local
354 tmpList = drive_descriptors_toCCIMObjPathInstList(
366 if (tmpList == NULL) {
370 dObjList = cim_createObjectPathList(tmpList);
371 cim_freeInstanceList(tmpList);
1059 CCIMObjectPathList *tmpList; local
1079 tmpList = objList;
1080 while (tmpList != NULL) {
1081 obj1 = tmpList->mDataObject;
1109 tmpList
[all...]
H A DSolaris_MPXIOComponent.c276 CCIMInstanceList *tmpList; local
341 tmpList = ctrl_descriptors_toCCIMInstanceList(
353 dObjList = cim_createObjectPathList(tmpList);
354 cim_freeInstanceList(tmpList);
1006 CCIMObjectPathList *tmpList; local
1030 tmpList = objList;
1031 while (tmpList != NULL) {
1032 obj1 = tmpList->mDataObject;
1059 tmpList = tmpList
[all...]
H A DSol_DiskPartitionBasedOnFDisk.c890 CCIMObjectPathList *tmpList; local
948 tmpList = objList;
949 while (tmpList != NULL) {
950 obj1 = tmpList->mDataObject;
1004 tmpList = tmpList->mNext;
H A DSol_MPXIOCtrlrLogicalIdentity.c950 CCIMObjectPathList *tmpList; local
973 tmpList = objList;
974 while (tmpList != NULL) {
975 obj1 = tmpList->mDataObject;
1002 tmpList = tmpList->mNext;
H A DSolaris_DiskPartitionBasedOnDisk.c973 CCIMObjectPathList *tmpList; local
997 tmpList = objList;
998 while (tmpList != NULL) {
999 obj1 = tmpList->mDataObject;
1041 tmpList = tmpList->mNext;
H A DSolaris_MediaPresent.c960 CCIMObjectPathList *tmpList; local
985 tmpList = objList;
986 while (tmpList != NULL) {
987 obj1 = tmpList->mDataObject;
1015 tmpList = tmpList->mNext;
H A DSolaris_RealizesDiskDrive.c962 CCIMObjectPathList *tmpList; local
986 tmpList = objList;
987 while (tmpList != NULL) {
988 obj1 = tmpList->mDataObject;
1035 tmpList = tmpList->mNext;
H A DSolaris_RealizesExtent.c865 CCIMObjectPathList *tmpList; local
889 tmpList = objList;
890 while (tmpList != NULL) {
891 obj1 = tmpList->mDataObject;
939 tmpList = tmpList->mNext;

Completed in 206 milliseconds