Symbol: mps_usr_command
sys/dev/mps/mps_ioctl.h
355
#define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command)
sys/dev/mps/mps_user.c
119
typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
sys/dev/mps/mps_user.c
140
struct mps_usr_command *);
sys/dev/mps/mps_user.c
141
static int mps_user_command(struct mps_softc *, struct mps_usr_command *);
sys/dev/mps/mps_user.c
2219
error = mps_user_command(sc, (struct mps_usr_command *)arg);
sys/dev/mps/mps_user.c
2387
struct mps_usr_command user;
sys/dev/mps/mps_user.c
421
mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
440
mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
459
mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
507
mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
543
mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
561
mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
579
mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
598
struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
626
mps_user_setup_request(struct mps_command *cm, struct mps_usr_command *cmd)
sys/dev/mps/mps_user.c
639
mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd)
usr.sbin/mpsutil/mps_cmd.c
655
struct mps_usr_command cmd;
usr.sbin/mpsutil/mps_cmd.c
657
bzero(&cmd, sizeof(struct mps_usr_command));