Searched refs:mps_pass_command (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/mpsutil/ |
H A D | mps_cmd.c | 295 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_set_slot_status() 318 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 347 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 391 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 445 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 672 mps_pass_command(int fd, void *req, uint32_t req_len, void *reply, in mps_pass_command() function 735 error = mps_pass_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_ioc_factslen() 767 error = mps_pass_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
|
H A D | mps_set.c | 98 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,
|