Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/nvmecontrol/
H A Dns.c401 struct nvme_pt_command pt; in nsactive()
431 struct nvme_pt_command pt; in nsallocated()
468 struct nvme_pt_command pt; in nscontrollers()
512 struct nvme_pt_command pt; in nscreate()
583 struct nvme_pt_command pt; in nsdelete()
642 struct nvme_pt_command pt; in nsattach()
704 struct nvme_pt_command pt; in nsdetach()
773 struct nvme_pt_command pt; in nsattached()
815 struct nvme_pt_command pt; in nsidentify()
H A Dresv.c238 struct nvme_pt_command pt; in resvacquire()
276 struct nvme_pt_command pt; in resvregister()
314 struct nvme_pt_command pt; in resvrelease()
351 struct nvme_pt_command pt; in resvreport()
H A Dnvmecontrol.c102 struct nvme_pt_command pt; in read_controller_data()
124 struct nvme_pt_command pt; in read_namespace_data()
H A Dpower.c108 struct nvme_pt_command pt; in power_set()
127 struct nvme_pt_command pt; in power_show()
H A Dfirmware.c159 struct nvme_pt_command pt; in update_firmware()
196 struct nvme_pt_command pt; in activate_firmware()
H A Dsanitize.c112 struct nvme_pt_command pt; in sanitize()
H A Dformat.c118 struct nvme_pt_command pt; in format()
H A Dpassthru.c162 struct nvme_pt_command pt; in passthru()
H A Dlogpage.c196 struct nvme_pt_command pt; in read_logpage()
/freebsd-12.1/sys/dev/nvme/
H A Dnvme_ctrlr.c974 struct nvme_pt_command *pt = arg; in nvme_pt_done()
993 struct nvme_pt_command *pt, uint32_t nsid, int is_user_buffer, in nvme_ctrlr_passthrough_cmd()
1083 struct nvme_pt_command *pt; in nvme_ctrlr_ioctl()
1092 pt = (struct nvme_pt_command *)arg; in nvme_ctrlr_ioctl()
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.h41 #define NVME_PASSTHROUGH_CMD _IOWR('n', 0, struct nvme_pt_command)
1476 struct nvme_pt_command { struct
1562 struct nvme_pt_command *pt,
/freebsd-12.1/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c118 struct nvme_pt_command pt; in wdc_get_data()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc583 unsigned struct_nvme_pt_command_sz = sizeof(nvme_pt_command);