Lines Matching defs:list

301  * frees the hotplug disk list structure.
309 Hotplug_Devlist *list = NULL;
312 list = *hotplug_dlist;
314 (void) g_free_multipath(list->seslist);
315 (void) g_free_multipath(list->dlhead);
316 (void) free((void *)list);
369 * prints the given list to stdout,
387 Hotplug_Devlist *list;
392 MSGSTR(5504, "The list of devices being used"
394 for (list = bsyRsrv_disk_list; list != NULL; list = list->next, i++) {
395 if ((list->dev_type == DTYPE_DIRECT) &&
396 (list->dev_location == SENA)) {
397 if (list->f_flag != NULL) {
401 i, list->box_name, list->slot);
405 i, list->box_name, list->slot);
411 i, list->box_name, list->slot + (MAX_DRIVES_DAK/2));
415 i, list->box_name, list->slot);
418 } else if (((list->dev_type == DTYPE_DIRECT) ||
419 (list->dev_type == DTYPE_SEQUENTIAL)) &&
420 (list->dev_location == NON_SENA)) {
423 i, list->dev_name);
424 } else if (list->dev_type == DTYPE_ESI) {
427 i, list->box_name);
2030 * Get a new wwn list here in order to
2422 * hotplug list and continues with the next device in the list.
2433 Hotplug_Devlist *list, *disk_list;
2457 list = disk_list->prev;
2458 if (list != NULL) {
2459 list->next = disk_list->next;
2460 if (list->next != NULL)
2461 list->next->prev = list;
2463 list = disk_list;
2465 if (list == *disk_list_head_ptr)
2467 (void) g_free_multipath(list->seslist);
2468 (void) g_free_multipath(list->dlhead);
2469 (void) free(list);
2477 * Performs the post removal of a list of SENA enclosure(s),
2489 Hotplug_Devlist *list;
2511 list = hotplug_dlist;
2513 (void) g_free_multipath(list->seslist);
2514 (void) g_free_multipath(list->dlhead);
2515 (void) free(list);
2765 * prints a list of devices which
2783 MSGSTR(5570, "The list of devices which will be "));
2894 "\nPlease verify the above list of devices"