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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c505 struct luninfo_list *newlun, *curlun, *prevlun; local
507 newlun = curlun = prevlun = (struct luninfo_list *)NULL;
509 newlun = calloc(1, sizeof (struct luninfo_list));
510 if (newlun == NULL) {
515 newlun->lunnum = lun;
516 newlun->node_state = state;
517 newlun->path = pathp;
518 newlun->next = (struct luninfo_list *)NULL;
522 *lunlistpp = newlun;
528 S_FREE(newlun);
[all...]

Completed in 331 milliseconds