Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dvdisk.c40 static int vdisk_ioctl(struct open_file *, u_long, void *);
50 .dv_ioctl = vdisk_ioctl,
337 vdisk_ioctl(struct open_file *f, u_long cmd, void *data) in vdisk_ioctl() function