Searched refs:disk_listp (Results 1 – 3 of 3) sorted by relevance
59 static disk_t *disk_listp = NULL; variable400 return (disk_listp); in cache_get_disklist()564 for (listp = disk_listp; listp != NULL; listp = listp->next) { in del_drive()567 disk_listp = dp->next; in del_drive()576 prev = disk_listp; in del_drive()593 for (listp = disk_listp; listp != NULL; listp = listp->next) { in del_drive_by_name()655 disk_listp = args.disk_listp; in initialize()859 update_desc(descp, args.disk_listp, in rewalk_tree()865 free_disklistp = disk_listp; in rewalk_tree()868 disk_listp = args.disk_listp; in rewalk_tree()[all …]
153 args->disk_listp = NULL; in findevs()1051 diskp->next = args->disk_listp; in create_disk()1052 args->disk_listp = diskp; in create_disk()1343 listp = args->disk_listp; in have_disk()
136 disk_t *disk_listp; member