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

/freebsd-11-stable/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.c128 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
2863 struct mly_user_command *uc = (struct mly_user_command *)addr;
2868 return(mly_user_command(sc, uc));
2886 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp599 unsigned struct_mly_user_command_sz = sizeof(mly_user_command);

Completed in 203 milliseconds