Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfd.h57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct) macro
59 #define FDGETMEDIAPRM FDGETPRM
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch149 - } else if (!ioctl(devfd, FDGETPRM, &fd_str)) {
348 + } else if (!ioctl(dev_fd, FDGETPRM, &fd_str)) {
/openbmc/linux/drivers/block/
H A Dswim.c705 case FDGETPRM: in floppy_ioctl()
H A Dswim3.c904 case FDGETPRM: in floppy_locked_ioctl()
H A Dataflop.c1599 case FDGETPRM: in fd_locked_ioctl()
H A Damiflop.c1580 case FDGETPRM: in fd_locked_ioctl()
H A Dfloppy.c3303 FDGETPRM,
3473 case FDGETPRM: in fd_locked_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch340 +pub const FDGETPRM: u32 = 2149581316;