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

/freebsd-12-stable/sys/dev/mly/
H A Dmlyio.h38 struct mly_user_command struct
49 #define MLYIO_COMMAND _IOWR('M', 200, struct mly_user_command)
H A Dmly.c130 static int mly_user_command(struct mly_softc *sc, struct mly_user_command *uc);
2861 struct mly_user_command *uc = (struct mly_user_command *)addr;
2866 return(mly_user_command(sc, uc));
2884 mly_user_command(struct mly_softc *sc, struct mly_user_command *uc) function
/freebsd-12-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 124 milliseconds