Searched defs:objList (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedTPGOidList.c55 uint64_t *objList = NULL; local
78 objList = (uint64_t *)calloc(1, DEFAULT_BUFFER_SIZE_TPG);
79 if (NULL == objList) {
81 "no memory for objList(1)");
92 mp_ioctl.mp_obuf = (caddr_t)objList;
129 free(objList);
160 free(objList);
182 free(objList);
184 objList = (uint64_t *)calloc(1, numOBJ * sizeof (uint64_t));
185 if (NULL == objList) {
[all...]
H A DMP_GetDeviceProductOidListPlugin.c43 uint64_t *objList = NULL; local
60 objList = (uint64_t *)calloc(1, DEFAULT_BUFFER_SIZE_DEV_PROD);
61 if (NULL == objList) {
63 "no memory for objList(1)");
73 mp_ioctl.mp_obuf = (caddr_t)objList;
112 free(objList);
143 free(objList);
166 free(objList);
168 objList = (uint64_t *)calloc(1, numOBJ * sizeof (uint64_t));
169 if (NULL == objList) {
[all...]
H A DMP_GetProprietaryLBOidListPlugin.c39 uint64_t *objList = NULL; local
60 objList = (uint64_t *)calloc(1, DEFAULT_BUFFER_SIZE_LOADBALANCE);
61 if (NULL == objList) {
63 "no memory for objList(1)");
72 mp_ioctl.mp_obuf = (caddr_t)objList;
108 free(objList);
139 free(objList);
161 free(objList);
163 objList = (uint64_t *)calloc(1, numOBJ * sizeof (uint64_t));
164 if (NULL == objList) {
[all...]
H A DMP_GetTargetPortOidList.c60 uint64_t *objList = NULL; local
83 objList = (uint64_t *)calloc(1, DEFAULT_BUFFER_SIZE_TPG);
84 if (NULL == objList) {
86 "no memory for objList(1)");
97 mp_ioctl.mp_obuf = (caddr_t)objList;
134 free(objList);
165 free(objList);
187 free(objList);
189 objList = (uint64_t *)calloc(1, numOBJ * sizeof (uint64_t));
190 if (NULL == objList) {
[all...]
H A DMP_GetAssociatedPathOidList.c388 uint64_t *objList = NULL; local
439 objList = (uint64_t *)calloc(1, DEFAULT_BUFFER_SIZE_PATH_LIST);
440 if (NULL == objList) {
442 "no memory for objList(1)");
453 mp_ioctl.mp_obuf = (caddr_t)objList;
489 free(objList);
520 free(objList);
542 free(objList);
544 objList = (uint64_t *)calloc(1, numOBJ * sizeof (uint64_t));
545 if (NULL == objList) {
[all...]

Completed in 46 milliseconds