Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/
H A Dns.c399 struct nvme_pt_command pt; in nsactive()
444 struct nvme_pt_command pt; in nsallocated()
489 struct nvme_pt_command pt; in nscontrollers()
541 struct nvme_pt_command pt; in nscreate()
632 struct nvme_pt_command pt; in nsdelete()
699 struct nvme_pt_command pt; in nsattach()
769 struct nvme_pt_command pt; in nsdetach()
846 struct nvme_pt_command pt; in nsattached()
897 struct nvme_pt_command pt; in nsidentify()
H A Dnvmecontrol.c101 struct nvme_pt_command pt; in read_controller_data()
124 struct nvme_pt_command pt; in read_namespace_data()
H A Dresv.c236 struct nvme_pt_command pt; in resvacquire()
275 struct nvme_pt_command pt; in resvregister()
314 struct nvme_pt_command pt; in resvrelease()
352 struct nvme_pt_command pt; in resvreport()
H A Dpower.c102 struct nvme_pt_command pt; in power_set()
121 struct nvme_pt_command pt; in power_show()
H A Dfirmware.c159 struct nvme_pt_command pt; in update_firmware()
203 struct nvme_pt_command pt; in activate_firmware()
H A Dselftest.c58 struct nvme_pt_command pt; in selftest_op()
H A Dformat.c116 struct nvme_pt_command pt; in format()
H A Dsanitize.c110 struct nvme_pt_command pt; in sanitize()
H A Dpassthru.c160 struct nvme_pt_command pt; in passthru()
H A Dlogpage.c196 struct nvme_pt_command pt; in read_logpage()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ns.c268 struct nvme_pt_command *pt; in nvmf_ns_ioctl()
272 pt = (struct nvme_pt_command *)arg; in nvmf_ns_ioctl()
H A Dnvmf_var.h160 int nvmf_passthrough_cmd(struct nvmf_softc *sc, struct nvme_pt_command *pt,
H A Dnvmf.c932 nvmf_passthrough_cmd(struct nvmf_softc *sc, struct nvme_pt_command *pt, in nvmf_passthrough_cmd()
1017 struct nvme_pt_command *pt; in nvmf_ioctl()
1023 pt = (struct nvme_pt_command *)arg; in nvmf_ioctl()
/freebsd/sys/dev/nvme/
H A Dnvme_ns.c68 struct nvme_pt_command *pt; in nvme_ns_ioctl()
79 pt = (struct nvme_pt_command *)arg; in nvme_ns_ioctl()
H A Dnvme_ctrlr.c1226 struct nvme_pt_command *pt = arg; in nvme_pt_done()
1245 struct nvme_pt_command *pt, uint32_t nsid, int is_user_buffer, in nvme_ctrlr_passthrough_cmd()
1322 struct nvme_pt_command *pt; in nvme_ctrlr_ioctl()
1331 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)
1829 struct nvme_pt_command { struct
1920 struct nvme_pt_command *pt,
/freebsd/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c138 struct nvme_pt_command pt; in wdc_get_data()
230 struct nvme_pt_command pt; in wdc_get_data_dui()
/freebsd/sys/cam/nvme/
H A Dnvme_da.c399 struct nvme_pt_command *pt; in ndaioctl()
408 pt = (struct nvme_pt_command *)data; in ndaioctl()
/freebsd/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);