Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dconf.c44 { "efiblock", efi_block_strategy, efi_block_open, efi_block_close, efi_block_ioctl },
H A Defiblock.h81 int efi_block_close(struct open_file *);
H A Defiblock.c675 efi_block_close(struct open_file *f) in efi_block_close() function