Searched refs:mps_user_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 458 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send() 478 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() 492 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() 628 mps_user_command(int fd, void *req, uint32_t req_len, void *reply, in mps_user_command() function 719 error = mps_user_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
|
| H A D | mpsutil.h | 112 int mps_user_command(int fd, void *req, uint32_t req_len, void *reply,
|
| /freebsd-12.1/sys/dev/mps/ |
| H A D | mps_user.c | 145 static int mps_user_command(struct mps_softc *, struct mps_usr_command *); 665 mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd) in mps_user_command() function 2234 error = mps_user_command(sc, (struct mps_usr_command *)arg); in mps_ioctl()
|