Searched refs:mps_pass_command (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/usr.sbin/mpsutil/ |
| H A D | mps_cmd.c | 300 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page_header() 329 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_ext_config_page_header() 373 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_config_page() 426 if (mps_pass_command(fd, &req, sizeof(req), &reply, sizeof(reply), in mps_read_extended_config_page() 649 mps_pass_command(int fd, void *req, uint32_t req_len, void *reply, in mps_pass_command() function 712 error = mps_pass_command(fd, &req, sizeof(MPI2_IOC_FACTS_REQUEST), in mps_get_iocfacts()
|
| H A D | mpsutil.h | 114 int mps_pass_command(int fd, void *req, uint32_t req_len, void *reply,
|