Searched refs:nvme_discovery_log_entry (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/nvmfd/
H A Ddiscovery.c23 struct nvme_discovery_log_entry entry;
44 init_discovery_log_entry(struct nvme_discovery_log_entry *entry, int s,
193 nentries * sizeof(struct nvme_discovery_log_entry);
/freebsd-current/sbin/nvmecontrol/
H A Ddiscover.c183 print_discovery_entry(u_int i, struct nvme_discovery_log_entry *entry)
H A Dconnect.c103 connect_discovery_entry(struct nvme_discovery_log_entry *entry)
/freebsd-current/sys/dev/nvme/
H A Dnvme.h1679 struct nvme_discovery_log_entry { struct
1707 _Static_assert(sizeof(struct nvme_discovery_log_entry) == 1024,
1708 "bad size for nvme_discovery_log_entry");
1715 struct nvme_discovery_log_entry entries[];
2340 nvme_discovery_log_entry_swapbytes(struct nvme_discovery_log_entry *s __unused)

Completed in 189 milliseconds