Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/libinstaller/
H A Ddiskutil.c76 s->selected_slice = NULL; in storage_new()
87 for (sp = slice_subpartition_first(s->selected_slice); in storage_get_tmpfs_status()
140 s->selected_slice = sl; in storage_set_selected_slice()
146 return(s->selected_slice); in storage_get_selected_slice()
H A Ddiskutil.h63 struct slice *selected_slice; member