Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mpsutil/
H A Dmps_cmd.c482 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send()
502 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
516 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get()
655 mps_user_command(int fd, void *req, uint32_t req_len, void *reply, in mps_user_command() function
759 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,
/freebsd-13.1/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) in mps_user_command() function
2224 error = mps_user_command(sc, (struct mps_usr_command *)arg); in mps_ioctl()