Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/nvmecontrol/
H A Dns.c400 struct nvme_pt_command pt; in nsactive()
445 struct nvme_pt_command pt; in nsallocated()
490 struct nvme_pt_command pt; in nscontrollers()
542 struct nvme_pt_command pt; in nscreate()
633 struct nvme_pt_command pt; in nsdelete()
700 struct nvme_pt_command pt; in nsattach()
770 struct nvme_pt_command pt; in nsdetach()
847 struct nvme_pt_command pt; in nsattached()
898 struct nvme_pt_command pt; in nsidentify()
H A Dnvmecontrol.c102 struct nvme_pt_command pt; in read_controller_data()
125 struct nvme_pt_command pt; in read_namespace_data()
H A Dresv.c237 struct nvme_pt_command pt; in resvacquire()
276 struct nvme_pt_command pt; in resvregister()
315 struct nvme_pt_command pt; in resvrelease()
353 struct nvme_pt_command pt; in resvreport()
H A Dpower.c103 struct nvme_pt_command pt; in power_set()
122 struct nvme_pt_command pt; in power_show()
H A Dfirmware.c160 struct nvme_pt_command pt; in update_firmware()
204 struct nvme_pt_command pt; in activate_firmware()
H A Dselftest.c59 struct nvme_pt_command pt; in selftest_op()
H A Dsanitize.c111 struct nvme_pt_command pt; in sanitize()
H A Dformat.c117 struct nvme_pt_command pt; in format()
H A Dpassthru.c161 struct nvme_pt_command pt; in passthru()
H A Dlogpage.c197 struct nvme_pt_command pt; in read_logpage()
/freebsd-14.2/sys/dev/nvme/
H A Dnvme_ns.c69 struct nvme_pt_command *pt; in nvme_ns_ioctl()
80 pt = (struct nvme_pt_command *)arg; in nvme_ns_ioctl()
H A Dnvme_ctrlr.c1250 struct nvme_pt_command *pt = arg; in nvme_pt_done()
1269 struct nvme_pt_command *pt, uint32_t nsid, int is_user_buffer, in nvme_ctrlr_passthrough_cmd()
1346 struct nvme_pt_command *pt; in nvme_ctrlr_ioctl()
1355 pt = (struct nvme_pt_command *)arg; in nvme_ctrlr_ioctl()
H A Dnvme.h39 #define NVME_PASSTHROUGH_CMD _IOWR('n', 0, struct nvme_pt_command)
1782 struct nvme_pt_command { struct
1873 struct nvme_pt_command *pt,
/freebsd-14.2/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c139 struct nvme_pt_command pt; in wdc_get_data()
231 struct nvme_pt_command pt; in wdc_get_data_dui()
/freebsd-14.2/sys/cam/nvme/
H A Dnvme_da.c400 struct nvme_pt_command *pt; in ndaioctl()
409 pt = (struct nvme_pt_command *)data; in ndaioctl()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp890 unsigned struct_nvme_pt_command_sz = sizeof(nvme_pt_command);