Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfd.h56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct) macro
58 #define FDDEFMEDIAPRM FDDEFPRM
/openbmc/linux/drivers/block/
H A Dataflop.c1629 case FDDEFPRM: in fd_locked_ioctl()
1689 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
1705 if (cmd == FDDEFPRM) { in fd_locked_ioctl()
H A Dfloppy.c3266 if (cmd != FDDEFPRM) { in set_geometry()
3278 if (cmd == FDDEFPRM) in set_geometry()
3302 FDDEFPRM,
3471 case FDDEFPRM: in fd_locked_ioctl()
3678 err = set_geometry(cmd == FDSETPRM32 ? FDSETPRM : FDDEFPRM, in compat_set_geometry()
H A Damiflop.c1590 case FDDEFPRM: in fd_locked_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch679 +pub const FDDEFPRM: u32 = 1075839555;