Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dmlyio.h74 struct mly_user_command { struct
84 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command) argument
Dmly.c152 static int mly_user_command(struct mly_softc *, struct mly_user_command *);
2302 rv = mly_user_command(mly, (void *)data); in mlyioctl()
2325 mly_user_command(struct mly_softc *mly, struct mly_user_command *uc) in mly_user_command() function