Home
last modified time | relevance | path

Searched refs:rest_ctrlid (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dinfo-roundtrip.c327 const nvme_identify_ctrl_t *ctrlid, *rest_ctrlid; in main() local
355 rest_ctrlid = nvme_ctrl_info_identify(rest_info); in main()
356 if (memcmp(ctrlid, rest_ctrlid, sizeof (nvme_identify_ctrl_t)) != 0) { in main()