Symbol: t10_vpd
drivers/target/target_core_configfs.c
1742
struct t10_vpd *vpd;
drivers/target/target_core_configfs.c
1819
struct t10_vpd *vpd; \
drivers/target/target_core_device.c
499
struct t10_vpd *vpd, *vpd_tmp;
drivers/target/target_core_internal.h
148
void transport_dump_vpd_proto_id(struct t10_vpd *, unsigned char *, int);
drivers/target/target_core_internal.h
149
int transport_dump_vpd_assoc(struct t10_vpd *, unsigned char *, int);
drivers/target/target_core_internal.h
150
int transport_dump_vpd_ident_type(struct t10_vpd *, unsigned char *, int);
drivers/target/target_core_internal.h
151
int transport_dump_vpd_ident(struct t10_vpd *, unsigned char *, int);
drivers/target/target_core_pscsi.c
221
struct t10_vpd *vpd;
drivers/target/target_core_pscsi.c
250
vpd = kzalloc_obj(struct t10_vpd);
drivers/target/target_core_transport.c
1106
struct t10_vpd *vpd,
drivers/target/target_core_transport.c
1159
transport_set_vpd_proto_id(struct t10_vpd *vpd, unsigned char *page_83)
drivers/target/target_core_transport.c
1175
struct t10_vpd *vpd,
drivers/target/target_core_transport.c
1210
int transport_set_vpd_assoc(struct t10_vpd *vpd, unsigned char *page_83)
drivers/target/target_core_transport.c
1223
struct t10_vpd *vpd,
drivers/target/target_core_transport.c
1271
int transport_set_vpd_ident_type(struct t10_vpd *vpd, unsigned char *page_83)
drivers/target/target_core_transport.c
1284
struct t10_vpd *vpd,
drivers/target/target_core_transport.c
1325
transport_set_vpd_ident(struct t10_vpd *vpd, unsigned char *page_83)
include/target/target_core_backend.h
102
void transport_set_vpd_proto_id(struct t10_vpd *, unsigned char *);
include/target/target_core_backend.h
103
int transport_set_vpd_assoc(struct t10_vpd *, unsigned char *);
include/target/target_core_backend.h
104
int transport_set_vpd_ident_type(struct t10_vpd *, unsigned char *);
include/target/target_core_backend.h
105
int transport_set_vpd_ident(struct t10_vpd *, unsigned char *);