Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/mly/
H A Dmlyio.h38 struct mly_user_command struct
49 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command) argument
H A Dmly.c127 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
2854 struct mly_user_command *uc = (struct mly_user_command *)addr; in mly_user_ioctl()
2859 return(mly_user_command(sc, uc)); in mly_user_ioctl()
2877 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) in mly_user_command() function