Searched refs:mps_user_command (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_cmd.c | 479 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_send() 499 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() 513 if (mps_user_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_firmware_get() 652 mps_user_command(int fd, void *req, uint32_t req_len, void *reply, in mps_user_command() function 770 error = mps_user_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
|
H A D | mpsutil.h | 110 int mps_user_command(int fd, void *req, uint32_t req_len, void *reply,
|
/freebsd/sys/dev/mps/ |
H A D | mps_user.c | 142 static int mps_user_command(struct mps_softc *, struct mps_usr_command *); 640 mps_user_command(struct mps_softc *sc, struct mps_usr_command *cmd) in mps_user_command() function 2220 error = mps_user_command(sc, (struct mps_usr_command *)arg); in mps_ioctl()
|