Searched refs:floppy_raw_cmd (Results 1 – 2 of 2) sorted by relevance
330 struct floppy_raw_cmd { struct356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
403 static struct floppy_raw_cmd *raw_cmd, default_raw_cmd;3033 struct floppy_raw_cmd *ptr) in raw_cmd_copyout()3038 struct floppy_raw_cmd cmd = *ptr; in raw_cmd_copyout()3044 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyout()3061 static void raw_cmd_free(struct floppy_raw_cmd **ptr) in raw_cmd_free()3063 struct floppy_raw_cmd *next; in raw_cmd_free()3064 struct floppy_raw_cmd *this; in raw_cmd_free()3083 struct floppy_raw_cmd **rcmd) in raw_cmd_copyin()3085 struct floppy_raw_cmd *ptr; in raw_cmd_copyin()3098 param += sizeof(struct floppy_raw_cmd); in raw_cmd_copyin()[all …]