Searched refs:mps_usr_command (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_user.c | 112 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *); 133 struct mps_usr_command *); 134 static int mps_user_command(struct mps_softc *, struct mps_usr_command *); 420 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts() 439 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts() 458 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download() 512 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload() 554 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough() 572 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough() 590 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config() [all …]
|
H A D | mps_ioctl.h | 117 struct mps_usr_command { struct 364 #define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command)
|
/dflybsd-src/usr.sbin/mpsutil/ |
H A D | mps_ioctl.h | 115 struct mps_usr_command { struct 362 #define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command)
|
H A D | mps_cmd.c | 632 struct mps_usr_command cmd; in mps_user_command() 634 bzero(&cmd, sizeof(struct mps_usr_command)); in mps_user_command()
|