Home
last modified time | relevance | path

Searched refs:efi_block_ioctl (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.h82 int efi_block_ioctl(struct open_file *, u_long, void *);
H A Defiblock.c723 efi_block_ioctl(struct open_file *f, u_long cmd, void *data) in efi_block_ioctl() function