Home
last modified time | relevance | path

Searched refs:disk_listp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dcache.c57 static disk_t *disk_listp = NULL; variable
397 return (disk_listp); in cache_get_disklist()
561 for (listp = disk_listp; listp != NULL; listp = listp->next) { in del_drive()
564 disk_listp = dp->next; in del_drive()
573 prev = disk_listp; in del_drive()
590 for (listp = disk_listp; listp != NULL; listp = listp->next) { in del_drive_by_name()
652 disk_listp = args.disk_listp; in initialize()
856 update_desc(descp, args.disk_listp, in rewalk_tree()
862 free_disklistp = disk_listp; in rewalk_tree()
865 disk_listp = args.disk_listp; in rewalk_tree()
[all …]
H A Dfindevs.c151 args->disk_listp = NULL; in findevs()
1099 diskp->next = args->disk_listp; in create_disk()
1100 args->disk_listp = diskp; in create_disk()
1236 diskp = get_disk_by_deviceid(args->disk_listp, in fix_cluster_devpath()
1522 listp = args->disk_listp; in have_disk()
H A Ddisks_private.h132 disk_t *disk_listp; member