Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c501 Hotplug_Devlist *bsyRsrv_dskLst_head, *bsyRsrv_dskLst_tail; in hotplug() local
513 bsyRsrv_dskLst_tail = (Hotplug_Devlist *)NULL; in hotplug()
924 bsyRsrv_dskLst_tail = disk_list; in hotplug()
926 disk_list->prev = bsyRsrv_dskLst_tail; in hotplug()
927 bsyRsrv_dskLst_tail->next = disk_list; in hotplug()
928 bsyRsrv_dskLst_tail = disk_list; in hotplug()