Symbol: nvme_discovery_log_entry
lib/libnvmf/internal.h
117
struct nvme_discovery_log_entry *dle);
lib/libnvmf/internal.h
30
struct nvme_discovery_log_entry *dle);
lib/libnvmf/libnvmf.h
336
struct nvme_discovery_log_entry *dle);
lib/libnvmf/libnvmf.h
350
int nvmf_handoff_host(const struct nvme_discovery_log_entry *dle,
lib/libnvmf/libnvmf.h
379
int nvmf_reconnect_host(int fd, const struct nvme_discovery_log_entry *dle,
lib/libnvmf/nvmf_host.c
716
struct nvme_discovery_log_entry *dle)
lib/libnvmf/nvmf_host.c
793
const struct nvme_discovery_log_entry *dle, const char *hostnqn,
lib/libnvmf/nvmf_host.c
880
nvmf_handoff_host(const struct nvme_discovery_log_entry *dle,
lib/libnvmf/nvmf_host.c
991
nvmf_reconnect_host(int fd, const struct nvme_discovery_log_entry *dle,
lib/libnvmf/nvmf_tcp.c
1150
tcp_populate_dle(struct nvmf_qpair *nq, struct nvme_discovery_log_entry *dle)
lib/libnvmf/nvmf_transport.c
263
nvmf_populate_dle(struct nvmf_qpair *qp, struct nvme_discovery_log_entry *dle)
sbin/nvmecontrol/connect.c
125
connect_discovery_entry(struct nvme_discovery_log_entry *entry)
sbin/nvmecontrol/connect.c
70
const struct nvme_discovery_log_entry *dle)
sbin/nvmecontrol/connect.c
73
struct nvme_discovery_log_entry dle_thunk;
sbin/nvmecontrol/devlist.c
158
const struct nvme_discovery_log_entry *dle;
sbin/nvmecontrol/discover.c
183
print_discovery_entry(u_int i, struct nvme_discovery_log_entry *entry)
sbin/nvmecontrol/fabrics.h
25
struct nvme_discovery_log_entry *dle);
sbin/nvmecontrol/reconnect.c
109
const struct nvme_discovery_log_entry *dle;
sbin/nvmecontrol/reconnect.c
156
const struct nvme_discovery_log_entry *dle;
sbin/nvmecontrol/reconnect.c
218
const struct nvme_discovery_log_entry *dle;
sbin/nvmecontrol/reconnect.c
68
const struct nvme_discovery_log_entry *dle)
sbin/nvmecontrol/reconnect.c
71
struct nvme_discovery_log_entry dle_thunk;
sys/dev/nvme/nvme.h
1717
_Static_assert(sizeof(struct nvme_discovery_log_entry) == 1024,
sys/dev/nvme/nvme.h
1725
struct nvme_discovery_log_entry entries[];
sys/dev/nvme/nvme.h
2357
nvme_discovery_log_entry_swapbytes(struct nvme_discovery_log_entry *s __unused)
sys/dev/nvmf/host/nvmf.c
207
const struct nvme_discovery_log_entry *dle;
tools/tools/nvmf/nvmfd/discovery.c
192
nentries * sizeof(struct nvme_discovery_log_entry);
tools/tools/nvmf/nvmfd/discovery.c
23
struct nvme_discovery_log_entry entry;
tools/tools/nvmf/nvmfd/discovery.c
44
init_discovery_log_entry(struct nvme_discovery_log_entry *entry, int s,
usr.sbin/ctld/nvmf_discovery.cc
146
init_discovery_log_entry(struct nvme_discovery_log_entry *entry,
usr.sbin/ctld/nvmf_discovery.cc
238
struct nvme_discovery_log_entry entry;
usr.sbin/ctld/nvmf_discovery.cc
27
void append(const struct nvme_discovery_log_entry *entry);
usr.sbin/ctld/nvmf_discovery.cc
79
discovery_log::append(const struct nvme_discovery_log_entry *entry)