Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/libsa/
HDdev.c175 if (devsw[i]->dv_cleanup != NULL) in dev_cleanup()
176 (devsw[i]->dv_cleanup)(); in dev_cleanup()
HDstand.h158 void (*dv_cleanup)(void); member
/freebsd-14-stable/stand/i386/loader/
HDmain.c393 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
394 (devsw[i]->dv_cleanup)(); in command_reboot()
/freebsd-14-stable/stand/userboot/userboot/
HDhost.c174 .dv_cleanup = nullsys,
HDuserboot_disk.c71 .dv_cleanup = userdisk_cleanup,
/freebsd-14-stable/stand/common/
HDmd.c74 .dv_cleanup = nullsys,
HDdev_net.c94 .dv_cleanup = net_cleanup,
HDvdisk.c52 .dv_cleanup = nullsys,
/freebsd-14-stable/tools/tools/bootparttest/
HDbootparttest.c54 void *dv_cleanup; member
/freebsd-14-stable/stand/usb/storage/
HDumass_loader.c62 .dv_cleanup = umass_disk_cleanup,
/freebsd-14-stable/stand/libofw/
HDofw_disk.c62 .dv_cleanup = nullsys,
/freebsd-14-stable/stand/efi/loader/
HDmain.c1351 if (devsw[i]->dv_cleanup != NULL) in command_poweroff()
1352 (devsw[i]->dv_cleanup)(); in command_poweroff()
1368 if (devsw[i]->dv_cleanup != NULL) in command_reboot()
1369 (devsw[i]->dv_cleanup)(); in command_reboot()
/freebsd-14-stable/stand/kboot/kboot/
HDhostfs.c286 .dv_cleanup = NULL
HDhostdisk.c59 .dv_cleanup = nullsys,
/freebsd-14-stable/stand/efi/libefi/
HDefipart.c78 .dv_cleanup = nullsys,
90 .dv_cleanup = nullsys,
102 .dv_cleanup = nullsys,
HDefinet.c351 .dv_cleanup = nullsys,
HDefihttp.c92 .dv_cleanup = nullsys,
/freebsd-14-stable/stand/libsa/geli/
HDgelidev.c62 .dv_cleanup = geli_dev_cleanup,
/freebsd-14-stable/stand/uboot/
HDuboot_disk.c89 .dv_cleanup = stor_cleanup,
/freebsd-14-stable/stand/i386/libi386/
HDbiosdisk.c165 .dv_cleanup = nullsys,
177 .dv_cleanup = nullsys,
189 .dv_cleanup = nullsys,
HDpxe.c119 .dv_cleanup = pxe_cleanup,
/freebsd-14-stable/stand/libsa/zfs/
HDzfs.c1606 .dv_cleanup = nullsys,