Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dhostdisk.c43 static int hostdisk_close(struct open_file *f);
56 .dv_close = hostdisk_close,
353 hostdisk_close(struct open_file *f) in hostdisk_close() function