Searched refs:mly_user_command (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/mly/
H A Dmlyio.h36 struct mly_user_command struct
47 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command)
H A Dmly.c127 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
2832 struct mly_user_command *uc = (struct mly_user_command *)addr;
2837 return(mly_user_command(sc, uc));
2855 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) function

Completed in 46 milliseconds