HomeSort by relevance Sort by last modified time
    Searched defs:floppy_struct (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 13 struct floppy_struct { struct
51 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
55 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
56 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
  /bionic/libc/kernel/uapi/linux/
fd.h 23 struct floppy_struct { struct
41 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
43 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
44 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)
  /external/kernel-headers/original/uapi/linux/
fd.h 14 struct floppy_struct { struct
52 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct)
56 #define FDDEFPRM _IOW(2, 0x43, struct floppy_struct)
57 #define FDGETPRM _IOR(2, 0x04, struct floppy_struct)

Completed in 150 milliseconds