Searched refs:diskioctl (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/stand/userboot/
H A Duserboot.h202 int (*diskioctl)(void *arg, int unit, u_long cmd, member in struct:loader_callbacks
/freebsd-current/stand/userboot/userboot/
H A Duserboot_disk.c92 if (CALLBACK(diskioctl, i, DIOCGSECTORSIZE,
93 &sectorsize) != 0 || CALLBACK(diskioctl, i,
246 return (CALLBACK(diskioctl, dev->dd.d_unit, cmd, data));
/freebsd-current/stand/userboot/test/
H A Dtest.c545 .diskioctl = test_diskioctl,
/freebsd-current/usr.sbin/bhyveload/
H A Dbhyveload.c661 .diskioctl = cb_diskioctl,

Completed in 171 milliseconds