Lines Matching refs:NULL

133 	dlist_t		*usable_hbas = NULL;
134 dlist_t *similar_hba_groups = NULL;
135 dlist_t *iter = NULL;
136 devconfig_t *concat = NULL;
159 (error == 0) && (concat == NULL) && (iter != NULL);
168 (concat == NULL) && (error == 0);
171 dlist_t *selhbas = NULL;
172 dlist_t *disks = NULL;
208 NULL, &concat);
217 dlist_free_items(disks, NULL);
218 dlist_free_items(selhbas, NULL);
222 for (iter = similar_hba_groups; iter != NULL; iter = iter->next) {
223 dlist_free_items((dlist_t *)iter->obj, NULL);
225 dlist_free_items(similar_hba_groups, NULL);
228 if (concat == NULL && error == 0) {
234 (concat == NULL) && (error == 0);
237 dlist_t *selhbas = NULL;
238 dlist_t *disks = NULL;
256 NULL, &concat);
265 dlist_free_items(disks, NULL);
266 dlist_free_items(selhbas, NULL);
270 if (concat != NULL) {
273 if (item == NULL) {
307 dlist_t *iter = NULL;
310 (iter != NULL) && (*concat == NULL) && (error == 0);
314 dlist_t *disks = NULL;
326 NULL, concat);
332 dlist_free_items(disks, NULL);
373 dlist_t *other_hbas = NULL;
374 dlist_t *other_disks = NULL;
376 dlist_t *slices = NULL;
377 dlist_t *comps = NULL;
383 *concat = NULL;
388 dlist_free_items(slices, NULL);
394 if (slices == NULL) {
403 dlist_free_items(other_hbas, NULL);
404 dlist_free_items(other_disks, NULL);
412 devconfig_t *comp = NULL;
413 dlist_t *item = NULL;
414 dlist_t *rmvd = NULL;
415 char *cname = NULL;
433 if ((error == 0) && (comp != NULL)) {
436 if (item == NULL) {
447 if (rmvd != NULL) {
469 dlist_free_items(slices, NULL);
470 dlist_free_items(other_hbas, NULL);
471 dlist_free_items(other_disks, NULL);
532 dlist_t *comps = NULL;
533 dlist_t *iter = NULL;
534 dlist_t *item = NULL;
536 devconfig_t *concat = NULL;
542 for (; (iter != NULL) && (error == 0); iter = iter->next) {
545 dm_descriptor_t rqst_slice = NULL;
546 char *rqst_name = NULL;
547 devconfig_t *comp = NULL;
560 if (item == NULL) {
573 if ((item = dlist_new_item(concat)) == NULL) {
613 char *name = NULL;
627 if (name == NULL) {
647 (error == 0) && (iter != NULL);
669 *concat = NULL;