Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dhostdisk.c44 static int hostdisk_ioctl(struct open_file *f, u_long cmd, void *data);
57 .dv_ioctl = hostdisk_ioctl,
362 hostdisk_ioctl(struct open_file *f, u_long cmd, void *data) in hostdisk_ioctl() function