nvme_ctrl_config_match(2) | libnvme API manual | nvme_ctrl_config_match(2) |
nvme_ctrl_config_match - Check if ctrl @c matches config params
bool nvme_ctrl_config_match (struct nvme_ctrl *c , const char *transport , const char *traddr , const char *trsvcid , const char *subsysnqn , const char *host_traddr , const char *host_iface );
Check that controller c matches parameters: transport, traddr, trsvcid, subsysnqn, host_traddr, and host_iface. Parameters set to NULL will be ignored.
true if there's a match, false otherwise.
nvme_ctrl_config_match | March 2024 |