OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:floppy_struct
(Results
1 - 2
of
2
) sorted by null
/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 2891 milliseconds