logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_ctrl_config_match - Check if ctrl @c matches config params

Arguments

c An existing controller instance transport Transport name traddr Transport address trsvcid Transport service identifier subsysnqn Subsystem NQN host_traddr Host transport address host_iface Host interface name

Description

Check that controller c matches parameters: transport, traddr, trsvcid, subsysnqn, host_traddr, and host_iface. Parameters set to NULL will be ignored.

Name

nvme_ctrl_config_match - Check if ctrl @c matches config params

Return

true if there's a match, false otherwise. August 2025 nvme_ctrl_config_match nvme_ctrl_config_match(2)

Synopsis

boolnvme_ctrl_config_match(structnvme_ctrl*c,constchar*transport,constchar*traddr,constchar*trsvcid,constchar*subsysnqn,constchar*host_traddr,constchar*host_iface);

See Also