Searched refs:mps_pass_command (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 296 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_set_slot_status() 319 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 348 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 392 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 446 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 673 mps_pass_command(int fd, void *req, uint32_t req_len, void *reply, in mps_pass_command() function 736 error = mps_pass_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_ioc_factslen() 768 error = mps_pass_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
|
| H A D | mps_set.c | 99 if (mps_pass_command(fd, &req, sizeof(req) - sizeof(req.PageBufferSGE), &reply, sizeof(reply), in set_ncq()
|
| H A D | mpsutil.h | 112 int mps_pass_command(int fd, void *req, uint32_t req_len, void *reply,
|