Searched refs:id32 (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/ |
H A D | info-roundtrip.c | 30 uint32_t id32, rest_id32; in info_roundtrip_pci() local 119 if (!nvme_ctrl_info_pci_mps_min(info, &id32)) { in info_roundtrip_pci() 127 } else if (id32 != rest_id32) { in info_roundtrip_pci() 129 id32, rest_id32); in info_roundtrip_pci() 136 if (!nvme_ctrl_info_pci_mps_max(info, &id32)) { in info_roundtrip_pci() 144 } else if (id32 != rest_id32) { in info_roundtrip_pci() 146 id32, rest_id32); in info_roundtrip_pci() 153 if (!nvme_ctrl_info_pci_nintrs(info, &id32)) { in info_roundtrip_pci() 161 } else if (id32 != rest_id32) { in info_roundtrip_pci() 163 id32, rest_id32); in info_roundtrip_pci()
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 6264 nvme_ioctl_identify32_t id32; in nvme_ioctl_identify() local 6276 if (ddi_copyin((void *)arg, &id32, sizeof (id32), in nvme_ioctl_identify() 6280 id.nid_common.nioc_nsid = id32.nid_common.nioc_nsid; in nvme_ioctl_identify() 6281 id.nid_cns = id32.nid_cns; in nvme_ioctl_identify() 6282 id.nid_ctrlid = id32.nid_ctrlid; in nvme_ioctl_identify() 6283 id.nid_data = id32.nid_data; in nvme_ioctl_identify() 6322 id32.nid_common = id.nid_common; in nvme_ioctl_identify() 6324 if (ddi_copyout(&id32, (void *)arg, sizeof (id32), in nvme_ioctl_identify()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 285 id32.h \
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 213 id32.o \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 1050 file path=usr/include/sys/id32.h
|