Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_install.c167 struct subpartition *sp, *spnext; in fn_install_os() local
389 spnext = slice_subpartition_first(storage_get_selected_slice(a->s)); in fn_install_os()
401 sp = spnext; in fn_install_os()
404 spnext = subpartition_next(sp); in fn_install_os()
/dragonfly/games/hunt/huntd/
H A Ddriver.c93 struct spawn *sp, *spnext; in main() local
195 spnext = sp->next; in main()
215 sp = spnext; in main()