Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/
H A Dns.c402 struct nvme_pt_command pt; in nsactive()
448 struct nvme_pt_command pt; in nsallocated()
494 struct nvme_pt_command pt; in nscontrollers()
547 struct nvme_pt_command pt; in nscreate()
627 struct nvme_pt_command pt; in nsdelete()
696 struct nvme_pt_command pt; in nsattach()
768 struct nvme_pt_command pt; in nsdetach()
847 struct nvme_pt_command pt; in nsattached()
899 struct nvme_pt_command pt; in nsidentify()
H A Dresv.c239 struct nvme_pt_command pt; in resvacquire()
277 struct nvme_pt_command pt; in resvregister()
315 struct nvme_pt_command pt; in resvrelease()
352 struct nvme_pt_command pt; in resvreport()
H A Dnvmecontrol.c104 struct nvme_pt_command pt; in read_controller_data()
127 struct nvme_pt_command pt; in read_namespace_data()
H A Dpower.c109 struct nvme_pt_command pt; in power_set()
128 struct nvme_pt_command pt; in power_show()
H A Dfirmware.c161 struct nvme_pt_command pt; in update_firmware()
205 struct nvme_pt_command pt; in activate_firmware()
H A Dselftest.c61 struct nvme_pt_command pt; in selftest_op()
H A Dsanitize.c113 struct nvme_pt_command pt; in sanitize()
H A Dformat.c119 struct nvme_pt_command pt; in format()
H A Dpassthru.c163 struct nvme_pt_command pt; in passthru()
H A Dlogpage.c197 struct nvme_pt_command pt; in read_logpage()
/freebsd-13.1/sys/dev/nvme/
H A Dnvme_ns.c71 struct nvme_pt_command *pt; in nvme_ns_ioctl()
82 pt = (struct nvme_pt_command *)arg; in nvme_ns_ioctl()
H A Dnvme_ctrlr.c1243 struct nvme_pt_command *pt = arg; in nvme_pt_done()
1262 struct nvme_pt_command *pt, uint32_t nsid, int is_user_buffer, in nvme_ctrlr_passthrough_cmd()
1338 struct nvme_pt_command *pt; in nvme_ctrlr_ioctl()
1347 pt = (struct nvme_pt_command *)arg; in nvme_ctrlr_ioctl()
H A Dnvme.h41 #define NVME_PASSTHROUGH_CMD _IOWR('n', 0, struct nvme_pt_command)
1559 struct nvme_pt_command { struct
1650 struct nvme_pt_command *pt,
/freebsd-13.1/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c141 struct nvme_pt_command pt; in wdc_get_data()
233 struct nvme_pt_command pt; in wdc_get_data_dui()
/freebsd-13.1/sys/cam/nvme/
H A Dnvme_da.c402 struct nvme_pt_command *pt; in ndaioctl()
411 pt = (struct nvme_pt_command *)data; in ndaioctl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp889 unsigned struct_nvme_pt_command_sz = sizeof(nvme_pt_command);