Home
last modified time | relevance | path

Searched refs:mps_user_command (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/usr.sbin/mpsutil/
H A Dmps_cmd.c459 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send()
479 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
493 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
629 mps_user_command(int fd, void *req, uint32_t req_len, void *reply, in mps_user_command() function
715 error = mps_user_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
H A Dmpsutil.h112 int mps_user_command(int fd, void *req, uint32_t req_len, void *reply,
/dflybsd-src/sys/dev/raid/mps/
H A Dmps_user.c134 static int mps_user_command(struct mps_softc *, struct mps_usr_command *);
650 mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd) in mps_user_command() function
2100 error = mps_user_command(sc, (struct mps_usr_command *)arg); in mps_ioctl()