Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDmisc.c221 if (devsw[i]->dv_cleanup != NULL) in dev_cleanup()
222 (devsw[i]->dv_cleanup)(); in dev_cleanup()
/NextBSD/sys/boot/pc98/loader/
HDmain.c285 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
286 (devsw[i]->dv_cleanup)(); in command_reboot()
/NextBSD/sys/boot/i386/loader/
HDmain.c345 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
346 (devsw[i]->dv_cleanup)(); in command_reboot()
/NextBSD/sys/boot/mips/beri/loader/
HDberi_disk_cfi.c61 .dv_cleanup = beri_cfi_disk_cleanup,
HDberi_disk_sdcard.c61 .dv_cleanup = beri_sdcard_disk_cleanup,
/NextBSD/sys/boot/efi/loader/
HDmain.c179 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
180 (devsw[i]->dv_cleanup)(); in command_reboot()
/NextBSD/sys/boot/userboot/userboot/
HDhost.c197 .dv_cleanup = NULL
/NextBSD/tools/tools/bootparttest/
HDbootparttest.c56 void *dv_cleanup; member
/NextBSD/sys/boot/usb/storage/
HDumass_loader.c63 .dv_cleanup = umass_disk_cleanup,
/NextBSD/sys/boot/efi/libefi/
HDefinet.c254 .dv_cleanup = NULL
HDefipart.c59 .dv_cleanup = NULL
/NextBSD/sys/boot/sparc64/loader/
HDmain.c924 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
925 (devsw[i]->dv_cleanup)(); in command_reboot()
/NextBSD/lib/libstand/
HDstand.h147 void (*dv_cleanup)(void); member
/NextBSD/sys/boot/zfs/
HDzfs.c596 .dv_cleanup = NULL