Searched refs:mps_usr_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mps/ |
| H A D | mps_user.c | 119 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *); 140 struct mps_usr_command *); 141 static int mps_user_command(struct mps_softc *, struct mps_usr_command *); 421 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts() 440 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts() 459 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download() 507 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload() 543 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough() 561 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough() 579 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config() [all …]
|
| H A D | mps_ioctl.h | 114 struct mps_usr_command { struct 355 #define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command)
|
| /freebsd/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 655 struct mps_usr_command cmd; in mps_user_command() 657 bzero(&cmd, sizeof(struct mps_usr_command)); in mps_user_command()
|