Searched refs:mps_user_command (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/mps/
H A Dmps_user.c146 static int mps_user_command(struct mps_softc *, struct mps_usr_command *);
656 mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd) function
2122 error = mps_user_command(sc, (struct mps_usr_command *)arg);
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_cmd.c460 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply),
480 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply),
494 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply),
630 mps_user_command(int fd, void *req, uint32_t req_len, void *reply, function
716 error = mps_user_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST),
H A Dmpsutil.h109 int mps_user_command(int fd, void *req, uint32_t req_len, void *reply,

Completed in 138 milliseconds